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

Source Notebook

Wind Storms tracked by NOAA from 1955-2015

Originator: NOAA and National Weather Service

(12 columns, 377839 rows)

Examples

Basic Examples (1) 

View the data:

In[1]:=
ResourceData[\!\(\*
TagBox["\"\<Wind Storms in the U.S., 1955-2015\>\"",
#& ,
BoxID -> "ResourceTag-Wind Storms in the U.S., 1955-2015-Input",
AutoDelete->True]\)]
Out[1]=

Visualization (2) 

Plot wind storms in Arkansas in 2015 by strength:

In[2]:=
GeoRegionValuePlot[Rule @@@ ResourceData[\!\(\*
TagBox["\"\<Wind Storms in the U.S., 1955-2015\>\"",
#& ,
BoxID -> "ResourceTag-Wind Storms in the U.S., 1955-2015-Input",
AutoDelete->True]\)][
    Select[#Location == Entity["AdministrativeDivision", {"Arkansas", "UnitedStates"}] && #Date["Year"] == 2015 &]][
   All, {"Start", "Magnitude"}], MissingStyle -> Opacity[0]]
Out[2]=

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

In[3]:=
DateListPlot[Total /@ GroupBy[ResourceData[\!\(\*
TagBox["\"\<Wind Storms in the U.S., 1955-2015\>\"",
#& ,
BoxID -> "ResourceTag-Wind Storms in the U.S., 1955-2015-Input",
AutoDelete->True]\)], DateObject[{#Date["Year"]}] &][All, All, "Fatalities"]]
Out[3]=

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