Historical U.S. Tornado Events Analysis (1950-2022)
I. Data source overview
- Name : U.S. TORNADOES (1950-2022)
- Source: NOAA NWS Storm Prediction Center Severe weather database
- Geographical distribution: US and territories (Puerto Rico, Virgin Islands)
- Description: comma separated value (.csv) files for tornadoes as compiled from NWS Storm Data. Tornado reports exist back to 1950. Tornado data are provided in raw csv file format. Actual tornado tracks only (not including individual state segments) are provided in the "Actual_tornadoes.csv" file.
- File name and size: 1950-2022_actual_tornadoes.csv (7.3mb)
Definition: - Tornado: a narrow, violently rotating column of air that extends from a thunderstorm to the ground - Hard to see unless it forms a funnel made up of water droplets, dust and debris - Can be among the most violent phenomena of all storms we experience
Motivation for this study: Understanding human impact of tornadoes occuring at night and in urban locations
II. Objectives
1. Investigate Tornado Impact Based on Geographic Location of the Tornado Event:
- Urban vs. Rural tornado locations
- Objective: Compare tornado injury and fatality between urban and rural areas to identify differences in impact
2. Analyze Temporal Patterns of Tornado Impact:
- Day vs. Night tornado occurences
- Objective: Examine how tornado injury and fatality varies between day and night occurrences to understand temporal differences in tornado impacts
3. Analyze Factors Influencing Tornado Injury Severity:
- Dependent variable tornado injuries
- Predictors, path length, magntiude, and urban location
- Objective: To assess the influence of tornado magnitude, path length, and urban location on the severity of tornado injuries by developing a predictive model
- Building a linear regression model to quantify the relationship between these predictors and the number of injuries, and identifying the predictors that have the greatest impact
4. Analyze Factors Influencing Tornado Fatality Severity:
- Dependent variable tornado fatalities
- Predictors, injuries, magntiude, and time of day
- Objective: To assess the influence of tornado magnitude, path length, and time of day on the severity of tornado injuries by developing a predictive model
- Building a linear regression model to quantify the relationship between these predictors and the number of fatalities, identifying the predictors that have the greatest impact
Conclusions:
- The analysis of tornado events reveals a significant difference in fatalities based on the time of day:
- Tornadoes that occur at night tend to have a statistically higher fatality count compared to those during the day
-
Suggests that nighttime tornadoes are particularly dangerous, possibly due to reduced visibility and slower emergency response times
-
Urban vs. Rural Impact on Injuries:
- When comparing urban and rural tornadoes, findings indicate that urban areas experience significantly more injuries from tornadoes
-
Could be due to higher population density and infrastructure in urban areas, making them more vulnerable to tornado damage and resulting in higher injury counts
-
OLS Linear Regression Analysis on Injuries:
- The linear regression analysis identifies tornado magnitude, path length, and urban location as significant predictors of tornado injuries
Additional Evidence for major severe tornados occurring at night:
- Recording (see below) for the 1965 Tornado Outbreak called the "Longest Night" in Minnesota
Sources:
- https://web.archive.org/web/20120224181632/http://www.lattery.com/vortex100/intro.htm
from IPython.display import Audio # a module for controlling notebook outputs, allows you to embed images, video, audio, even webpages with the Iframe function
# ArcGIS Pro documentation URL for a specific tool
recording = "WCCO-AM_1965_Tornado_3.mp3"
# Display the documentation inside Jupyter Notebook
Audio(recording) # iframe can be used to display local or online webpages, documents, audio and video