Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Special Weather" Alert Type Not Found #196

Merged

Conversation

brendangoldz
Copy link
Contributor

@brendangoldz brendangoldz commented Jun 26, 2023

Fixes: #195

Sample Warning from NWS...
https://forecast.weather.gov/wwamap/wwatxtget.php?cwa=usa&wwa=Special%20Weather%20Statement

For some reason it is not listed on the nws definition page for alerts, https://www.weather.gov/lwx/WarningsDefined

I think this solution can be boiled down to being a thunderstorm but I dont have enough data to support that definitively. Thought about maybe parsing down the statement for what the alerts is stating but that seems overkill.

src/integrations/weatheralerts.ts Outdated Show resolved Hide resolved
@MrBartusek MrBartusek changed the title Fixes: #195 - "Special Weather" Alert Type Not Found Fix "Special Weather" Alert Type Not Found Jun 27, 2023
@brendangoldz brendangoldz force-pushed the specialweather-weatheralerts branch from 5819826 to f732ae8 Compare June 27, 2023 18:57
@MrBartusek MrBartusek merged commit c799617 into MrBartusek:master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Special Weather" Alert Type Not Found
2 participants