I’ve got a chat showing the current wind speed and the forecast. The forecast is a lot smaller than current and then each hour when the firecast becomes the present, you can see the forecast was well out.
If I look at the data:
temperature: 16.1
humidity: 36
pressure: 1021
wind_bearing: 150
wind_speed: 9.25
attribution: Data provided by OpenWeatherMap
forecast:
- datetime: '2021-04-19T11:00:00+00:00'
precipitation: 0
precipitation_probability: 0
pressure: 1021
wind_speed: 2.69
wind_bearing: 154
condition: sunny
temperature: 15.5
- datetime: '2021-04-19T12:00:00+00:00'
precipitation: 0
precipitation_probability: 0
pressure: 1021
wind_speed: 2.83
wind_bearing: 159
condition: sunny
temperature: 16.1
- datetime: '2021-04-19T13:00:00+00:00'
precipitation: 0
precipitation_probability: 0
pressure: 1021
wind_speed: 3.07
wind_bearing: 162
condition: sunny
temperature: 15.8
- datetime: '2021-04-19T14:00:00+00:00'
precipitation: 0
precipitation_probability: 0
pressure: 1021
wind_speed: 3.32
wind_bearing: 165
condition: sunny
temperature: 15.6
- datetime: '2021-04-19T15:00:00+00:00'
precipitation: 0
precipitation_probability: 0
pressure: 1020
wind_speed: 3.42
wind_bearing: 165
condition: sunny
temperature: 15.3
You can see it’s almost like the current wind speed and forecast are measured in different metrics.