mrarvind90 / fcc-sea-level-predictor

A Python program to analyze the global average sea level since 1880, and predict the sea level growth at 2050.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeCodeCamp Social Banner

Python 3 Pandas Matplotlib SciPy

Page View Time Series Visualizer

License: MIT Code Style: black

A Python program to analyze the global average sea level since 1880, and predict the sea level growth at 2050.

Technologies Used

  • pandas
  • matplotlib
  • scipy

Features

  • Generate a scatter plot of sea levels from the year 1880
  • Creating a linear line to map the overall trend of the rising sea levels
  • Creating a linear line to map the recent (year 2000) trend of the rising sea levels

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.10 or higher installed on your system. You can download Python from python.org.
  • Poetry 1.6.1 installed on your system. You can install Poetry from python-poetry.org

Installation and Setup

Follow these steps to install and set up Poetry for this project:

  1. Install Poetry: Poetry is a Python package manager that simplifies dependency management and virtual environments. You can install Poetry by following their guide here.
  2. Clone the repository
    git clone git@github.com:mrarvind90/fcc-sea-level-predictor.git
  3. Change into the Project Directory
    cd fcc-sea-level-predictor
  4. Install Dependencies:
    poetry install
  5. Run the Project:
    poetry run python3 main.py 

License

This project is licensed under the MIT License. See the LICENSE file for details.

Code Style

We follow the black code style for this project. You can format your code using:

black .

About

A Python program to analyze the global average sea level since 1880, and predict the sea level growth at 2050.

License:MIT License


Languages

Language:Python 100.0%