This project does not store raw or processed data in the repo.
- Field measurements (PM2.5, PM10, CO, SO₂, VOCs) – provide source or contact.
- Climate (AT, RH) – specify source (e.g., on-site logger or public API) and timeframe.
pollution/data/ ├── raw/ # raw CSVs as collected └── processed/ # cleaned/derived tables produced by scripts
Remove personally identifiable info and precise coordinates if sensitive.
This study received ethics approval from CSIR Ghana (Protocol CSIR-IRB0046/2024). Raw/linked datasets are restricted and not posted here. See:
Assumes your cleaned hourly CSV is at
pollution/data/processed/merged_hourly.csv.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.stats pollution/data/processed/merged_hourly.csv pollution/reports/tables
ls pollution/reports/tables