Metadata-Version: 2.1
Name: sensormapgeo
Version: 1.1.0
Summary: A package for transforming remote sensing images between sensor and map geometry
Author-email: Daniel Scheffler <daniel.scheffler@gfz-potsdam.de>
License: Apache-2.0
Project-URL: Source code, https://git.gfz-potsdam.de/EnMAP/sensormapgeo
Project-URL: Issue Tracker, https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues
Project-URL: Documentation, https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/
Project-URL: Change log, https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/history.html
Keywords: sensormapgeo,geometric pre-processing,remote sensing,orthorectification
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: gdal>=3.8
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: py_tools_ds>=0.18.0
Requires-Dist: pyproj>=2.2
Requires-Dist: pyresample>=1.17.0
Provides-Extra: doc
Requires-Dist: sphinx-argparse; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-reporter-html1; extra == "test"
Requires-Dist: pytest-subtests; extra == "test"
Requires-Dist: urlchecker; extra == "test"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: pycodestyle; extra == "lint"
Requires-Dist: pydocstyle; extra == "lint"
Provides-Extra: dev
Requires-Dist: sensormapgeo[test]; extra == "dev"
Requires-Dist: sensormapgeo[doc]; extra == "dev"
Requires-Dist: sensormapgeo[lint]; extra == "dev"

============
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
