Discrepancy between Zone alerts and County Alerts #418
-
Hi all, I may be unaware of some way the API works, but yesterday something odd happened. There were thunderstorms throughout MD that covered a large area and were getting severe, but no alerts for MDZ zones were appearing anywhere. However, when I searched for alerts for MDC (via the Maryland county codes), it showed all the alerts I was expecting (severe thunderstorm warnings etc). An example using Washington County MD here (by the time anyone looks here they may all be gone or the issue may not be presenting itself): This county/zone combo overlaps but results only return when I search the county. Is this an issue on the API side or is this something I have to prepare/account for? Thanks for any insight. -Michael |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I've found that everything related to the Storm Prediction Center (SPC), like tornado and severe thunderstorm watches/warnings, are issued on the county level only. The warnings will also contain a polygon that defines the precise warned area. This pre-dates the API. |
Beta Was this translation helpful? Give feedback.
-
I can't give you an authoritative answer, but from what I've seen it's only tornado and severe tstorm alerts issued with only county codes. Not really based on size (i.e. winter storm alerts can cover larger areas but are always issued with the zone codes). Note that a point fetch of the form "https://api.weather.gov/alerts?active=1&point={lat},{long}" will give you both. There is an outstanding bug, however, because fire zone alerts aren't included. It is known and being worked on (INC0234358). |
Beta Was this translation helpful? Give feedback.
I've found that everything related to the Storm Prediction Center (SPC), like tornado and severe thunderstorm watches/warnings, are issued on the county level only. The warnings will also contain a polygon that defines the precise warned area. This pre-dates the API.