I tried getting the value for the day on which 51,5 km/h was the top speed
but it results in:
sqlite> SELECT max
...> FROM archive_day_windGust
...> WHERE date(datetime(dateTime, 'unixepoch')) = '2024-11-19'
...> ORDER BY max DESC;
21.0
and
sqlite> SELECT max
FROM archive_day_wind
WHERE
What's the value in the max column in archive_day_windGust table?
What's the value in the max column in archive_day_wind table?
Are you sure that wind.max is what you want to know? Or rather windGust.max?
Paul schrieb am Samstag, 11. Januar 2025 um 14:10:28 UTC+1:
> Hi,
>
> In my NOAA report it