Metadata-Version: 1.2
Name: pys5p
Version: 1.0.5
Summary: Software package to access S5p Tropomi data products
Home-page: https://github.com/rmvanhees/pys5p
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
Description: 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
        
        
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
