Metadata-Version: 1.1
Name: pyepr
Version: 0.3
Summary: Python ENVISAT Product Reader API
Home-page: http://avalentino.github.com/pyepr
Author: Antonio Valentino
Author-email: antonio.valentino@tiscali.it
License: GPL3
Download-URL: http://pypi.python.org/pypi/pyepr
Description: PyEPR provides Python_ bindings for the ENVISAT
        Product Reader C API (`EPR API`_) for reading satellite data from ENVISAT_
        ESA_ (European Space Agency) mission.
        
        PyEPR, as well as the `EPR API`_ for C, supports ENVISAT_ MERIS, AATSR
        Level 1B and Level 2 and also ASAR data products. It provides access to
        the data either on a geophysical (decoded, ready-to-use pixel samples)
        or on a raw data layer. The raw data access makes it possible to read
        any data field contained in a product file.
        
        .. _Python: http://www.python.org
        .. _`EPR API`: https://github.com/bcdev/epr-api
        .. _ENVISAT: http://envisat.esa.int
        .. _ESA: http://earth.esa.int
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Requires: numpy
