Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgarrison/am207-twister
https://github.com/lgarrison/am207-twister
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgarrison/am207-twister
- Owner: lgarrison
- Created: 2015-04-29T18:48:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T02:05:59.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:31:17.496Z (2 months ago)
- Language: Python
- Homepage:
- Size: 45.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1950-2014_torn.csv is the original file from http://www.spc.noaa.gov/wcm/#data
1950-2014_torn.warnings.csv has 4 additional columns:
- datetime_gmt: a numpy datetime64 object that encode the date and time of the touchdown.
- has_warning: 1 if the tornado had a warning issued, 0 otherwise
- has_watch: 1 if the tornado had a watch issued, 0 otherwise
- warning_time: the number of minutes between the issuance of the first warning and the tornado touchdown. Negative = warning issued after touchdown.We consider a watch/warning to be issued for a given tornado if the tornado passes through a county that had an active warning at the time, where "active" is within an hour or two. See the notebook for the full explanation.
There is warnings data for 1986+, and watches data for 2006+.
tornadoes_pipeline.ipynb is the notebook used to join the warnings and tornado dataThe watches+warnings data from https://mesonet.agron.iastate.edu/request/gis/watchwarn.phtml is huge and not included here.