acwater


Nameacwater JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://gitlab.awi.de/phytooptics/acwater
SummaryAtmospheric correction of EnMAP satellite data over water using Polymer algorithm
upload_time2023-05-26 16:39:14
maintainer
docs_urlNone
authorLeonado Alvarado
requires_python>=3.5
licenseGNU General Public License v3
keywords acwater
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ACwater Polymer
===============

Atmospheric correction of EnMAP hyperspectral data for water surfaces

**ACwater** implements a class to load an EnMAP object and
execute Polymer atmospheric correction for water surfaces. ACwater
requires *EnPT* for the EnMAP data processing and *Polymer* for the
atmospheric correction algorithm.

**Operating system** for installation is **Linux**, tested on Debian
GNU/Linux 9.9 (stretch) - Linux 4.9.0-9-amd64 x86_64.

**Requirements** are
`EnPT <https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT>`__
and `Polymer <https://www.hygeos.com/polymer>`__.

**Installation** of EnPT follows `EnPT
instructions <https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/installation.html>`__.

Installation
------------

The `instructions <https://gitlab.awi.de/phytooptics/acwater/-/blob/master/docs/installation.rst>`__ involve cloning the package and installing its dependencies using a Python package manager. Note that both ACwater and Polymer must be installed with EnPT in the same environment.

How to use command line
-----------------------

First, download an EnMAP Level 1B image from https://eoweb.dlr.de/egp/.

Please refer to the list of arguments that can be used in EnPT, which is available at https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/usage.html.

Here is an example of what the command might look like:
enpt --CPUs 4 --auto_download_ecmwf True --average_elevation 0 --blocksize 100 --deadpix_P_algorithm spectral --deadpix_P_interp_spatial linear --deadpix_P_interp_spectral linear --disable_progress_bars True --drop_bad_bands True --enable_ac True --mode_ac water  --polymer_additional_results True --ortho_resampAlg gauss --output_dir /your output dir/ --output_format GTiff --path_l1b_enmap_image /path to your EnMAP L1B zip file/ENMAP01-____L1B-DT0000002037_20220801T105350Z_026_V010111_20230223T123717Z.ZIP --polymer_root /Polymer path/polymer-v4.14 --run_deadpix_P True --scale_factor_boa_ref 10000 --scale_factor_toa_ref 10000 --target_epsg 4326 --threads -3 --vswir_overlap_algorithm vnir_only

Features
--------

-  Level 1 class for connecting EnPT and Polymer.

License
-------

This software is under `GNU General Public License
v3 <https://gitlab.awi.de/phytooptics/acwater/-/blob/develop/LICENSE>`__

Credits
-------

Credits are with Phytooptics Group at AWI. 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 1923 and 50 EE 1915) and contributions from GFZ and Hygeos.


This package was created with
`Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the
`audreyr <https://github.com/audreyr/cookiecutter-pypackage>`__ project
template.


=======
History
=======

0.1.0 (2020-04-23)
0.2.6 (2021-05-04)
0.3.0 (2023-02-10)
------------------

* Development at AWI, Bremerhaven.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.awi.de/phytooptics/acwater",
    "name": "acwater",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "acwater",
    "author": "Leonado Alvarado",
    "author_email": "leonardo.alvarado@awi.de",
    "download_url": "https://files.pythonhosted.org/packages/e8/70/1d0a886a815ba8a9fc407afb9a93cd883c9b4f732ba53324dc0f6c347bdc/acwater-0.3.2.tar.gz",
    "platform": null,
    "description": "ACwater Polymer\n===============\n\nAtmospheric correction of EnMAP hyperspectral data for water surfaces\n\n**ACwater** implements a class to load an EnMAP object and\nexecute Polymer atmospheric correction for water surfaces. ACwater\nrequires *EnPT* for the EnMAP data processing and *Polymer* for the\natmospheric correction algorithm.\n\n**Operating system** for installation is **Linux**, tested on Debian\nGNU/Linux 9.9 (stretch) - Linux 4.9.0-9-amd64 x86_64.\n\n**Requirements** are\n`EnPT <https://gitext.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/EnPT>`__\nand `Polymer <https://www.hygeos.com/polymer>`__.\n\n**Installation** of EnPT follows `EnPT\ninstructions <https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/installation.html>`__.\n\nInstallation\n------------\n\nThe `instructions <https://gitlab.awi.de/phytooptics/acwater/-/blob/master/docs/installation.rst>`__ involve cloning the package and installing its dependencies using a Python package manager. Note that both ACwater and Polymer must be installed with EnPT in the same environment.\n\nHow to use command line\n-----------------------\n\nFirst, download an EnMAP Level 1B image from https://eoweb.dlr.de/egp/.\n\nPlease refer to the list of arguments that can be used in EnPT, which is available at https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/EnPT/doc/usage.html.\n\nHere is an example of what the command might look like:\nenpt --CPUs 4 --auto_download_ecmwf True --average_elevation 0 --blocksize 100 --deadpix_P_algorithm spectral --deadpix_P_interp_spatial linear --deadpix_P_interp_spectral linear --disable_progress_bars True --drop_bad_bands True --enable_ac True --mode_ac water  --polymer_additional_results True --ortho_resampAlg gauss --output_dir /your output dir/ --output_format GTiff --path_l1b_enmap_image /path to your EnMAP L1B zip file/ENMAP01-____L1B-DT0000002037_20220801T105350Z_026_V010111_20230223T123717Z.ZIP --polymer_root /Polymer path/polymer-v4.14 --run_deadpix_P True --scale_factor_boa_ref 10000 --scale_factor_toa_ref 10000 --target_epsg 4326 --threads -3 --vswir_overlap_algorithm vnir_only\n\nFeatures\n--------\n\n-  Level 1 class for connecting EnPT and Polymer.\n\nLicense\n-------\n\nThis software is under `GNU General Public License\nv3 <https://gitlab.awi.de/phytooptics/acwater/-/blob/develop/LICENSE>`__\n\nCredits\n-------\n\nCredits are with Phytooptics Group at AWI. This software was developed within the context of the EnMAP project supported by the DLR Space Administration with\nfunds of the German Federal Ministry of Economic Affairs and Energy (on the basis of a decision by the German\nBundestag: 50 EE 1923 and 50 EE 1915) and contributions from GFZ and Hygeos.\n\n\nThis package was created with\n`Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the\n`audreyr <https://github.com/audreyr/cookiecutter-pypackage>`__ project\ntemplate.\n\n\n=======\nHistory\n=======\n\n0.1.0 (2020-04-23)\n0.2.6 (2021-05-04)\n0.3.0 (2023-02-10)\n------------------\n\n* Development at AWI, Bremerhaven.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "Atmospheric correction of EnMAP satellite data over water using Polymer algorithm",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://gitlab.awi.de/phytooptics/acwater"
    },
    "split_keywords": [
        "acwater"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8701d0a886a815ba8a9fc407afb9a93cd883c9b4f732ba53324dc0f6c347bdc",
                "md5": "6a08c6064abbcf1b35220678d0378fa6",
                "sha256": "f6b68976cda51044c965c901acefc38c7b76a2cd34d0ebff2004a2e288d49975"
            },
            "downloads": -1,
            "filename": "acwater-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6a08c6064abbcf1b35220678d0378fa6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 53683,
            "upload_time": "2023-05-26T16:39:14",
            "upload_time_iso_8601": "2023-05-26T16:39:14.885675Z",
            "url": "https://files.pythonhosted.org/packages/e8/70/1d0a886a815ba8a9fc407afb9a93cd883c9b4f732ba53324dc0f6c347bdc/acwater-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 16:39:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "acwater"
}
        
Elapsed time: 0.45289s