Skip to content

ENV859/HurricaneMapper_PY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title Author Date
Hurricane Mapper
John.Fay@duke.edu
Fall 2025

HurricaneMapper_PY

This workspace contains a Python-based geoprocessing workflow of the Hurricane Mapping tool created in the Advanced Geoprocessing section of ENV859.

The workflow, represented in the HurricaneTracker.ipynb notebook, allows the user to specify a storm season (e.g. 2018) and named storm from that season (e.g. "FLORENCE"), and create an output feature class of the US counties affected by that storm.

The workspace structure is as follows:

[Project Folder] 
		|
		├ data 
		|	|
		|	├ raw
		|	|	|
		|	|	└ IBTrACS_NA.zip (IBTrACS shapefile of storm track points - compressed)
		|	|	
		|	└ processed
		|
		└ src
			|
			└ HurricaneTracker.ipynb (Jupyter notebook)

⚠️Note that the IBTrACS_NA shapefile should be unzipped directly into the raw folder before running the script.

About

ENV 859 Automating Geospatial Workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors