Replies: 5 comments 4 replies
|
Hazardous Weather Outlooks were purposefully dropped from the upstream source of data for the API. They generally are seen in the Weather Service as forecasts and not alerts which is ultimately why they were not carried forward. mobile.weather.gov uses a different data source than the API and is tied to an older, legacy data source. |
|
To that point, the mobile weather site itself will be sunset, soon. |
|
Note that there was a known bug where alerts for fire zones, when the fire zone did not have the same ID as the forecast zone, were not returned for a point query. The last update I got from NCO Ops was that a fix was to deploy sometime back in July but only now did I think to go back and try to test it. And, of course, there are no fire type alerts active. |
|
Thanks for the info. It looks like the way to get "hazards" is only through the "raw" results from |
|
Yes, I'm following the stale data issue. I'm trying to find a workaround until it gets fixed. And I'm having a hard time figuring out if the data I'm pulling is "complete". If parts of the earlier (DWML) data have been "dropped and not replaced", and the data I can get is inconsistent with what the current website shows, that's very confusing for me and for users. So, I think my question boils down to: If I just get the alerts from api.weather.gov/alerts, am I missing important information? |
Uh oh!
There was an error while loading. Please reload this page.
I want to get all active alerts that impact a particular point. But, my call to the alerts endpoint isn't showing all active alerts.
Right now, this API call returns one "feature":
URL:
https://api.weather.gov/alerts/active?point=27.4992,-80.3422Returns: Rip Current Statement
But, the mobile site shows two alerts:
https://mobile.weather.gov/index.php?lat=27.4992&lon=-80.3422The mobile site is loading the hazards from this URL:
https://mobile.weather.gov/services/wwaShowJSON.php?warnzone=FLZ059&warncounty=FLC111&firewxzone=FLZ059&local_place1=Saint+Lucie+FL&zinfo=E%7CY%7C5So, it appears to be pulling information from the zone and county data. I was under the impression that the API point endpoint would include anything that affects the point, regardless of the source.
Please advise. Thanks!
All reactions