Pyspectral

Latest version: v0.13.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

0.6.2

-------------------

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.6.1 → 0.6.2. [Adam.Dybbroe]

- Update changelog. [Adam.Dybbroe]

- Change name of optional (red) band to "redband" [Adam.Dybbroe]

- Fix band naming for OLCI. [Adam.Dybbroe]

0.6.1

-------------------

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.6.0 → 0.6.1. [Adam.Dybbroe]

- Make it possible to plot multiple bands matching the requested
wavelength. [Adam.Dybbroe]

- Bugfix check for wavelength range in nir reflectance, and improve unit
tests. [Adam.Dybbroe]

- Add static data for unit testing. [Adam.Dybbroe]

- Improve unit test coverage. [Adam.Dybbroe]

- Update badges: Refer to develop instead of pre-master. [Adam.Dybbroe]

0.6.0

-------------------

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.5.2 → 0.6.0. [Adam.Dybbroe]

0.5.2

-------------------

Fix
~~~

- Bugfix: Move appdirs usage to the config. [Adam.Dybbroe]

Other
~~~~~

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.5.1 → 0.5.2. [Adam.Dybbroe]

- Improve documentation of the NIR emissive part of the 3.x reflectance
derivations, using more condensed code example. [Adam.Dybbroe]

- Merge pull request 20 from pytroll/appdirs. [Adam Dybbroe]

Appdirs

- Bugfix, module misspelled. [Adam.Dybbroe]

- Merge branch 'develop' into appdirs. [Adam.Dybbroe]

Conflicts:
pyspectral/utils.py

- Merge pull request 19 from pytroll/radiance_tb_conversions. [Adam
Dybbroe]

Radiance tb conversions

- Fix code quality issues from Codacy and Codeclimate. [Adam.Dybbroe]

- Add tests for emissive part of the r37 refl derivations and
radiance2tb conversions. [Adam.Dybbroe]

- Fix bug for wavenumber conversion in native seviri rsr reader. The bug
affected the conversion in python 3, and probably not in Py2.
[Adam.Dybbroe]

- Fix doc tests. [Adam.Dybbroe]

- Fixing doc tests for python 3. [Adam.Dybbroe]

- Merge branch 'radiance_tb_conversions' of
github.com:pytroll/pyspectral into radiance_tb_conversions.
[Adam.Dybbroe]

Conflicts:
doc/37_reflectance.rst


- Fix doc tests for py3. [Adam.Dybbroe]

- Utf-8 decode of strings from rsr hdf5 files. Needed for python 3.
[Adam.Dybbroe]

- Fix for doc tests. [Adam.Dybbroe]

- Rearrange and improve documentation on 3.7 reflectance derivations.
[Adam.Dybbroe]

- Move up radiance definitions and theory a bit. [Adam.Dybbroe]

- Fix for VIIRS I- and M-bands. Make it possible to make tb<->radiance
conversions without the LUT. Fix derivation of emissive part.
[Adam.Dybbroe]

- Fix tb-radiance conversion so it can only be done on the specific band
in question. [Adam.Dybbroe]

- Rearrange doc pages, moving definitions and theory up a bit. Clean
away mpop examples. This should be in the PyTroll Gallery instead.
[Adam.Dybbroe]

- Fix complaints by flake8. [Adam.Dybbroe]

- Allow for derivation of the band integrated radiance, in addition to
the default, which is the spectral radiance for the band.
[Adam.Dybbroe]

- Overload the _get_rsr method for the SEVIRI class. RSR data should be
ignored in the special case of SEVIRI when using off line coefficients
for the Tb-Radiance conversions. [Adam.Dybbroe]

- Remove method integrate_response. RSR integration is provided by the
rsr_reader. [Adam.Dybbroe]

- Clean up code, more clear separation of the radiance-tb conversion
based on RSR and offline derived coefficients for SEVIRI. RSR integral
is part of the rad-tb conversion class now. Improve unit tests.
[Adam.Dybbroe]

- Add definition of band integrated radiance. [Adam.Dybbroe]

- Improved function documentation: Specify what the arguments are.
[Adam.Dybbroe]

- Use appdirs to standardize where pyspectral downloads LUTs and RSR
files. [Adam.Dybbroe]

- Fix spelling error in doc-pages. [Adam.Dybbroe]

- Add PR and Issue templates - copies from satpy. [Adam.Dybbroe]

0.5.1

-------------------

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.5.0 → 0.5.1. [Adam.Dybbroe]

- Correct doc strings replacing SLSTR with OLCI. [Adam.Dybbroe]

- Reduce redundant Badge. [Adam.Dybbroe]

- Merge pull request 10 from codacy-badger/codacy-badge. [Adam Dybbroe]

Add a Codacy badge to README.md

- Add Codacy badge. [The Codacy Badger]

- Corrects the md5sum of the newly updated rsr tar file. [Adam.Dybbroe]

- Bugfix Terra modis response functions. [Adam.Dybbroe]

Some of the original responses have a few -99 as a response,
which create wrong central wavelengths in pyspectral

- Instrument names are lower case, variable upper/lower case can be used
in API. [Adam.Dybbroe]

- Consistent instrument naming, lower case throughout. [Adam.Dybbroe]

- Fix md5sum of latest rsr tar file at zenodo. [Adam.Dybbroe]

0.5.0

-------------------

Fix
~~~

- Bugfix: default yaml config file had a missing ':' [Adam.Dybbroe]

Other
~~~~~

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.4.3 → 0.5.0. [Adam.Dybbroe]

- Merge pull request 12 from pytroll/yaml_jpss1. [Adam Dybbroe]

Yaml jpss1
Tests are passing and coverage has not decreased. Now also RTD builds fine, so ready to merge

- Remove old empty readthedocs req file. [Adam.Dybbroe]

- Revers back to mocking h5py and tqdm when building documentation. Add
RTD requirements file. [Adam.Dybbroe]

- Don't mock h5py and tqdm. [Adam.Dybbroe]

- Mock trollsift.parser. [Adam.Dybbroe]

- Bugfix, adapt raw readers to new yaml config. [Adam.Dybbroe]

- Mock geotiepoints and not requests for sphinx. [Adam.Dybbroe]

- Add a seperate config.py module. [Adam.Dybbroe]

- Try please RTD concerning yaml. [Adam.Dybbroe]

- Don't mock yaml and six in conf.py. [Adam.Dybbroe]

- Fix automatc versioning in conf.py and mock some more 3rd party sw.
[Adam.Dybbroe]

- Update documentation of customized config setting. [Adam.Dybbroe]

- Show inheritance in api doc. [Adam.Dybbroe]

- Bring installation documentation up to date. [Adam.Dybbroe]

- Bugfix unit testing the rsr reader. [Adam.Dybbroe]

- Added Himawari-9 and adjusted Himawari-8 AHI RSR files. [Adam.Dybbroe]

- Add rst file with table with supported platforms and sensors.
[Adam.Dybbroe]

- Add new fromt page header (montage) image. [Adam.Dybbroe]

- Add small tool to compare two pyspectral rsr files. [Adam.Dybbroe]

- Add table showing which sensors are supported. [Adam.Dybbroe]

- Fix original ahi reader to read original excell sheets and add
Himawari-9. [Adam.Dybbroe]

- Add unittesting for the generic RSR reader. [Adam.Dybbroe]

- Bugfix, download rsr files from zenodo, and improve code style.
[Adam.Dybbroe]

- Improve code style (following Codacy) [Adam.Dybbroe]

- Update to new RSR tar file including JPSS-1 VIIRS. [Adam.Dybbroe]

- Get the platform_name and sensor from the hdf5 file if not specified
in the call. [Adam.Dybbroe]

- Store the sensor name in the hdf5 file. [Adam.Dybbroe]

- Add NOAA-20 (JPSS-1) rsr and update Suomi-NPP one with more meta data.
[Adam.Dybbroe]

- Add pyyaml in the requirements. [Adam.Dybbroe]

- Remove old config file. [Adam.Dybbroe]

- Make it possible to instatiate the RSR class with the rsr filename.
[Adam.Dybbroe]

- Fix for yaml config. [Adam.Dybbroe]

- Don't show plot when running doctests. [Adam.Dybbroe]

- Add yaml config file, update for JPSS-1 VIIRS and enhance plotting and
documentation. [Adam.Dybbroe]

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.