earthobservations / wetterdienst

Open weather data for humans.
https://wetterdienst.readthedocs.io/
MIT License
349 stars 54 forks source link

Support more radar products by DWD #138

Closed meteoDaniel closed 3 years ago

meteoDaniel commented 4 years ago

Support more radar products from opendata.dwd.de

meteoDaniel commented 4 years ago

I would like to start with the composites:

https://opendata.dwd.de/weather/radar/composit/

kmuehlbauer commented 4 years ago

I'm interested in anything below this folder:

https://opendata.dwd.de/weather/radar/sites/

mhoster83 commented 3 years ago

Just an idea: If I understood the logic of the composite radar files correctly, they split up in 900x900 pixels. It would be great if a feature would be available, that allows you to select your "Home Pixels" and to get the color value back, indicating if it is currently raining or if it starts to rain within 15 Minutes.

amotl commented 3 years ago

@meteoDaniel said:

I would like to start with the composites: https://opendata.dwd.de/weather/radar/composit/

@kmuehlbauer said:

I'm interested in anything below this folder: https://opendata.dwd.de/weather/radar/sites/

Thanks to your valuable feedback within #193, I believe we have a pretty solid implementation within #190 now. It supports the download of radar data files from a wide range of directories on the public DWD data repository:

I believe @mmaelicke might also be interested:

The environment I am working in is a remote cluster and I usually prefer to build upon other packages that are maintained, as usually. However, it is exactly these [quick&dirty scripts for grabbing the RADOLAN data] that screw up the toolchains.

-- https://github.com/panodata/dwdweather2/issues/26#issuecomment-636347400

For me personally, the collection of data includes up to tons of quick-and-dirty python scripts and I wanted (and still want) to replace them by maintained code.

-- https://github.com/earthobservations/wetterdienst/issues/71#issuecomment-647087027