Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fohlen/weather_experiment
https://github.com/fohlen/weather_experiment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fohlen/weather_experiment
- Owner: Fohlen
- Created: 2024-11-08T15:30:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:38:13.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:37:06.226Z (about 2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
weather_experiment
------------------This code can be used to investigate the [DWD (Deutsche Wetterdienst) weather forecasts](https://www.dwd.de/EN/ourservices/cdc/cdc_ueberblick-klimadaten_en.html) 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:
- [weather forecast aggregation via Google Cloud](./forecasts.py)
- [historical weather browsing](./historical_weather.py)The stations used for this project are saved in [stations.txt](./stations.txt).
The stations need to be mapped from the [forecast identifiers](https://www.dwd.de/DE/leistungen/met_verfahren_mosmix/mosmix_stationskatalog.cfg?view=nasPublication&nn=16102) to the [real measuring station ids](https://opendata.dwd.de/climate_environment/CDC/help/zehn_min_tu_Beschreibung_Stationen.txt).