1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
=================================
ENVISAT Product Reader Python API
=================================
.. raw:: latex
\listoffigures
% \listoftables
\clearpage
:HomePage: http://avalentino.github.com/pyepr
:Author: Antonio Valentino
:Contact: antonio.valentino@tiscali.it
:Date: 26/04/2012
:Copyright: 2011-2012, Antonio Valentino
:Version: |release|
.. only:: not latex
Overview
========
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.
.. _PyEPR: https://github.com/avalentino/pyepr
.. _Python: http://www.python.org
.. _`EPR API`: https://github.com/bcdev/epr-api
.. _ENVISAT: http://envisat.esa.int
.. _ESA: http://earth.esa.int
Documentation
=============
.. toctree::
:maxdepth: 2
usermanual
tutorials
reference
NEWS
License
=======
Copyright (C) 2011-2012 Antonio Valentino <antonio.valentino@tiscali.it>
PyEPR is free software: you can redistribute it and/or modify
it under the terms of the `GNU General Public License`_ as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PyEPR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PyEPR. If not, see <http://www.gnu.org/licenses/>.
.. _`GNU General Public License`: http://www.gnu.org/licenses/gpl-3.0.html
|