Friedrich Wilhelm Leopold Pfeil

Friedrich Wilhelm Leopold Pfeil (28 March 1783 4 September 1859) was a German forester.

Friedrich Wilhelm Leopold Pfeil

Pfeil was born in Rammelburg. From 1801 onward, he trained and worked as a forester at several sites in the Harz region, Neuchâtel and Silesia. As a soldier in the Napoleonic Wars he fought at the Battles of Großbeeren and Wartenburg. From 1816 he was employed as a forester in the service of Heinrich Karl Erdmann, prince of Carolath-Beuthen. In 1821 he was awarded an honorary doctorate at the University of Berlin, and despite lacking a university education, was named a professor of forest science. In 1830 when the department of forestry was relocated to Eberswalde, he was named its director, a position he maintained up until his retirement in 1859.[1]

From 1822 to 1859 he was editor of the journal Kritische Blätter für Forst- und Jagdwissenschaft after his death, Hermann von Nördlinger continued as its editor. Pfeil died in Warmbrunn. From 1863 to 2005 the "Wilhelm-Leopold-Pfeil-Preis" was awarded for contributions made towards future forest management in Europe.[2]

Selected works

  • Grundsätze der forstwirthschaft in bezug auf die nationalökonomie und die staatsfinanzwissenschaft, 1822 Principles of forestry management in regards to the national economy and state finances.
  • Forstbenutzung und forsttechnologie, 1831 Forestry and forest technology.
  • Kurze anweisung zur jagdwissenschaft für gutsbesitzer und forstliebhaber, 1831 Brief instruction on the science of hunting.
  • Neue vollständige Anleitung zur Behandling, Benutzung und Schätzung der Forsten; ein Handbuch für Forstbesitzer und Forstbeamte, (5 volumes, 1830–33) New comprehensive guide on the treatment, use and estimation of forests.
  • Die forstpolizeigesetze Deutschlands und Frankreichs nach ihren grundsätzen, 1834 The German and French forestry regulation system.
  • Das forstliche verhalten der deutschen waldbaume und ihre erziehung, 1839 Characteristics of German forest trees.
  • Die Forstwirthschaft nach rein praktischer Ansicht; ein Handbuch fur Privatforstbesitzer, Verwalter und ins besondere fur Forstlehrlinge, (2nd edition, 1839) Forest management from a practical viewpoint.
  • Forstschutz und forstpolizeilehre, im anhange die nachweisung der preussischen forstpolizeigesetze (2nd edition, 1845) Forestry and forestry regulation.
  • Die forsttaxation in ihrem ganzen umfange, (3rd edition, 1838).[3]
gollark: It didn't manage much.
gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.
gollark: `False`

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.