Logo Lanfrica

Mahi-Brownie/climate-challenge-week0

Domaine:

climate

Type de record:

project
Créateur:
Mah
Hôte:
"Climate Challenge Week 0 - African Climate Vulnerability Analysis" # Climate Challenge Week 0 - African Climate Vulnerability Analysis ## Project Overview This repository contains the analysis of historical climate data (2015-2026) from five African nations (Ethiopia, Kenya, Sudan, Tanzania, Nigeria) to support Ethiopia's preparations for hosting COP32 in 2027. ## Repository Structure ├── .github/workflows/ # CI/CD pipeline ├── app/ # Streamlit dashboard │ └── main.py ├── notebooks/ # Jupyter notebooks │ ├── ethiopia_eda.ipynb # Task 2: EDA for all 5 countries │ └── compare_countries.ipynb # Task 3: Cross-country comparison ├── .gitignore ├── requirements.txt └── README.md text ## Setup Instructions ### 1. Clone the repository ```bash git clone cd climate-challenge-week0