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

Feature request: Severe Weather Scroll #109

Open
DRDonWX opened this issue Aug 18, 2024 · 1 comment
Open

Feature request: Severe Weather Scroll #109

DRDonWX opened this issue Aug 18, 2024 · 1 comment

Comments

@DRDonWX
Copy link

DRDonWX commented Aug 18, 2024

I am a online Weather Streamer and need a good option to pull in severe weather alerts from the National Weather Service. I have had some success with this plugin however, it's not right where it needs to be.

The NWS provides a CAP ATOM XML for each county in my coverage area. Here is an example: https://api.weather.gov/alerts/active.atom?zone=ALC111

I am trying to parse the Title and Summary form the return. I then want to scroll the output at the bottom of the screen. The ideal setup would have all of this happen automatically.

Example: Warning is issued and the scroll fades in at the bottom of the screen and continues until it expires and or a new warning is issued for that county. This needs to work with 15 different counties at the same time.

@royshil
Copy link
Collaborator

royshil commented Aug 23, 2024

@DRDonWX you can parse the XML in the request adn extract the data with XPath or XQuery
did you try that?

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

No branches or pull requests

2 participants