Skip to content

rmmartin02/Hurricane-Visualizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hurricane-Visualizations

I enjoy watching the weather, analyzing data, and looking at pretty pictures, so I though I'd start this project. All Track Lines

All Storms

This is for data from the IBTrACS-All which includes basically every peice of tropical cyclone data from around the globe. The original source file from https://www.ncdc.noaa.gov/ibtracs/index.php?name=ibtracs-data-access was pretty messy so edit.py cleans it up and arranges it neatly. Data, especially wind intensity data, is generally limited before 1945 in the west pacific. All data is limited before 1980 because of a lack of satellites.

North Atlantic Hurdat

This is for data from Hurdat2 which is for the North Atlantic basin only. This data has been reanalyzed and includes much more detail than the IBTrACS data set. Much of the data before the 1960s is from ships, aircraft, and weather stations.

Heatmaps

Can edit heatmap.py to look at all sorts of different data. It takes it and maps it on the worldMap image provided. Data needs to be compressed by some factor, otherwise it is too spread out. Can also look at basins separately. This image is a heatmap of the accumulated cyclone energy (wind*wind/100000) for storms with winds >34kt Command Looks like: python -m AllStorms.heatmap all.csv 16 ACE.jpg ACE heatmap

Track Maps

Can edit trackLines.py to look at all differnt sorts of tracks. Takes points and connects them on map. Can also color lines based on intensity. Command Looks like: python -m AllStorms.trackLines all.csv intensity.jpg Intensity Track Lines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages