Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pytroll/pyspectral
Pyspectral is a package to read and manipulate satellite sensor spectral responses and solar irradiance spectra
https://github.com/pytroll/pyspectral
closember hacktoberfest python satellite spectral-response
Last synced: 4 days ago
JSON representation
Pyspectral is a package to read and manipulate satellite sensor spectral responses and solar irradiance spectra
- Host: GitHub
- URL: https://github.com/pytroll/pyspectral
- Owner: pytroll
- License: gpl-3.0
- Created: 2013-10-15T12:10:33.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T10:53:44.000Z (16 days ago)
- Last Synced: 2024-12-23T06:07:00.994Z (11 days ago)
- Topics: closember, hacktoberfest, python, satellite, spectral-response
- Language: Python
- Homepage: https://pyspectral.readthedocs.org/
- Size: 8.55 MB
- Stars: 69
- Watchers: 11
- Forks: 39
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
Pyspectral
==========[![Build status](https://github.com/pytroll/pyspectral/workflows/CI/badge.svg?branch=main)](https://github.com/pytroll/pyspectral/workflows/CI/badge.svg?branch=main)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyspectral/badges/version.svg)](https://anaconda.org/conda-forge/pyspectral)
[![Build status](https://ci.appveyor.com/api/projects/status/5lm42n0l65l5o9xn?svg=true)](https://ci.appveyor.com/project/pytroll/pyspectral)
[![Coverage Status](https://coveralls.io/repos/github/pytroll/pyspectral/badge.svg?branch=main)](https://coveralls.io/github/pytroll/pyspectral?branch=main)
[![PyPI version](https://badge.fury.io/py/pyspectral.svg)](https://badge.fury.io/py/pyspectral)Given a passive sensor on a meteorological satellite Pyspectral provides the
relative spectral response (rsr) function(s) and offer you some basic
operations like convolution with the solar spectrum to derive the in band solar
flux, for instance. The focus is on imaging sensors like AVHRR, VIIRS, MODIS, ABI,
AHI, OLCI and SEVIRI. But more sensors are included and if others are needed they can
be easily added. With Pyspectral it is possible to derive the reflective and
emissive parts of the signal observed in any NIR band around 3-4 microns where
both passive terrestrial emission and solar backscatter mix the information
received by the satellite. Furthermore Pyspectral allows correcting true color
imagery for the background (climatological) atmospheric signal due to Rayleigh
scattering of molecules, absorption by atmospheric gases and aerosols, and Mie
scattering of aerosols.Adam Dybbroe
May 2021, Norrkoping, Sweden