# Rwanda Emissions Dashboard
This project visualizes CO₂ emissions in Rwanda using Streamlit.
- Filter emissions by `year` and emission range
- Visualize CO₂ emissions by `location` using bar charts
- Interactive `heatmap` to highlight high-emission zones
- Built using `Python`, `pandas`, `Streamlit`, and `folium`
## Project Structure
- `rawdata/`: Raw CSV datasets
- `src/`: Source code and Streamlit app
- `RwandaEmissionsDashboard.py`: Main Streamlit dashboard script
## Data
- The dashboard uses emission data from a CSV file located in `rawdata/emission.csv`.
- Coordinates are filtered strictly within Rwanda to avoid plotting irrelevant points.
## How to Run
Through Streamlit app link:
rwandaco2emission.streamlit…
## Run Locally (optional and im not sure if this is exactly how):
Clone the repo and install dependencies:
```bash
pip install -r requirements.txt
streamlit run src/RwandaEmissionsDashboard.py