Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmvanhees/pys5p
Software package to access S5p Tropomi data products.
https://github.com/rmvanhees/pys5p
Last synced: 2 months ago
JSON representation
Software package to access S5p Tropomi data products.
- Host: GitHub
- URL: https://github.com/rmvanhees/pys5p
- Owner: rmvanhees
- License: bsd-3-clause
- Created: 2016-10-18T13:01:01.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:39:06.000Z (3 months ago)
- Last Synced: 2024-10-28T13:58:25.272Z (3 months ago)
- Language: Python
- Homepage:
- Size: 913 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-atmos - pys5p - 5P Level1B product (Satellite)
README
# pyS5p
[![Package Release](https://img.shields.io/pypi/v/pys5p.svg?label=version)](https://pypi.org/project/pys5p/)
[![Package Status](https://img.shields.io/pypi/status/pys5p.svg?label=status)](https://pypi.org/project/pys5p/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pys5p.svg?label=PyPI%20downloads)](https://github.com/rmvanhees/pys5p/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5665827.svg)](https://doi.org/10.5281/zenodo.5665827)pyS5p provides a Python interface to S5p Tropomi Level-1B (and 2) products.
For more information on the Sentinel 5 precursor mission visit:
* https://earth.esa.int/web/guest/missions/esa-future-missions/sentinel-5P
* http://www.tropomi.euFor more information on the Tropomi Level-1B products visit:
* http://www.tropomi.eu/documents/level-0-1b-products
## Documentation
Online documentation is available from [Read the Docs](https://pys5p.readthedocs.io).## Installation
The module pys5p requires Python3.8+ and Python modules: h5py, netCDF4, numpy and xarray.Installation instructions are provided on [Read the Docs](https://pys5p.readthedocs.io/en/latest/build.html) or in the INSTALL file.
## Note
Most of the plotting related S/W has been moved from pyS5p (v2.1+) to [moniplot](https://pypi.org/project/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](https://personal.sron.nl/~pault/).
* module s5p_plot.py - the class S5Pplot is rewritten and now available as MONplot in the module mon_plot.py.