This directory contains the notebooks and supplementary materials used in the course Naurgefahren: Prozesse und Katastrophenmanagement from the Fachgebiet Ökohydrologie & Landschaftsbewertung
Here you find the presentation used in the classes, three Jupyter Notebooks and input data to run WOFOST.
In the notebooks we introduce:
The first two notebooks cover the basic structures and packages for python and will be covered on the first class (24.11.2022). The third notebook, that presents the WOFOST model will be covered on the second class (01.12.2022).
Please download or clone this repository.
On the GitHub repository, click in Code, then Download ZIP
Then, move the downloaded file to your work directory and unzip it
On the GitHub repository, click in Code, copy the HTTPS URL
In your command prompt (Windows) or terminal (Linux/MacOS), use cd path/to/your/work/directory to take you to your work directory and then use the command
git clone https://github.com/pedroalencar1/IntroToPython.git
If you had a problem with anaconda or running jupyter notebooks you can try following these two links:
- add anaconda/python to path names: youtube.com/watch?v=HyxR0QTTJJs
- install anaconda: youtube.com/watch?v=HcPStPCFgW4
The first shows how to add the python distribution from anaconda to your PATH. The second shows a step-by-step of the installation process on Windows.

