The National Hurricane Center (NHC) conducts a post-storm analysis of each tropical cyclone in its area of responsibility to determine the official assessment of the cyclone's history. This analysis makes use of all available observations, including those that may not have been available in real time. This dataset is the NOAA Atlantic hurricane database best track data. The original NOAA Atlantic Hurricane Database Best Track Data dates back to 1951 and includes detailed information on each storm. However, for the purpose of this project, we have chosen to focus on the years 2001-2022 only. This decision was made due to our current capacity and resources. Handling such a large volume of data could be challenging and may require more computational resources and sophisticated data analysis techniques than we currently possess. The data for these years will be used to analyze and understand the characteristics and impacts of hurricanes during this period.
- ID: This is a unique identifier for each storm.
- name: The name of the storm.
- year, month, day, hour: The date and time of the storm.
- Latitude and Longitude: The geographical coordinates of the storm.
- Status: The status of the storm at the given time.
- Category: Saffir-Simpson hurricane category calculated from wind speed.
- NA: Not a hurricane
- 64+ knots
- 83+ knots
- 96+ knots
- 113+ knots
- 137+ knots
- Wind: The storm's maximum sustained wind speed (in knots)
- Pressure: Air pressure at the storm's center (in millibars)
The data is collected by the National Hurricane Center (NHC) staff after the dissipation of every tropical cyclone occurring in the Atlantic and eastern north Pacific basins. Accessing the Data The data is available for download in widely-used GIS data formats. It can be accessed through the Historical Hurricane Tracks tool at www.coast.noaa.gov/hurricanes. This tool allows users to search and display global tropical cyclone data
- Yongco, Carren Mae L.
- Reinhart, Logronio F.
- Limpin, Louvila C.
StormCaster is a desktop application that provides users with the ability to upload files and generate both descriptive and predictive analytics. The application is built using ElectronJS for the frontend and Python for the backend. The main features of the application include file uploading and analytics generation.
-
File Uploading: Users can upload files to the application. The application supports CSV file formats.
-
Descriptive Analytics: The application can produce descriptive analytics using measures of frequency. This includes calculating measures of central tendency (like mean, median, and mode), measures of dispersion (like range, variance, and standard deviation), and measures of frequency (like count, percent, and frequency) 1.
-
Predictive Analytics: The application uses Random Forest Regression for predictive analytics. This allows the application to make predictions based on the uploaded files.
To install and run the StormCast App, follow the following steps:
- Clone the repository to your local machine:
git clone "repo link"
- Navigate to the project directory:
cd app
- Run the App
npm run dev
- Load the CSV file by clicking the “Load CSV file” button or by drag and drop
- Click the next button to show the descriptive analytics.
- Click the next button again to show the predictive analytics.