Metadata-Version: 1.1
Name: pyrsr
Version: 0.3.2
Summary: A package providing relative spectral response functions for remote sensing instruments.
Home-page: https://gitext.gfz-potsdam.de/geomultisens/pyrsr
Author: Daniel Scheffler
Author-email: daniel.scheffler@gfz-potsdam.de
License: GNU General Public License v3
Description: =====
        pyrsr
        =====
        
        A package providing relative spectral response functions for remote sensing instruments.
        
        * Free software: GNU General Public License v3
        * Documentation: http://geomultisens.gitext.gfz-potsdam.de/pyrsr/doc/
        * Submit feedback by filing an issue `here <https://gitext.gfz-potsdam.de/geomultisens/pyrsr/issues>`__.
        
        
        Status
        ------
        
        .. image:: https://gitext.gfz-potsdam.de/geomultisens/pyrsr/badges/master/pipeline.svg
                :target: https://gitext.gfz-potsdam.de/geomultisens/pyrsr/commits/master
        .. image:: https://gitext.gfz-potsdam.de/geomultisens/pyrsr/badges/master/coverage.svg
                :target: http://geomultisens.gitext.gfz-potsdam.de/pyrsr/coverage/
        .. image:: https://img.shields.io/pypi/v/pyrsr.svg
                :target: https://pypi.python.org/pypi/pyrsr
        .. image:: https://img.shields.io/pypi/l/pyrsr.svg
                :target: https://gitext.gfz-potsdam.de/geomultisens/pyrsr/blob/master/LICENSE
        .. image:: https://img.shields.io/pypi/pyversions/pyrsr.svg
                :target: https://img.shields.io/pypi/pyversions/pyrsr.svg
        .. image:: https://img.shields.io/pypi/dm/pyrsr.svg
                :target: https://pypi.python.org/pypi/pyrsr
        .. .. image:: https://img.shields.io/travis/danschef/pyrsr.svg
                :target: https://travis-ci.org/danschef/pyrsr
        .. .. image:: https://readthedocs.org/projects/pyrsr/badge/?version=latest
                :target: https://pyrsr.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        .. .. image:: https://pyup.io/repos/github/danschef/pyrsr/shield.svg
             :target: https://pyup.io/repos/github/danschef/pyrsr/
             :alt: Updates
        
        See also the latest coverage_ report and the nosetests_ HTML report.
        
        
        Features
        --------
        
        List of supported sensors:
        
        * 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
        
        
        Credits
        -------
        
        The pyrsr package was developed within the context of the GeoMultiSens project funded
        by the German Federal Ministry of Education and Research (project grant code: 01 IS 14 010 A-C).
        
        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/pyrsr/coverage/
        .. _nosetests: http://geomultisens.gitext.gfz-potsdam.de/pyrsr/nosetests_reports/nosetests.html
        
        
        =======
        History
        =======
        
        0.3.2 (2020-03-31)
        ------------------
        
        * Fixed title underscore too short.
        
        
        0.3.1 (2020-03-31)
        ------------------
        
        * Fixed issue #9 (ValueError: No sensor specifications for combination 'Sentinel-2B' 'MSI' 'S2B20' found).
        * Updated HISTORY.rst
        
        
        0.3.0 (2020-03-27)
        ------------------
        
        * Revised RSR_reader.
        * RSR_reader now accepts a logger and may ignore missing files.
        * Added list of supported sensors to README.rst.
        * Fixed pipeline badge.
        * Updated HISTORY.rst
        
        
        0.2.10 (2019-09-24)
        -------------------
        
        * Updated S2A band 1 RSR.
        
        
        0.2.9 (2019-08-23)
        ------------------
        
        * Fixed missing LayerBandsAssignment and wrong bandnames.
        
        
        0.2.8 (2019-08-23)
        ------------------
        
        * Fixed missing LayerBandsAssignment and wrong bandnames.
        
        
        0.2.7 (2019-08-22)
        ------------------
        
        * Fixed FileNotFoundError in case the requested satellite is 'RapidEye-5'.
        
        
        0.2.6 (2019-08-22)
        ------------------
        
        * Cleaned up and added some comments.
        
        
        0.2.5 (2019-08-22)
        ------------------
        
        * Added setuptools-git to setup requirements.
        
        
        0.2.4 (2019-08-22)
        ------------------
        
        * Fixed missing package data.
        
        
        0.2.3 (2019-08-22)
        ------------------
        
        * Fixed missing data.
        
        
        0.2.2 (2019-08-22)
        ------------------
        
        * Fixed missing data.
        
        
        0.2.1 (2019-08-22)
        ------------------
        
        * Moved references.
        
        
        0.2.0 (2019-08-22)
        ------------------
        
        New features:
        
        * First working version.
        * Made RelativeSpectralResponse importable on the top level of the package.
        * Added 'RSR' as alias for RelativeSpectralResponse.
        * Implemented sensor specifications and possibility to ignore pan and thermal bands.
        * Added possibility to ignore bands removed by AC.
        * Added copyright and license notes.
        * Added CI setup files. Added rules to Makefile. Added test requirements.
        * Added .gitlab-ci.yml
        * Updated README.rst.
        * Added Sentinel-2 reference.
        * Added references.
        
        Bug fixes and enhancements:
        
        * Refactored the term 'srf' to 'rsr'.
        * Fix LayerBandsAssignment not properly passed through.
        * Fixed CI setup.
        * Fixed wrong links.
        * Updated Sentinel-2A and -2B RSRs. (fixes issue #1).
        
        
        0.1.0 (2019-08-19)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyrsr,relative spectral response,remote sensing,sensors
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
