panodata / dwdweather2

Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
https://community.panodata.org/t/dwdweather2-a-python-client-to-access-weather-data-from-deutscher-wetterdienst-dwd/98
MIT License
72 stars 13 forks source link

Forecast data #2

Closed drmrbrewer closed 4 years ago

drmrbrewer commented 5 years ago

This looks promising, thanks! From the code it appears to be fetching observations data. Are there any plans to add functionality to access forecast data too?

amotl commented 5 years ago

Dear @drmrbrewer,

thanks for writing in.

Are there any plans to add functionality to access forecast data too?

Sure! We will try to further improve this piece of software infrastructure- and feature-wise and will be happy to get support for doing so.

The power of Luftdatenpumpe is kind of the reference of what we would like to achieve in the long run here, while definitively adding more DWD-specific things.

With kind regards, Andreas.

drmrbrewer commented 5 years ago

Hi Andreas... OK, great! Exciting times ahead...

onlygecko commented 5 years ago

Are there any concrete plans for including forecast data? I'm not a weather scientist, but from the technical point the dwd forecast data is available as a XML file (KML) for every station. What do You think?

amotl commented 5 years ago

Dear @onlygecko,

while supporting more things from DWD is still on our wishlist, we haven't been able to make more concrete plans about this. However, contributions are always welcome!

With kind regards, Andreas.

amotl commented 4 years ago

Dear @drmrbrewer and @onlygecko,

we just found out that dwdbulk by @jlewis91 (thanks!) already supports acquisition of forecast data from DWD.

While it would be cool to merge functionalities of both projects as outlined within #22, the dwdbulk implementation might make you happy already.

With kind regards, Andreas.

amotl commented 4 years ago

Dear @drmrbrewer and @onlygecko,

as Wetterdienst will be the designated successor library for dwdweather2, it makes sense to add respective features there. In order to track this, I've recently created https://github.com/earthobservations/wetterdienst/issues/70, so I am deliberately closing the issue here.

With kind regards, Andreas.