Releases: RajaHasnain7/Sentinel5P-AQI-Toolkit
Releases · RajaHasnain7/Sentinel5P-AQI-Toolkit
Release list
Initial Release: Sentinel5P-AQI-Toolkit v1.0
Key Features:
- Automated Data Retrieval:
- Query and download Sentinel-5P Level-2 data from the Copernicus Hub using
Complete_S5P_code.ipynb. - Customizable parameters for date range, area of interest, and pollutants.
- Data Preprocessing:
- Convert Level-2 raw files to Level-3 processed files using
harpconversion.py. - Binning by time, latitude, and longitude on a regular grid with a default resolution of
0.01 x 0.01arc degrees. - Support for exporting Level-3 data to
.csvformat.
- Support for Multiple Pollutants:
- Includes support for Ozone (O3), Nitrogen Dioxide (NO2), Carbon Monoxide (CO), and more.
- Configurable Parameters:
- Fully customizable settings, including quality assurance thresholds.
Getting Started:
- Clone the repository:
git clone https://github.com/RajaHasnain7/Sentinel5P-AQI-Toolkit.git
- Follow the instructions in the
README.mdto set up and run the toolkit. - Refer to requirements for
requirements for L3-L2 conversionfor library dependencies.
Acknowledgements:
This project builds upon methodologies described in: Omrani et al., 2020.