wetterdienst
wetterdienst copied to clipboard
Open weather data for humans.
Hi there, I would love a feature to get TRY-data. I don't know about the other providers, but the german DWD lets you download the data through their Climate Data...
Dear all, I have found a http server provided by the national meteorological and hydrological institute of poland (imgw) with observation data: [Access to synop data](https://danepubliczne.imgw.pl/data/dane_pomiarowo_obserwacyjne/dane_meteorologiczne/ ) In the overlying...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** A bufr reading interface to download road weather observations and parse them with odbufr...
Might resolve those errors: OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions Spotted at, for example, https://github.com/earthobservations/wetterdienst/runs/6542666944#step:7:611 See also...
**Describe the bug** Mosmix data provides values for the current time or for the last x hours. Some returned parameters include this information while others do not. (I just checked...
Hi there, when scanning the CI outcomes of the recent builds on CI/GHA, I discovered three flaws: 1. `OSError: [WinError 10013] An attempt was made to access a socket in...
As suggested by @meteoDaniel this adds pdbufr to the requirements and allows to parse the provided bufr radar data by DWD to a pandas DataFrame. (testing not possible atm as...
Hi, I wrote a very simple demo to get the temperature for a specific station (see below). I get my data, which is nice. But I'm struggling with interpreting my...