Replies: 1 comment 1 reply
-
Only forecast zones have forecasts issued for them through the Is that the data you were looking for? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to programmatically get the zone fire weather forecast for a given lat / lon.
I'm able to get the fire weather zone through there:
Input:
https://api.weather.gov/zones?type=fire&point=40.5852%2C-105.0844&include_geometry=false
Output:
So my zone ID is:
COZ238
If I go here:
https://api.weather.gov/zones/fire/COZ238
I get the geometry of the zone. That's great but not the forecast.If I go here:
https://api.weather.gov/zones/fire/COZ238/forecast/
I get an error telling me the zone doesn't exist:
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions