Skip to content

A Python project that reads historical sea level data, creates scatter plots, and fits regression lines to visualize past trends and predict future sea level rise up to 2050.

Notifications You must be signed in to change notification settings

crazymidoo/sea-level-predictor

Repository files navigation

Sea Level Predictor

This is the boilerplate for the Sea Level Predictor project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/data-analysis-with-python/data-analysis-with-python-projects/sea-level-predictor


This project is a Python-based data visualization tool that analyzes historical sea level data and predicts future trends. It uses pandas for data manipulation, Matplotlib for plotting, and SciPy for linear regression analysis.

Features

  • Read historical sea level data from CSV.

  • Plot scatter plot of sea level measurements over time.

  • Draw line of best fit for all available data, extended to 2050.

  • Draw line of best fit for recent data (from 2000 onward), extended to 2050.

  • Visualize trends to help predict future sea level rise.

About

A Python project that reads historical sea level data, creates scatter plots, and fits regression lines to visualize past trends and predict future sea level rise up to 2050.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages