Fork me on GitHub

pyepr by avalentino

Python bindings for ENVISAT Product Reader API

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.

Links

Dependencies

Install

$ pip install pyepr

License

GPL3

Author

Antonio Valentino (antonio.valentino at tiscali.it)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/avalentino/pyepr