wttr.in
wttr.in copied to clipboard
Time format not documented?
I'm trying to figure out how to interpret the time in the hourly weather, eg: 0
, 300
, 600
, 900
.
What are these times?
At first I thought 300
was 0300
-hours (3 am military time).
But then the data is not hourly.
How should I interpret this?
Thanks.
Google lead me to a potential answer to your question:
https://github.com/chubin/wttr.in/issues/360
specifically:
"time" values are [0, 300, 600, 900, 1200, 1500, 1800, 2100]; corresponding to "00:00 .. 21:00", respectively.
Google lead me to a potential answer to your question:
#360
specifically:
"time" values are [0, 300, 600, 900, 1200, 1500, 1800, 2100]; corresponding to "00:00 .. 21:00", respectively.
Thanks @WEIRDesign - does this mean the "hourly" array for wttn.in real means "tri-hourly"?