Metadata-Version: 2.4
Name: enpt
Version: 1.3.0
Summary: EnMAP Processing Tool
Project-URL: Source code, https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT
Project-URL: Issue Tracker, https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/-/issues
Project-URL: Documentation, https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc
Project-URL: Change log, https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/-/blob/main/HISTORY.rst
Project-URL: Zenodo, https://zenodo.org/records/8229436
Author-email: Daniel Scheffler <daniel.scheffler@gfz.de>, Niklas Bohn <nbohn@gfz.de>, Stéphane Guillaso <stephane.guillaso@gfz.de>, Brenner Silva <brenner.silva@awi.de>, Leonardo Alvarado <leonardo.alvarado@awi.de>, Karl Segl <segl@gfz.de>
Maintainer-email: Daniel Scheffler <daniel.scheffler@gfz.de>
License-Expression: GPL-3.0-or-later
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: EnMAP,EnMAP-Box,EnPT,hyperspectral,processing chain,remote sensing,satellite
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: acwater>=0.4.1
Requires-Dist: arosics>=1.0.0
Requires-Dist: cerberus
Requires-Dist: gdal
Requires-Dist: geoarray>=0.19.2
Requires-Dist: isofit==3.4.3
Requires-Dist: jsmin
Requires-Dist: lxml
Requires-Dist: matplotlib
Requires-Dist: mvgavg
Requires-Dist: natsort
Requires-Dist: numpy-indexed
Requires-Dist: numpy>=2
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: py-tools-ds>=0.14.25
Requires-Dist: pyproj>=3.4.0
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: sensormapgeo>=1.0.0
Requires-Dist: sicor>=0.19.1
Requires-Dist: tqdm
Requires-Dist: utm
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pycodestyle; extra == 'dev'
Requires-Dist: pydocstyle; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-reporter-html1>=0.9.5; extra == 'dev'
Requires-Dist: sphinx-argparse; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: urlchecker; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx-argparse; extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Provides-Extra: lint
Requires-Dist: flake8; extra == 'lint'
Requires-Dist: pycodestyle; extra == 'lint'
Requires-Dist: pydocstyle; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-reporter-html1>=0.9.5; extra == 'test'
Requires-Dist: urlchecker; extra == 'test'
Description-Content-Type: text/x-rst


.. image:: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/img/EnPT_logo_final.svg
   :width: 300px
   :alt: EnPT Logo

============================
EnPT - EnMAP Processing Tool
============================

The EnPT Python package is an automated pre-processing pipeline for the new EnMAP hyperspectral satellite data.
It provides free and open-source features to transform EnMAP Level-1B data to Level-2A. The package has been developed
at the GFZ Helmholtz Centre for Geosciences, Germany, as an alternative to the processing chain of the EnMAP
Ground Segment.

* Please check the documentation_ for installation and usage instructions and in depth information.
* Information on how to **cite the EnPT Python package** can be found in the
  `CITATION <https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/-/blob/main/CITATION>`__ file.


License
-------
Free software: GNU General Public License v3 or later (GPLv3+)

All images contained in any (sub-)directory of this repository are licensed under the CC0 license which can be found
`here <https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt>`__.

Feature overview
----------------

* read EnMAP Level-1B input data
* radiometric conversion to top-of-atmosphere radiance
* dead pixel correction
* atmospheric correction (based on SICOR_ or ISOFIT_ for land and `ACwater Polymer`_ via Polymer_ for water surfaces)
* optional export of additional results from atmospheric parameter retrieval
* detection and correction of geometric misregistrations compared to user provided spatial reference (based on AROSICS_)
* orthorectification
* write EnMAP Level-2A output data

Status
------

|badge1| |badge2| |badge3| |badge4| |badge5| |badge6| |badge7| |badge8| |badge9|

.. |badge1| image:: https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/badges/main/pipeline.svg
    :target: https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/pipelines

.. |badge2| image:: https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/badges/main/coverage.svg
    :target: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/coverage/

.. |badge3| image:: https://img.shields.io/static/v1?label=Documentation&message=GitLab%20Pages&color=orange
    :target: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/

.. |badge4| image:: https://img.shields.io/pypi/v/enpt.svg
    :target: https://pypi.python.org/pypi/enpt

.. |badge5| image:: https://img.shields.io/conda/vn/conda-forge/enpt.svg
        :target: https://anaconda.org/conda-forge/enpt

.. |badge6| image:: https://img.shields.io/pypi/l/enpt.svg
    :target: https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/-/blob/main/LICENSE

.. |badge7| image:: https://img.shields.io/pypi/pyversions/enpt.svg
    :target: https://img.shields.io/pypi/pyversions/enpt.svg

.. |badge8| image:: https://img.shields.io/pypi/dm/enpt.svg
    :target: https://pypi.python.org/pypi/enpt

.. |badge9| image:: https://zenodo.org/badge/253474970.svg
   :target: https://zenodo.org/badge/latestdoi/253474970

See also the latest coverage_ report and the pytest_ HTML report.

History / Changelog
-------------------

You can find the protocol of recent changes in the EnPT package
`here <https://git.gfz.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT/-/blob/main/HISTORY.rst>`__.

Credits
-------

This software was developed within the context of the EnMAP project supported by the DLR Space Administration with
funds of the German Federal Ministry of Economic Affairs and Energy (on the basis of a decision by the German
Bundestag: 50 EE 1529) and contributions from DLR, GFZ and OHB System AG.

Sentinel-2 spatial reference test data have been provided by ESA.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _documentation: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc
.. _coverage: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/coverage/
.. _pytest: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/test_reports/report.html
.. _SICOR: https://git.gfz.de/EnMAP/sicor
.. _ISOFIT: https://github.com/isofit/isofit
.. _AROSICS: https://git.gfz.de/danschef/arosics
.. _`ACwater Polymer`: https://gitlab.awi.de/phytooptics/acwater
.. _Polymer: https://forum.hygeos.com
