Logo Lanfrica

sanyamsin/Climate-Resilience-Index

Domain:

climate

Record type:

software
Creator:
san
Host:
Territorilialized Climate Resilience Index for AdaptAction programme - West and Central Africa --- title: Climate Resilience Index emoji: 🌑️ colorFrom: red colorTo: green sdk: docker pinned: true --- # 🌑️ Climate-Resilience-Index > **Territorialized Climate Resilience Monitoring System** > Developed for the AdaptAction programme (Expertise France) β€” West & Central Africa --- ## 🌍 Overview The **Climate Resilience Index (CRI)** is an open-source framework for computing multi-dimensional, territorialized resilience scores at sub-national level across Sub-Saharan Africa. It synthesizes climate exposure data (NASA POWER, ERA5), socio-economic vulnerability indicators, and ecosystem metrics into a single composite index β€” updated quarterly via automated pipeline. **Designed for:** Expertise France, GIZ, Enabel, UNDP, and other international development actors integrating climate resilience into programme M&E cycles. **Coverage:** Niger, Mali, Burkina Faso, Senegal, Mauritania, Chad, CAR, Cameroon, and 4+ additional countries (AdaptAction scope: 12–18 countries). --- ## πŸ“Š Dashboard Preview ``` πŸ—ΊοΈ Territorial Map 🚨 Active Alerts β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ ●●● Niger β”‚ β”‚ πŸ”΄ Agadez NER-001 β”‚ β”‚ ●●● Mali ●●● β”‚ β”‚ CRI: 18.2 ↓ -6.1 β”‚ β”‚ ●● BFA β”‚ β”‚ 🟠 Gao MLI-007 β”‚ β”‚ πŸ”΄=critical β”‚ β”‚ CRI: 28.4 ↓ -5.2 β”‚ β”‚ 🟑=watch β”‚ β”‚ 🟑 Maradi NER-003 β”‚ β”‚ 🟒=resilient β”‚ β”‚ CRI: 37.8 stable β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ πŸ“ˆ CRI Trajectories πŸ•·οΈ Pillar Radar Niger ──────── Exposure ● Mali ────── Sensitivity ● BFA ────── Adaptive Cap ● ↑ thresholds Livelihood ● ``` β–Ά **Live Demo** β€” run `python dashboard/app.py` --- ## πŸ—οΈ Architecture ``` Climate-Resilience-Index/ β”‚ β”œβ”€β”€ climate_resilience/ # Core Python package β”‚ β”œβ”€β”€ indices.py # CRI computation engine (5-pillar model) β”‚ β”œβ”€β”€ data_loader.py # NASA POWER / ERA5 / CHIRPS ingestion β”‚ β”œβ”€β”€ spatial.py # G …