Python scripts and Jupyter Notebooks for downloading and pre-processing Sentinel-5P NO2 data.
The project contains folders for all stages of the project workflow as well as other files necessary to run the code.
Contains all Python and Jupyter Notebook files.
Contains all original/unprocessed data.
Contains all created/processed data.
Contains all figures and plots.
Contains all written content.
Contains all information to create the Conda environment required to run the Python and Jupyter Notebook files in the 01-code-scripts/
folder.
To run the Python and Jupyter Notebook files in the 01-code-scripts/
folder, you will need:
The instructions expect you to have a local copy of this GitHub repository.
From the terminal, you can create and activate the Conda environment.
Create environment:
$ conda env create -f environment.yml
Activate environment:
$ conda activate sentinel-5p
Once you activate the Conda environment, you can work with the Jupyter Notebook files.
Open Jupyter Notebook:
$ jupyter notebook