Skip to content

Geographische Darstellung der Pegel und Wasserstände an der Ostseeküste in Deutschland

License

Notifications You must be signed in to change notification settings

oklabflensburg/open-gauge-map

Repository files navigation

Wasserstände der Ostseeküste

Geographische Darstellung der Pegel Wasserstände an der Ostseeküste in Deutschland

Gather informations

cd tools
python3 -m venv venv 
source venv/bin/activate
pip3 install -r requirements.txt
python3 download_stations.py 'https://www.pegelonline.wsv.de/webservices/rest-api/v2/stations.json?waters=OSTSEE'
python3 download_details.py ../static/stations-ostsee.geojson
deactivate