climateclock / README.md
SANIDHYAG's picture
Upload 3 files
4c9424b verified

A newer version of the Streamlit SDK is available: 1.49.1

Upgrade
metadata
title: Climate Clock Observatory
emoji: 🌍
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.32.0
app_file: app.py
pinned: false

🌍 Climate Clock Observatory

This Streamlit app visualizes real-time climate indicators using the Climate Clock API. It is built as part of a final project to demonstrate how data can be transformed into an engaging and informative climate observatory.

πŸ“Š Visualizations Included

  1. COβ‚‚ Budget Depletion Projection – 10-year forecast using current depletion rates.
  2. Global Energy Mix – A donut chart showing the percentage of global energy from renewables.
  3. Lifeline Metrics – A bar chart showing positive contributions like trees planted and energy created.
  4. Time Until 1.5Β°C Breach – Countdown clock showing years, months, and days remaining.
  5. COβ‚‚ Budget Simulator – Interactive slider that simulates reduced emissions and updates the budget timeline.

πŸš€ How to Run

pip install -r requirements.txt
streamlit run app.py

πŸ› οΈ Tech Stack

  • Streamlit
  • Altair
  • Pandas
  • Climate Clock API

πŸ‘₯ Contributors

Sanidhya and Group Members

πŸ“ Notes

  • All plots are created using Altair as per project guidelines.
  • The app uses a refresh-button-friendly design and pseudo real-time data.

Enjoy exploring our climate observatory!