Closed cminton-hub closed 3 years ago
I tried to change a few things but nothing changed. Any updates?
The data you're looking for isn't available for these stations. Did you opt-out of model data on the website, too? I checked for https://meteostat.net/en/station/10492?t=2020-03-01/2020-03-01 and changed the settings to opt-out of model data (click the cog icon in the navbar) and it doesn't show any data. So it's rather a gap in the time series which we can only fill (maybe) by adding additional imports from national weather services.
Alright thank you.
Issue: Some station id return an empty dataframe while using the python api. When checking using the website, data for the time frame 2020.03.01-2020.05.31 is avaiable. I checked following station using the sample code from: https://dev.meteostat.net/python/hourly.html
What I already noticed, sometimes WMO id or National id are used to fetch the data. But with those 5 stations an empty dataframe is always received.:
country,lon,lat,hight_m,station_name,id_wmo,id_national_1,id_national_2,id_icao,id_iata Germany,13.4710,51.0063,285.00,Wilsdruff-Mohorn,,13654,13654,, Tschechien,14.0333,50.6833,377.00,Usti Nad Labem,11502,11502,,, Tschechien,13.9333,50.55,836.00,Milesovka,11464,11464,,, Tschechien,14.1667,50.4667,158,Doksany,11509,11509,,, Germany,14.2833,51.7667,68.00,Cottbus (Flugplatz),10492,10492,00879,ETHT,CBU
Steps to reproduce: