Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 521 Bytes

File metadata and controls

13 lines (9 loc) · 521 Bytes

PC-Sea-Level-Rise

Analyzes historical sea level rise data from Pictou, Nova Scotia, from archived weather stations over the past 70 years and predicts future sea level rise trends. Using Python and statistical modeling, the project provides insights into the potential impacts of sea level rise on the region by 2050 if current trends continue.

Applies a linear regression model to analyze the rate of sea level rise.

Requirements

This project uses Python and the following libraries:

pandas numpy matplotlib scipy