You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The values representing the current weather are up to one hour out of date and about a half hour in average.
Especially in the morning and evening weather often changes so fast that last hour's temperature might be 4-5K off or so.
Describe the solution you'd like
It would be great if there was an option, to kind of nowcast the current weather values.
For example one could linearly interpolate between the newest reported value (or forecast for the beginning of the current hour) and the forecast for the next hour.
Describe alternatives you've considered
Alternatively one could set the current value to next hour's forecast, if current time is greater than $current_hour and 30 minutes. That would lower the worst case to 30 min out of date.
Is your feature request related to a problem? Please describe.
The values representing the current weather are up to one hour out of date and about a half hour in average.
Especially in the morning and evening weather often changes so fast that last hour's temperature might be 4-5K off or so.
Describe the solution you'd like
It would be great if there was an option, to kind of nowcast the current weather values.
For example one could linearly interpolate between the newest reported value (or forecast for the beginning of the current hour) and the forecast for the next hour.
Describe alternatives you've considered
Alternatively one could set the current value to next hour's forecast, if current time is greater than $current_hour and 30 minutes. That would lower the worst case to 30 min out of date.
Additional context
According to this comment I'm not the only one: #57 (comment) by @nikipore
The DWD Warn Wetter App selects automatically next hour's forecast at some point in time.
The text was updated successfully, but these errors were encountered: