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

Added quick usage example to README.rst. Improved list of compatible sensors....

Added quick usage example to README.rst. Improved list of compatible sensors. Updated development status. Updated version info.

Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent ca4062e6
No related branches found
No related tags found
No related merge requests found
Pipeline #8033 passed
......@@ -2,6 +2,14 @@
History
=======
0.3.3 (2020-03-31)
------------------
* Added quick usage example to README.rst.
* Improved list of compatible sensors.
* Updated development status.
0.3.2 (2020-03-31)
------------------
......
......@@ -39,21 +39,57 @@ See also the latest coverage_ report and the nosetests_ HTML report.
Features
--------
Quick usage example for getting the spectral response functions of Sentinel-2A:
.. code-block::
>>> from pyrsr import RelativeSpectralResponse
>>> RSR = RelativeSpectralResponse(satellite='Sentinel-2A', sensor='MSI')
>>> RSR.plot_rsrs()
.. image:: https://gitext.gfz-potsdam.de/geomultisens/pyrsr/raw/master/docs/images/S2A_RSRs.png
.. code-block::
>>> RSR.rsrs
{'1': array([ 0.0001003 , 0.00023005, 0.00020481, ..., 0. ,
0. , 0. ]),
'2': array([ 0., 0., 0., ..., 0., 0., 0.]),
'3': array([ 0., 0., 0., ..., 0., 0., 0.]),
'4': array([ 0., 0., 0., ..., 0., 0., 0.]),
'5': array([ 0., 0., 0., ..., 0., 0., 0.]),
'6': array([ 0., 0., 0., ..., 0., 0., 0.]),
'7': array([ 0., 0., 0., ..., 0., 0., 0.]),
'8': array([ 0., 0., 0., ..., 0., 0., 0.]),
'8A': array([ 0., 0., 0., ..., 0., 0., 0.]),
'9': array([ 0., 0., 0., ..., 0., 0., 0.]),
'10': array([ 0., 0., 0., ..., 0., 0., 0.]),
'11': array([ 0., 0., 0., ..., 0., 0., 0.]),
'12': array([ 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, ...,
4.06617574e-05, 2.94133865e-05, 1.28975620e-05])}
List of supported sensors:
* ASTER
* Terra ASTER
* Landsat-4 TM
* Landsat-5 TM
* Landsat-7 ETM+
* Landsat-8 OLI/TIRS
* RapidEye-5
* Sentinel-2A
* Sentinel-2B
* SPOT-1
* SPOT-2
* SPOT-3
* SPOT-4
* SPOT-5
* Landsat-8 OLI_TIRS
* RapidEye-5 MSI
* Sentinel-2A MSI
* Sentinel-2B MSI
* SPOT-1 HRV1
* SPOT-1 HRV2
* SPOT-2 HRV1
* SPOT-2 HRV2
* SPOT-3 HRV1
* SPOT-3 HRV2
* SPOT-4 HRVIR1
* SPOT-4 HRVIR2
* SPOT-5 HRG1
* SPOT-5 HRG2
Credits
......
docs/images/S2A_RSRs.png

64.8 KiB

......@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.3.2'
__versionalias__ = '20200331.02'
__version__ = '0.3.3'
__versionalias__ = '20200331.03'
......@@ -48,7 +48,7 @@ setup(
author="Daniel Scheffler",
author_email='daniel.scheffler@gfz-potsdam.de',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment