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
Using the example provided in the repo requesting forcast data only returns 5 3 hour forcast datapoints rather than 5 days worth of data points.
go run ./weather.go -w Chattanooga -u f -l en -t forcast
Weather Forecast for Chattanooga:
Date & Time: 2020-06-15 18:00:00 +0000 UTC
Conditions: Clouds scattered clouds
Temp: 75.43
High: 78.39
Low: 75.43
Date & Time: 2020-06-15 21:00:00 +0000 UTC
Conditions: Clouds broken clouds
Temp: 75.7
High: 76.55
Low: 75.7
Date & Time: 2020-06-16 00:00:00 +0000 UTC
Conditions: Clouds scattered clouds
Temp: 71.44
High: 71.44
Low: 71.37
Date & Time: 2020-06-16 03:00:00 +0000 UTC
Conditions: Clear clear sky
Temp: 61.21
High: 61.21
Low: 61.12
Date & Time: 2020-06-16 06:00:00 +0000 UTC
Conditions: Clear clear sky
Temp: 58.37
High: 58.37
Low: 58.37
```i
Is there a way to actually get the full 3 hour x 5 day dataset rather than just the next 15 hours?
The text was updated successfully, but these errors were encountered:
Yes that does indeed work and I meant to add that passing a value other than 5 to DailyByName and the other similar functions does work, just the naming of that parameter is awkward due to how OWM's API functions.
If this is not a concern then this ticket can be closed.
Using the example provided in the repo requesting forcast data only returns 5 3 hour forcast datapoints rather than 5 days worth of data points.
The text was updated successfully, but these errors were encountered: