-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Historical Data not Available #135
Comments
This bug also appears in v1.0.0; |
The weather of "last year" is no problem but "yesterday" is. |
Thanks for the report @kevinmatthes, Yes this should definitively be fixed. I'm looking into it this sunday. |
Unfortunately this is due to an api limitation. It takes some days until historical data is available in the archive. I'm observing 3-5 days delay for the places I've checked. E.g., checking on on I'll add a proper error information for requests that encounter historical null data that the weather data isn't available. |
In the meantime, a real solution for the issue became available. open-meteo provides now a |
I was testing options for a solution to #132 and noticed that the application breaks if historical weather data is queried. Here are some examples:
wthrr London -F `date --date=tomorrow +%F`
wthrr London -F `date +%F`
wthrr London -F `date --date=yesterday +%F`
wthrr London -F 2023-05-07
(tomorrow)wthrr London -F 2023-05-06
(today)wthrr London -F 2023-05-05
(yesterday)I understand that for future dates, there is no data to be fetched, yet. But the application offers historical weather data, so I assume that historical data should be available, at least for some places like capital cities and for dates in the past. As a core functionality of the application does not work, I consider this bug critical.
The text was updated successfully, but these errors were encountered: