This function gets spatial paths of tornadoes from NOAA's National Weather Service Storm Prediction Center Severe Weather GIS web page.
Arguments
- ...
Curl options passed on to crul::verb-GET (optional)
Note
See torn_cache for managing cached files
Examples
if (FALSE) { # \dontrun{
shp <- tornadoes()
library('sp')
if (interactive()) {
# may take 10 sec or so to render
plot(shp)
}
} # }