-
I am new to the weather api but familiar with REST calls in general. I am building a custom kiosk for retrieving local marine weather forecasts for a club near the water.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you point out a specific office and grid coordinates where forecast/ and forecast/hourly return the same information? The former returns forecast data for 12-hour periods while the latter returns one hour periods. I do not believe marine forecasts have been implemented yet. Current conditions can be found via stations/{station ID}/observations Hopefully you know documentation is available at: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I figured the marine data might not be ready. I am really loving the json reply structure it makes it very easy to decompose and interpret. The documentation was helpful but I didn't realize that the The terrestrial information:
The marine location is from |
Beta Was this translation helpful? Give feedback.
Can you point out a specific office and grid coordinates where forecast/ and forecast/hourly return the same information? The former returns forecast data for 12-hour periods while the latter returns one hour periods.
I do not believe marine forecasts have been implemented yet.
Current conditions can be found via stations/{station ID}/observations
Hopefully you know documentation is available at:
https://www.weather.gov/documentation/services-web-api