This is a Python script to visualize and predict sea level rise using data from the EPA.
This script requires the following libraries:
- pandas
- numpy
- matplotlib
- scipy
If you want to customize the script, you can modify the following variables:
filepath
: The path to the CSV file containing the sea level data.years_from_start_extended
: The range of years for the first line of best fit.years_from_2000_extended
: The range of years for the second line of best fit.
This project is licensed under the MIT License - see the LICENSE file for details.