For documentation on this project see the documentation website.
Clone the project:
git clone https://github.com/KNMI-Datalab/PyTSI PyTSIInstall the requirements:
pip install -r requirements.txtRun the GUI using Python 3:
python3 src/UI.pyRun the recursive time loop:
python3 src/main.pyTo change functionality and parameters, change the settings in
src/settings.py
