Metadata-Version: 2.1
Name: pys5p
Version: 1.1.0
Summary: Software package to access S5p Tropomi data products
Home-page: https://github.com/rmvanhees/pys5p.git
Author: Richard van Hees
Author-email: r.m.van.hees@sron.nl
Maintainer: Richard van Hees
Maintainer-email: r.m.van.hees@sron.nl
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Requires-Dist: numpy (>=1.17)
Requires-Dist: scipy (>=1.3)
Requires-Dist: h5py (>=2.10)
Requires-Dist: matplotlib (>=3.3)
Provides-Extra: toml
Requires-Dist: toml ; extra == 'toml'

pyS5p
=====

pyS5p provides a Python interface to S5p Tropomi Level-1B (and 2) products.
Furthermore, pyS5p contains routines to visualize your data beautifully.

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.eu

For more information on the Tropomi Level-1B products visit:

* http://www.tropomi.eu/documents/level-0-1b-products

The software requires Python3.7+ and Python modules: h5py, numpy, matplotlib

The python module Cartopy is required to run:

 * class S5Pgeoplot
 * method S5P.plot::draw_tracks



