Replies: 6 comments
-
Beta Was this translation helpful? Give feedback.
-
This looks like it will keep me busy for a while. Is there documentation to interpreting some of the values? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
I know of nothing beyond the page you posted. |
Beta Was this translation helpful? Give feedback.
-
After looking at what is returned, I am guessing that each of the items (temperature, dewpoint, windSpeed, etc.) are to be considered individually and not laid side by side. I say this because the timestamps do not align. Do I have this right? Thanks |
Beta Was this translation helpful? Give feedback.
-
Ok I see now. So to get items to align, I will need to repeat some rows by the number of hours indicated after timestamp. 3H in the example above. Thank you again for your assistance. |
Beta Was this translation helpful? Give feedback.
-
Note that if you are dealing with items like rain or snow accumulation, you need to deal with that amount accumulating over the entire interval. E.g., if it says 10 inches of snowfall over 8 hours, and you are trying to use that in per-hour pieces, you need to divvy it up (2.5 inches for each hour). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to API use and have been experimenting https://api.weather.gov/gridpoints/LWX/96,70/forecast and https://api.weather.gov/gridpoints/LWX/96,70/forecast/hourly. I am able to return the data offered for various office/gridpoints. I have seen on https://weather-gov.github.io/api/gridpoints that layer data not included in the daily/hourly API calls above. My question is, how do I request the additional layer data to be returned in my calls?
Thanks
Dan
Beta Was this translation helpful? Give feedback.
All reactions