File size: 1,444 Bytes
4c9424b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
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](https://docs.climateclock.world/climate-clock-docs/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

```bash
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!