sensormapgeo


Namesensormapgeo JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryA package for transforming remote sensing images between sensor and map geometry
upload_time2024-08-26 14:46:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords sensormapgeo geometric pre-processing remote sensing orthorectification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
sensormapgeo
============

Sensormapgeo transforms a remote sensing image from sensor geometry (image coordinates without
geocoding/projection) to map geometry (projected map coordinates) or vice-versa based on a pixel-wise
longitude/latitude coordinate array.

.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/raw/main/docs/images/overview-scheme__900x366.png

|

* Free software: Apache-2.0
* **Documentation:** https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/EnMAP/sensormapgeo/issues>`__.


Status
------

.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/main/pipeline.svg
        :target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/commits/main
.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/main/coverage.svg
        :target: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/coverage/
.. image:: https://img.shields.io/pypi/v/sensormapgeo.svg
        :target: https://pypi.python.org/pypi/sensormapgeo
.. image:: https://img.shields.io/conda/vn/conda-forge/sensormapgeo.svg
        :target: https://anaconda.org/conda-forge/sensormapgeo
.. image:: https://img.shields.io/pypi/l/sensormapgeo.svg
        :target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/sensormapgeo.svg
        :target: https://img.shields.io/pypi/pyversions/sensormapgeo.svg

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

Features
--------

* transformation from sensor geometry (image coordinates) to map geometry (map coordinates)
* transformation from map geometry (map coordinates) to sensor geometry (image coordinates)

Credits
-------

The sensormapgeo package 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/sensormapgeo/coverage/
.. _pytest: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/test_reports/report.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sensormapgeo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "sensormapgeo, geometric pre-processing, remote sensing, orthorectification",
    "author": null,
    "author_email": "Daniel Scheffler <daniel.scheffler@gfz-potsdam.de>",
    "download_url": "https://files.pythonhosted.org/packages/83/b1/eecff69df703a6e09020fe8850f2fb3a958e8ade9faf43282d7b7fc8cfaf/sensormapgeo-1.1.0.tar.gz",
    "platform": null,
    "description": "============\nsensormapgeo\n============\n\nSensormapgeo transforms a remote sensing image from sensor geometry (image coordinates without\ngeocoding/projection) to map geometry (projected map coordinates) or vice-versa based on a pixel-wise\nlongitude/latitude coordinate array.\n\n.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/raw/main/docs/images/overview-scheme__900x366.png\n\n|\n\n* Free software: Apache-2.0\n* **Documentation:** https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/\n* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/EnMAP/sensormapgeo/issues>`__.\n\n\nStatus\n------\n\n.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/main/pipeline.svg\n        :target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/commits/main\n.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/main/coverage.svg\n        :target: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/coverage/\n.. image:: https://img.shields.io/pypi/v/sensormapgeo.svg\n        :target: https://pypi.python.org/pypi/sensormapgeo\n.. image:: https://img.shields.io/conda/vn/conda-forge/sensormapgeo.svg\n        :target: https://anaconda.org/conda-forge/sensormapgeo\n.. image:: https://img.shields.io/pypi/l/sensormapgeo.svg\n        :target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/blob/main/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/sensormapgeo.svg\n        :target: https://img.shields.io/pypi/pyversions/sensormapgeo.svg\n\nSee also the latest coverage_ report and the pytest_ HTML report.\n\nFeatures\n--------\n\n* transformation from sensor geometry (image coordinates) to map geometry (map coordinates)\n* transformation from map geometry (map coordinates) to sensor geometry (image coordinates)\n\nCredits\n-------\n\nThe sensormapgeo package was developed within the context of the EnMAP project supported by the DLR Space\nAdministration with funds of the German Federal Ministry of Economic Affairs and Energy (on the basis of a decision\nby the German Bundestag: 50 EE 1529) and contributions from DLR, GFZ and OHB System AG.\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _coverage: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/coverage/\n.. _pytest: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/test_reports/report.html\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A package for transforming remote sensing images between sensor and map geometry",
    "version": "1.1.0",
    "project_urls": {
        "Change log": "https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/history.html",
        "Documentation": "https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/",
        "Issue Tracker": "https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues",
        "Source code": "https://git.gfz-potsdam.de/EnMAP/sensormapgeo"
    },
    "split_keywords": [
        "sensormapgeo",
        " geometric pre-processing",
        " remote sensing",
        " orthorectification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83b1eecff69df703a6e09020fe8850f2fb3a958e8ade9faf43282d7b7fc8cfaf",
                "md5": "3597e07e07f59b487b33e4ac92c4c2ab",
                "sha256": "02af87c909f24bd0a78fe0b2a3d25c1b8c935b97b3e3b2e64367b2d1c51a6e2e"
            },
            "downloads": -1,
            "filename": "sensormapgeo-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3597e07e07f59b487b33e4ac92c4c2ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 203569,
            "upload_time": "2024-08-26T14:46:06",
            "upload_time_iso_8601": "2024-08-26T14:46:06.768808Z",
            "url": "https://files.pythonhosted.org/packages/83/b1/eecff69df703a6e09020fe8850f2fb3a958e8ade9faf43282d7b7fc8cfaf/sensormapgeo-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 14:46:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sensormapgeo"
}
        
Elapsed time: 0.32258s