This code can be used to investigate the DWD (Deutsche Wetterdienst) weather forecasts produced by MOSMIX(https://www.dwd.de/DE/leistungen/met_verfahren_mosmix/met_verfahren_mosmix.html).
Set up your environment by using Python:
python3.12 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
We include one script for:
The stations used for this project are saved in stations.txt. The stations need to be mapped from the forecast identifiers to the real measuring station ids.