Skip to content

A Streamlit dashboard showing plots that are proof that climate is indeed changing because of us.

License

Notifications You must be signed in to change notification settings

batxes/climate_change_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff01a36 · Jan 11, 2025

History

9 Commits
Jan 11, 2025
Jan 11, 2025
Jan 10, 2025
Jan 11, 2025
Jan 10, 2025
Dec 9, 2024
Jan 10, 2025
Jan 10, 2025
Jan 11, 2025
Jan 11, 2025
Jan 8, 2025
Jan 10, 2025
Jan 11, 2025

Repository files navigation

Ocean Temperature Dashboard

A Streamlit dashboard showing historical ocean temperature data.

Setup

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Set up environment variables in .streamlit/secrets.toml
  4. Run: streamlit run streamlit_app.py

Design schema

Design schema

Deployment

This app is deployed using:

  • Streamlit Cloud for the web application
  • Railway for PostgreSQL database

Environment Variables

Required secrets in Streamlit Cloud:

    [postgres_prod]
    DATABASE_URL = "postgresql://user:password@host:port/database"

To add

https://www.ncei.noaa.gov/cdo-web/datasets Global Temperature: https://data.giss.nasa.gov/gistemp/tabledata_v4/GLB.Ts+dSST.txt Compare with: https://royalsociety.org/news-resources/projects/climate-change-evidence-causes/basics-of-climate-change/

About

A Streamlit dashboard showing plots that are proof that climate is indeed changing because of us.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published