rnoaa (version 1.4.0)

tornadoes: Get NOAA tornado data.

Description

This function gets spatial paths of tornadoes from NOAA's National Weather Service Storm Prediction Center Severe Weather GIS web page.

Usage

tornadoes(...)

Value

A Spatial object is returned of class SpatialLinesDataFrame.

Arguments

...

Curl options passed on to crul::verb-GET (optional)

References

https://www.spc.noaa.gov/gis/svrgis/

Examples

Run this code
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