Skip to content
Snippets Groups Projects
Commit 1ba530f8 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Updated README.rst.

parent 442a3126
Branches
Tags
No related merge requests found
Pipeline #5488 passed
......@@ -2,36 +2,53 @@
sensormapgeo
============
.. 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
Transform remote sensing images between sensor and map geometry.
* 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
* Documentation: https://sensormapgeo.readthedocs.io.
.. image:: https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/pipeline.svg
: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
--------
* TODO
* 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: http://geomultisens.gitext.gfz-potsdam.de/sensormapgeo/coverage/
.. _nosetests: http://geomultisens.gitext.gfz-potsdam.de/sensormapgeo/nosetests_reports/nosetests.html
......@@ -5,6 +5,7 @@ channels: &id1
dependencies:
- python=3.*.*
- pip # avoids that conda uses the wrong pip
- numpy
- gdal
- pyresample>=1.11.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment