Metadata-Version: 1.1
Name: enpt_enmapboxapp
Version: 0.4.2
Summary: A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).
Home-page: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp
Author: Daniel Scheffler
Author-email: danschef@gfz-potsdam.de
License: GNU General Public License v3
Description: ================
        enpt_enmapboxapp
        ================
        
        A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).
        
        
        * Free software: GNU General Public License v3
        * Documentation: http://enmap.gitext.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/
        
        .. image:: ./docs/images/screenshot_enpt_enmapboxapp_874x1267.png
            :width: 874 px
            :height: 1267 px
            :scale: 100 %
        
        
        Status
        ------
        
        .. image:: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/master/pipeline.svg
                :target: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/commits/master
        .. image:: https://img.shields.io/pypi/v/enpt_enmapboxapp.svg
                :target: https://pypi.python.org/pypi/enpt_enmapboxapp
        .. image:: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/master/coverage.svg
                :target: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/coverage/
        .. image:: https://img.shields.io/static/v1?label=Documentation&message=GitLab%20Pages&color=orange
                :target: http://enmap.gitext.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/
        .. image:: https://img.shields.io/pypi/l/enpt_enmapboxapp.svg
                :target: https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/blob/master/LICENSE
        .. image:: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg
                :target: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg
        .. image:: https://img.shields.io/pypi/dm/enpt_enmapboxapp.svg
                :target: https://pypi.python.org/pypi/enpt_enmapboxapp
        
        .. .. image:: https://img.shields.io/travis/danschef/enpt_enmapboxapp.svg
                :target: https://travis-ci.org/danschef/enpt_enmapboxapp
        
        .. .. image:: https://readthedocs.org/projects/enpt-enmapboxapp/badge/?version=latest
                :target: https://enpt-enmapboxapp.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. .. image:: https://pyup.io/repos/github/danschef/enpt_enmapboxapp/shield.svg
             :target: https://pyup.io/repos/github/danschef/enpt_enmapboxapp/
             :alt: Updates
        
        See also the latest coverage_ report and the nosetests_ HTML report.
        
        
        Installation
        ------------
        
        Clone the repository and install enpt_enmapboxapp to your local QGIS python:
        
        .. code-block:: console
        
            git clone https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp.git
            cd enpt_enmapboxapp
            pip install .
        
        
        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.
        
        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
        .. _coverage: http://enmap.gitext.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/coverage/
        .. _nosetests: http://enmap.gitext.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/nosetests_reports/nosetests.html
        
        
        =======
        History
        =======
        
        0.4.2 (2020-03-26)
        ------------------
        
        * added parameter 'vswir_overlap_algorithm'
        
        
        0.4.1 (2020-03-26)
        ------------------
        
        * nosetests are now properly working:
          EnPT is called with the given GUI parameters and sends back a file containing all received parameters
          -> fixes issue #13 (closed)
        * fixed Linux implementation
        * improved error messages in case not all software components are properly installed
        
        
        0.4.0 (2020-03-25)
        ------------------
        
        * EnPT can now be interrupted by pressing the cancel button.
        * Replaced placeholder app with a link to start the GUI.
        * Added an About-Dialog.
        * The package is now publicly available.
        * Added PyPI upload.
        
        
        0.3.0 (2020-01-28)
        ------------------
        
        * The EnPT output is now properly displayed in the log window during EnPT runtime
        * Code improvements
        * Some minor documentation improvements
        
        
        0.2.0 (2020-01-17)
        ------------------
        
        * The GUI app is now working together with the EnPT backend installed in a separate Anaconda environment.
        * Many improvements.
        * Added documentation.
        
        
        
        0.1.0 (2018-07-05)
        ------------------
        
        * First release on GitLab.
        
Keywords: enpt_enmapboxapp,EnMAP,EnMAP-Box,hyperspectral,remote sensing,satellite,processing chain
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
