Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

meronteklehaymanotgebru/climate-challenge-week0

Domain:

climate

Record type:

project
Creator:
mer
Host:
🌍 Climate Challenge Week 0 - 10 Academy AI Mastery | African Climate Trend Analysis for COP32 | Exploratory data analysis of temperature, precipitation, and extreme weather patterns across Ethiopia, Kenya, Sudan, Tanzania, and Nigeria (2015-2026) | NASA POWER satellite data | Evidence-backed climate insights for Ethiopia's COP32 position paper # 🌍 African Climate Trend Analysis for COP32 ## 10 Academy - Artificial Intelligence Mastery | Week 0 Challenge ### πŸ“Š Project Overview This repository contains exploratory climate data analysis for five African nations (Ethiopia, Kenya, Sudan, Tanzania, and Nigeria) using NASA POWER satellite-derived measurements from 2015-2026. The analysis supports EthioClimate Analytics in preparing evidence-backed insights for Ethiopia's hosting of COP32 in Addis Ababa (2027). ### 🎯 Business Objective Position Ethiopia as a credible, data-informed host for COP32 by surfacing key climate trends, seasonal patterns, and anomalies that amplify Africa's voice in global climate negotiations. ### πŸ“ˆ Key Findings - Comprehensive climate vulnerability ranking across 5 African nations - Temperature anomaly analysis against 1991-2020 baseline - Extreme event frequency assessment (heatwaves, droughts, floods) - Cross-country precipitation variability comparison - Actionable policy recommendations for COP32 negotiations ### πŸ› οΈ Technical Stack - **Language:** Python 3.10+ - **Data Processing:** Pandas, NumPy - **Visualization:** Matplotlib, Seaborn, Plotly - **Dashboard:** Streamlit - **CI/CD:** GitHub Actions - **Version Control:** Git with Conventional Commits ### πŸ“ Repository Structure ``` climate-challenge-week0/ β”œβ”€β”€ .github/workflows/ β”‚ └── ci.yml # CI pipeline configuration β”œβ”€β”€ notebooks/ β”‚ β”œβ”€β”€ ethiopia_eda.ipynb # Ethiopia EDA β”‚ β”œβ”€β”€ kenya_eda.ipynb # Kenya EDA β”‚ β”œβ”€β”€ sudan_eda.ipynb # Sudan EDA β”‚ β”œβ”€β”€ tanzania_eda.ipynb # Tanzania EDA β”‚ β”œβ”€β”€ nigeria_eda.ipynb # Nigeria EDA β”‚ └── compare_countries.ipynb # Cross-country comparison β”œβ”€β”€ app/ β”‚ β”œβ”€β”€ main.py # Streamlit dashboard β”‚ └── utils.py # Helper functions β”œβ”€β”€ scripts/ β”‚ └── data_loader.py # Data loading utilities β”œβ”€β”€ tests/ β”‚ └── test_data_quality.py # Unit tests β”œβ”€β”€ requirements.txt β”œβ”€β”€ .gitignore └── README.md ``` ### πŸš€ Quick Start #### 1. Clone the Repository ```bash git clone github.com …

Visit

github.com