This repository contains code for analyzing air quality in Bogotá and the Aburrá Valley Metropolitan Area.
scripts/: Contains the analysis code.data/: Directory for storing datasets (not included by default).requirements.txt: List of required dependencies..gitignore: Specifies files to be ignored by Git.
- Clone the repository:
git clone https://github.com/your_username/PM_Bog_AMVA.git
- Navigate to the repository directory:
cd PM_Bog_AMVA - Install dependencies:
pip install -r requirements.txt
- Run the Jupyter notebook:
jupyter notebook scripts/PM_Bog_AMVA.ipynb
- Python 3.x
- Jupyter Notebook
- Required libraries listed in
requirements.txt
This project is open-source and licensed under the MIT License.
Contributions are welcome! Feel free to submit issues or pull requests.