pyspectral icon indicating copy to clipboard operation
pyspectral copied to clipboard

Pyspectral is a package to read and manipulate satellite sensor spectral responses and solar irradiance spectra

Results 26 pyspectral issues
Sort by recently updated
recently updated
newest added

The Landsat-8 TIRS instrument RSR is available here: https://landsat.gsfc.nasa.gov/landsat-8/spectral-response-thermal-sensor I suggest adding to the RSR lookups, and would be happy to try to make this change however I am new...

enhancement

Could you add spectral response function for GCOM-C/SGLI sensor ? https://suzaku.eorc.jaxa.jp/GCOM_C/index.html

enhancement

I'm wondering whether someone has used this library for transferring the Sentinel-2 observation data (spectral reflectance) into the domain of MODIS by applying spectral response function of MODIS ? Is...

question

#### Code Sample, a minimal, complete, and verifiable piece of code The code conserning the atm correction in the visible spectrum ("Rayleigh" correction) needs refactoring. the `get_reflectance` method for instance,...

enhancement

It is supposed to offer a true conversion between radiance and Tbs using an iterative approach. However, it doesn't work yet. Work in progress. - [ ] Closes #xxxx -...

#### Problem description When I am creating a product (i.e. cloudtop_daytime) on a server with no internet connection, the rsr-data couldn't be downloaded/refreshed automatically. This rises an error message. ####...

#### Code Sample, a minimal, complete, and verifiable piece of code ``` # Your code here In [1]: from pyspectral.radiance_tb_conversion import RadTbConverter In [2]: viirs = RadTbConverter('Suomi-NPP', 'viirs', 'I5') In...

bug
question
documentation

Work has been conducted on a "limb-cooling" correction algorithm. This is work in progress but results look quite good, so it would be adequate adding some info about it

I've been playing around with dask-distributed for using satpy/dask on a cluster. While learning more about how to submit tasks/data to workers I learned about the idea of sending data...

enhancement
question

#### Problem description When I run my code with red band included I get the traceback below, however, if I call the function excluding the red band it runs as...

question