This project analyzes historical hurricane data from the NOAA (National Oceanic and Atmospheric Administration) dataset. It focuses on identifying trends, patterns, and impacts of hurricanes over time using R and RMarkdown.
- Data cleaning and preprocessing of NOAA hurricane records.
- Exploratory data analysis (EDA) with visualizations.
- Statistical analysis of hurricane intensity, frequency, and impact.
- Time series analysis to identify trends.
- Mapping hurricane paths using geospatial data.
The data used in this project comes from NOAA's publicly available hurricane records. The dataset includes details such as:
- Hurricane name and year
- Wind speed and pressure
- Latitude and longitude coordinates
- Category and damage estimates
- R: For data analysis and visualization.
- RMarkdown: For generating reproducible reports.
- ggplot2: For visualization.
- dplyr: For data manipulation.
- tidyverse: For streamlined data handling.
- Clone this repository:
git clone https://github.com/Aaryan-agr/noaa-hurricane-analysis.git
- Open the project in RStudio.
- Install dependencies if needed.
install.packages(c("tidyverse", "ggplot2", "dplyr"))
- Run the RMarkdown file
The analysis aims to provide insights into:
- Changes in hurricane intensity over time.
- Regional distribution of hurricanes.
- Correlations between climate patterns and hurricane activity.
- Incorporate machine learning models for predictive analysis.
- Enhance geospatial visualizations with interactive maps.
- Compare NOAA data with other meteorological datasets.