pyS5p provides a Python interface to S5p Tropomi Level-1B (and 2) products.
For more information on the Sentinel 5 precursor mission visit:
For more information on the Tropomi Level-1B products visit:
Online documentation is available from Read the Docs.
The module pys5p requires Python3.8+ and Python modules: h5py, netCDF4, numpy and xarray.
Installation instructions are provided on Read the Docs or in the INSTALL file.
Most of the plotting related S/W has been moved from pyS5p (v2.1+) to moniplot. Removed are th following modules:
- module biweight.py - contains a Python implementation of the Tukey's biweight algorithm.
- module tol_colors.py - definition of colour schemes for lines and maps that also work for colour-blind people by Paul Tol.
- module s5p_plot.py - the class S5Pplot is rewritten and now available as MONplot in the module mon_plot.py.