Replies: 1 comment 1 reply
-
The raw data endpoint should have everything there, but format is slightly different. https://api.weather.gov/gridpoints/SGX/53,16 |
Beta Was this translation helpful? Give feedback.
1 reply
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 seems the marine forecast API is getting EOL.
Urls of the format:
https://m1.weather.gov/MapClick.php?FcstType=digitalJSON&lat=32.7554&lon=-117.2576
return marine forecasts like so:While this should have moved to the hourly forecast API, I don't see this data. For example, the gridpoint for the same coordinates is
https://api.weather.gov/gridpoints/SGX/54,17/forecast/hourly?units=si
which doesn't have any such layers. I tried a few gridpoints close to the lat/lon but same results. I understand from OpenAPI definition that those layers are optional, but I cant seem to find that data in any grid point close to the coast. Any ideas on how I can retrieve this data?This was discussed earlier and it seems the suggestion was to stick with forecast API?
Beta Was this translation helpful? Give feedback.
All reactions