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

Tracking weather alerts #17

Open
piyu200594 opened this issue Apr 3, 2020 · 1 comment
Open

Tracking weather alerts #17

piyu200594 opened this issue Apr 3, 2020 · 1 comment

Comments

@piyu200594
Copy link

Is there provision in the SDK to track weather alerts too?

@sharpentheaxe
Copy link

sharpentheaxe commented Jul 22, 2020

There are provisions for tracking active weather alerts.

This what I did
from noaa_sdk import noaa
n=noaa.NOAA
alerts = n.active_alerts(count = false, zone_id='MIC100')

This showed all the active alerts, for my county. I got the county zones from https://alerts.weather.gov/

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