dwdweather2 icon indicating copy to clipboard operation
dwdweather2 copied to clipboard

Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.

Results 6 dwdweather2 issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to locate nearest dwd sensors from a list, therefore wanted to install the new library of dwd. However when I try to run the sample code...

When using `print(DwdWeather.query())` it only returns this message: `TypeError: query() missing 3 required positional arguments: 'self', 'station_id', and 'timestamp'` and not the expected list of all the possible keys. I...

@JohannesRol follows a more object-oriented library interface approach with his [dwdopendata](https://github.com/JohannesRol/dwdopendata) package. There, you will create a location object from a factory function obtaining the geolocation and subsequently be able...

Coming from https://github.com/marians/dwd-weather/issues/8, we want to add PostGIS support in the future to unlock querying the station list using GIS operations as we are already doing to the station list...

Hi! I cannot embed this into my project as the request library is outdated. > dwdweather2 (0.14.0) depends on requests (>=2.22,

Relax dependencies. Closes #32