Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
sensormapgeo
Commits
1ba530f8
Commit
1ba530f8
authored
Jan 07, 2020
by
Daniel Scheffler
Browse files
Updated README.rst.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
442a3126
Pipeline
#5488
passed with stage
in 2 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
1ba530f8
...
@@ -2,36 +2,53 @@
...
@@ -2,36 +2,53 @@
sensormapgeo
sensormapgeo
============
============
Transform remote sensing images between sensor and map geometry.
.. image:: https://img.shields.io/pypi/v/sensormapgeo.svg
:target: https://pypi.python.org/pypi/sensormapgeo
.. image:: https://img.shields.io/travis/danschef/sensormapgeo.svg
:target: https://travis-ci.org/danschef/sensormapgeo
.. image:: https://readthedocs.org/projects/sensormapgeo/badge/?version=latest
:target: https://sensormapgeo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
* Free software: GNU General Public License v3
* **Documentation:** https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/doc/
* Submit feedback by filing an issue `here <https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/issues>`__.
Transform remote sensing images between sensor and map geometry.
Status
------
* Free software: GNU General Public License v3
.. image:: https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/pipeline.svg
* Documentation: https://sensormapgeo.readthedocs.io.
:target: https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/commits/master
.. image:: https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/coverage.svg
:target: http://geomultisens.gitext.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/pypi/l/sensormapgeo.svg
:target: https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/sensormapgeo.svg
:target: https://img.shields.io/pypi/pyversions/sensormapgeo.svg
.. .. image:: https://img.shields.io/travis/EnMAP/sensormapgeo.svg
:target: https://travis-ci.org/EnMAP/sensormapgeo
.. .. image:: https://readthedocs.org/projects/sensormapgeo/badge/?version=latest
:target: https://sensormapgeo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. .. image:: https://pyup.io/repos/github/EnMAP/sensormapgeo/shield.svg
:target: https://pyup.io/repos/github/EnMAP/sensormapgeo/
:alt: Updates
Features
Features
--------
--------
* TODO
* transformation from sensor geometry (image coordinates) to map geometry (map coordinates)
* transformation from map geometry (map coordinates) to sensor geometry (image coordinates)
Credits
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.
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: http://geomultisens.gitext.gfz-potsdam.de/sensormapgeo/coverage/
.. _nosetests: http://geomultisens.gitext.gfz-potsdam.de/sensormapgeo/nosetests_reports/nosetests.html
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
1ba530f8
...
@@ -5,6 +5,7 @@ channels: &id1
...
@@ -5,6 +5,7 @@ channels: &id1
dependencies
:
dependencies
:
-
python=3.*.*
-
python=3.*.*
-
pip
# avoids that conda uses the wrong pip
-
numpy
-
numpy
-
gdal
-
gdal
-
pyresample>=1.11.0
-
pyresample>=1.11.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment