Wind Storms in the U.S., 1955-2015

Wind Storms tracked by NOAA from 1955-2015

Originator: NOAA and National Weather Service

(12 columns, 377839 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Wind Storms in the U.S., 1955-2015"]
Out[1]=

View the data:

In[2]:=
ResourceData["Wind Storms in the U.S., 1955-2015"]
Out[2]=

Visualization

Plot wind storms in Arkansas in 2015 by strength:

In[3]:=
GeoRegionValuePlot[
 Rule @@@ ResourceData["Wind Storms in the U.S., 1955-2015"][
    Select[#Location == Entity["AdministrativeDivision", {"Arkansas", "UnitedStates"}] && #Date["Year"] == 2015 &]][
   All, {"Start", "Magnitude"}], MissingStyle -> Opacity[0]]
Out[3]=

Plot historical reported fatalities from severe wind storms in the United States:

In[4]:=
DateListPlot[
 Total /@ GroupBy[ResourceData["Wind Storms in the U.S., 1955-2015"], DateObject[{#Date["Year"]}] &][All, All, "Fatalities"]]
Out[4]=

Wolfram Research, "Wind Storms in the U.S., 1955-2015" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.49206.data

License Information

http://www.weather.gov/disclaimer

Data Resource History

Source Metadata

Publisher Information