Metadata-Version: 1.1
Name: enpt_enmapboxapp
Version: 0.6.2
Summary: A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).
Home-page: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp
Author: Daniel Scheffler
Author-email: danschef@gfz-potsdam.de
License: GPL-3.0-or-later
Description: .. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/master/pipeline.svg
                :target: https://git.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://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/master/coverage.svg
                :target: coverage_
        .. 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_enmapboxapp/doc/
        .. image:: https://img.shields.io/pypi/l/enpt_enmapboxapp.svg
                :target: https://git.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
        
        
        ================
        enpt_enmapboxapp
        ================
        
        A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).
        
        * Free software: GNU General Public License v3 or later (GPLv3+)
        * Documentation: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/
        
        See also the latest coverage_ report and the nosetests_ HTML report.
        
        
        How the GUI looks like
        ----------------------
        
        .. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/raw/master/docs/images/screenshot_enpt_enmapboxapp_v0.6.0.png
            :width: 1046 px
            :height: 876 px
            :scale: 70 %
        
        
        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: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/coverage/
        .. _nosetests: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/nosetests_reports/nosetests.html
        
        
        =======
        History
        =======
        
        0.6.2 (2021-06-23)
        ------------------
        
        * Disabled parameters that are currently not implemented in EnPT.
        
        
        0.6.1 (2021-06-18)
        ------------------
        
        * Revised output and exception handling.
        * Revised code to get rid of code duplicates.
        * Small bug fixes.
        * Set test_enpt_enmapboxapp_install CI job to 'manual' for now.
        
        
        0.6.0 (2021-06-16)
        ------------------
        
        * Added parameters related to three new AC modes in EnPT and ACwater.
        * Revised descriptions and titles all over the GUI.
        * Revised 'optional' flags.
        * Improved connection of the QGIS feedback object to EnPT STDOUT and STDERR stream to fix missing log messages on Linux.
        * Updated GUI screenshots and installation.rst.
        
        
        0.5.0 (2021-06-04)
        ------------------
        
        * 'make lint' now additionally prints the log outputs.
        * Replaced deprecated URLs. Fixed 'make lint'.
        * Removed classifiers for Python<=3.5.
        * Split  enpt_enmapboxapp.py into separate modules - one on case EnPT is installed externally and
          one in case it is part of the QGIS environment. Added EnPTAlgorithm for the latter case and respective test.
        * Adapted new --exclude-patterns parameter of urlchecker.
        * The EnPTAlgorithm class now also uses a subcommand to run EnPT to be able to use multiprocessing.
        * Updated EnPT entry point.
        * Flagged many GUI parameters as 'advanced' to hide them by default.
        * Replaced QgsProcessingParameter with QgsProcessingParameterRasterLayer where it makes sense (adds a dropdown menu).
        * Avoid crash in case output directory is not set by the user.
        * Revised GUI parameters, added dropdown menus.
        
        
        0.4.7 (2021-01-11)
        ------------------
        
        * Updated GitLab URLs due to changes on the server side.
        * Moved enmap-box, sicor and enpt download from build_enpt_enmapboxapp_testsuite_image.sh to new before_script.sh
          and adjusted 'make gitlab_CI_docker' accordingly.
        
        
        0.4.6 (2020-12-10)
        ------------------
        
        * Added URL checker and corresponding CI job.
        * Fixed all dead URLs.
        * Removed travis related files.
        
        
        0.4.5 (2020-11-27)
        ------------------
        
        * Replaced deprecated 'source activate' by 'conda activate'.
        * Replaced deprecated add_stylesheet() method by add_css_file() in conf.py.
        * Use SPDX license identifier.
        
        
        0.4.4 (2020-03-26)
        ------------------
        
        * Replaced deprecated HTTP links.
        
        
        0.4.3 (2020-03-26)
        ------------------
        
        * Fixed broken 'pip install enpt_enmapboxapp' on Windows (fixes issue #17).
        
        
        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 :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
