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.

jqnmunozdiaz/BurkinaFasoRiskDashboard

Domain:

climateenvironment and energy

Record type:

software
Creator:
jqn
Host:
This platform enables users to analyze disaster risk and urbanization trends in Burkina Faso. # Burkina Faso Disaster Risk & Urbanization Analytics Dashboard Interactive Dash-based dashboard for analyzing disaster risk and urbanization trends in Burkina Faso. ## Features - **Historical Disasters** (EM-DAT): Disaster frequency, trends, affected population, mortality - **Historical Urbanization** (WDI/UN DESA): Urban projections, density, slums, infrastructure, GDP correlation, city distribution - **Flood Hazard** (Fathom3/GHSL): National and city-level exposure analysis with interactive maps - **Flood Projections**: Climate scenarios and urbanization vs climate change drivers ## Data Sources EM-DAT • World Bank WDI • UN DESA • Fathom3 • GHSL • Africapolis ## Quick Start ```bash python -m venv venv venv\Scripts\activate # Windows pip install -r requirements.txt python app.py ``` Dashboard available at `localhost` ## Structure ``` app.py # Entry point src/ callbacks/ # Feature-organized callbacks layouts/ # UI components utils/ # Data loading & helpers config/ # Settings data/ # Raw & processed data assets/ # CSS, images ``` ## Deployment Deployed on Google Cloud Run via Cloud Build. See `cloudbuild.yaml` for CI/CD configuration. **Environment Variables:** - `PORT` (default: 8050) - `ENVIRONMENT` (dev/production)

Visit

github.com