Interactive dashboard that visualizes carbon monoxide (CO) concentrations across Nigerian states from 2020 to 2024.
# π Nigeria Carbon Monoxide (CO) Dashboard (2020β2024)
This interactive dashboard visualizes **carbon monoxide (CO) concentrations** across Nigerian states from **2020 to 2024**.
It allows users to explore air quality patterns, identify pollution hotspots, and track changes over time.
Link to Dashboard:
nigeria-carbon-monoxide-dasβ¦
## π Features
* πΊοΈ **Choropleth Map** (Natural Breaks classification with green scale)
* Dark-themed basemap for better visualization
* Interactive popups showing state-specific CO levels
* π **Top & Bottom States**
* Automatically updates when a year is selected
* Displays 3 highest and 3 lowest states
* π **Time-Series Analysis**
* Line chart showing annual variations in CO levels for each state
* π© **National Average Donut Chart**
* Displays Nigeriaβs average CO concentration per year
* π **Dashboard Information Modal**
* Pops up when the dashboard loads
* Sidebar button to view information later
## π Project Structure
```
co-dashboard/
β
βββ app.py # Main Streamlit app
βββ requirements.txt # Python dependencies
βββ data/
β βββ nigeria_state_co.geojson # Input data
βββ images/
βββ screenshot.png # Example screenshot (optional)
```
## π Data
* **Source:** Processed from Sentinel-5P CO dataset (2020β2024)
* **Format:** GeoJSON with state-level annual mean CO values (mol/mΒ²)
* **Projection:** EPSG:4326 (WGS 84)
## πΈ Preview
## π οΈ Installation
β‘ Built with **Python, Streamlit, Leafmap, Folium, Plotly, and Geopandas**.