Benjamin
Benjamin
Dear @TheAnalystx , apparently when I run the code I get actual data: ```python station_id dataset ... value quality 0 05490 temperature_air ... 99880.0 2.0 1 05490 temperature_air ... 99850.0...
Thanks for the report! I also did a request just now and still got values: ```python station_id dataset ... value quality 0 05490 temperature_air ... 99330.0 2.0 1 05490 temperature_air...
Thanks for the feedback! I just ran it again and again got values: ```python station_id dataset ... value quality 0 05490 temperature_air ... 98630.0 2.0 1 05490 temperature_air ... 98620.0...
The given code also throws an error for me. It is caused because for the specific method we throw together different metadata of all requested datasets and then some stations...
@TheAnalystx I think it falls in the same category as the skip_empty issue, so guess no separate ticket required
Dear @TheAnalystx , I tried working on some improvements regarding the problem of having empty data at https://github.com/earthobservations/wetterdienst/pull/889 . The main idea there is that you set `skip_empty` in settings...
I found some solution, but if you like we can still have a chat and I may introduce you to the whole library. There's no such functionality but we could...
I just pushed some changes to main, so if you install now the live from from Github the code should be working for you. Just be careful: If you request...
Dear @TheAnalystx , this option is currently not working as intended. Atm when using it we just skip the empty station however we don't request another alternative station! For this...