powered by
This function gets spatial paths of tornadoes from NOAA's National Weather Service Storm Prediction Center Severe Weather GIS web page.
tornadoes(...)
A Spatial object is returned of class SpatialLinesDataFrame.
Curl options passed on to crul::verb-GET (optional)
https://www.spc.noaa.gov/gis/svrgis/
if (FALSE) { shp <- tornadoes() library('sp') if (interactive()) { # may take 10 sec or so to render plot(shp) } }
Run the code above in your browser using DataLab