Skip to content

rekhashida/sea-level-predictor

Repository files navigation

Sea Level Predictor

A Python data analysis project that uses historical global sea level data to create scatter plots, calculate lines of best fit, and predict sea level rise through 2050.

Features

  • Reads sea level data from epa-sea-level.csv
  • Creates a scatter plot of historical sea level data
  • Adds a line of best fit using all data from 1880 onward
  • Adds a second line of best fit using data from 2000 onward
  • Predicts sea level rise through 2050
  • Saves the final chart as sea_level_plot.png

Technologies Used

  • Python
  • Pandas
  • Matplotlib
  • SciPy
  • NumPy
  • unittest

How to Run

Install dependencies:

pip install -r requirements.txt

About

Sea level prediction project using Python, Pandas, Matplotlib, and SciPy to visualize historical sea level rise and predict values through 2050.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages