Replies: 1 comment 3 replies
-
This is available in the raw data, example https://api.weather.gov/gridpoints/BUF/27,8. There are two parameters maxTemperature and minTemperature which I think provide the information you are seeking. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's pretty typical for weather forecasts for the coming week (or whatever) to show the predicted highs and lows for each day. The weather-gov API does not seem to include this. Am I missing something, or is this by design?
Is there a better approach than getting the hour weather forecast and taking the min and max for hours within each day?
Beta Was this translation helpful? Give feedback.
All reactions