Pyspectral

Latest version: v0.13.1

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

Scan your dependencies

Page 6 of 7

0.4.3

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

Fix
~~~

- Bugfix: Desert aerosol LUT table changed. [Adam.Dybbroe]

Other
~~~~~

- Update changelog. [Adam.Dybbroe]

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

- Improve code style: Make codacy more happy. [Adam.Dybbroe]

- More plotting facilities and add documentation on spectral response
sources. [Adam.Dybbroe]

- Use Rayleigh LUTs from Zenodo. [Adam.Dybbroe]

0.4.2

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

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.4.1 → 0.4.2. [Adam.Dybbroe]

- Fix doc tests and get rid of duplicate code. [Adam.Dybbroe]

- Update link to internally formatted RSR data. [Adam.Dybbroe]

- Added unit test for atm correction. [Adam.Dybbroe]

- Add simple framework for it atm correction, with old DWD parametric
method for a start. [Adam.Dybbroe]

- Bugfixing documentation pages. [Adam.Dybbroe]

- Enhance documentation: add simple example how to work with rsr data.
[Adam.Dybbroe]

- Add debug_on function (copy from satpy) [Adam.Dybbroe]

- RSR data is downloaded from Zenodo. [Adam.Dybbroe]

- Update Dropbox links to LUTs. [Adam.Dybbroe]

- Track the rsr tar file (again) [Adam.Dybbroe]

- Update git-lfs tracked file. [Adam.Dybbroe]

- Fix dropbox link for rsr data file and rayleigh only lut.
[Adam.Dybbroe]

- Moving the rsr data into the package etc dir. [Adam.Dybbroe]

- Adding rsr-data to git-lfs. [Adam.Dybbroe]

0.4.1

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

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.4.0 → 0.4.1. [Adam.Dybbroe]

- Deactivate the SEVIRI system tests - these should be in the pytroll
gallery instead. [Adam.Dybbroe]

- Add rayleight corrected image dor documentation. [Adam.Dybbroe]

- Clean up for easier maintanance. [Adam.Dybbroe]

- Fix requirements: python-geotiepoints >= 1.1.1 is required.
[Adam.Dybbroe]

- Add Codacy integration. [Adam.Dybbroe]

- Add Scrutinizer integration. [Adam.Dybbroe]

- Correct code version in documentation. [Adam.Dybbroe]

- Add integration with codeclimate. [Adam.Dybbroe]

0.4.0

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

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.3.4 → 0.4.0. [Adam.Dybbroe]

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

- Merge pull request 9 from pytroll/autofix/wrapped2_to3_fix. [Adam
Dybbroe]

Fix "Prefer `format()` over string interpolation operator" issue

- Migrated `%` string formating. [Cody]

- Merge branch 'feature-new-rayleigh' into develop. [Adam.Dybbroe]

- Fix doctest. [Adam.Dybbroe]

- Fall back to scipy if Cython is not available. [Adam.Dybbroe]

- Fix nearest wavelength search. [Martin Raspaud]

- Clip angles using bounds given in hdf5 file instead of hardcoded
values. [Adam.Dybbroe]

- Try without using with_system_site_packages for Travis. [Adam.Dybbroe]

- Update requirements file. [Adam.Dybbroe]

- Try solve for slow scipy building on travis. [Adam.Dybbroe]

- Clip satellite-zenith angles outside range. [Adam.Dybbroe]

- Update url's for all aerosol-types. [Adam.Dybbroe]

- Add all aerosol-simulations. [Adam.Dybbroe]

- Don't install standard system-site scipy. [Adam.Dybbroe]

- Fix azimuth angle bug. And prepare for several aerosol types.
[Adam.Dybbroe]

- Interpolate Rayleigh lut in 3d with fixed wavelength. [Martin Raspaud]

- Try fix scipy installation on travis for py2.7. [Adam.Dybbroe]

- Work on non-masked arrays in rayleigh correction and fix for low sun
elevation. [Adam.Dybbroe]

- Interpolate rayleigh lut on data points directly. [Martin Raspaud]

- Require scipy 0.14. [Adam.Dybbroe]

- Minimize memory footprint in rayleigh correction. [Adam.Dybbroe]

However, still requiring too much memory!

- New rayleigh correction - Using 4d interpolation of RTM tables.
[Adam.Dybbroe]

- Fix typo in doc string. [Adam.Dybbroe]

- Simplify out of bounds check. [Adam.Dybbroe]

- Use format() for string formating and simplify code improving
readability. [Adam.Dybbroe]

- Bugfix in string formatting. [Adam.Dybbroe]

- Use format() instead of string interpolation operator. [Adam.Dybbroe]

- Class documented. [Adam.Dybbroe]

- Improve string formating. [Adam.Dybbroe]

- Improve doc-strings and syntax. [Adam.Dybbroe]

- Add quantifiedcode badge. [Adam.Dybbroe]

0.3.4

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

Fix
~~~

- Bugfix: unttests and py2.7. [Adam.Dybbroe]

Other
~~~~~

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.3.3 → 0.3.4. [Adam.Dybbroe]

- Merge branch 'pre-master' into release-v0.3.4. [Adam.Dybbroe]

- Pep8 and increasing pylint score. [Adam.Dybbroe]

- Add test module. [Adam.Dybbroe]

- Add unitest for aatsr reader. [Adam.Dybbroe]

- Remove python 3.3 from travis: does not build scipy. [Adam.Dybbroe]

- Pep8 and improving pylint scores. [Adam.Dybbroe]

- Add TRAVIS tests on various Python 3 versions. [Adam.Dybbroe]

- Travis fix: Remove system-site-packages on anything else than 2.7.
[Adam.Dybbroe]

- Don't set python version for travis. [Adam.Dybbroe]

- Activate python3 testing to travis. [Adam.Dybbroe]

- Make Python 3 compatible. [Adam.Dybbroe]

- Epsilon is a input parameter not a hardcoded value anymore.
[Adam.Dybbroe]

- Improved sun-sat viewing figure for docs. [Adam.Dybbroe]

- Fix unittests near-ir reflectance. [Adam.Dybbroe]

- LUT file can be generated even without having the filename defined in
config. [Adam.Dybbroe]

Also, only NIR bands in the 3.5-3.95 range is supported

- Remove duplicate code and move get_bandname_from_wavelength to utils.
[Adam.Dybbroe]

- Fixed the 180 degree azimuth bug in the Rayleigh correction, and
improved documentation. [Adam.Dybbroe]

- Merge pull request 5 from pytroll/rayleigh-speedup. [Adam Dybbroe]

Speedup and optimize rayleigh computations

- Remove unneeded variable. [Martin Raspaud]

- Speedup and optimize rayleigh computations. [Martin Raspaud]

- Remove old code commentedt out. [Adam.Dybbroe]

- Correctied emissive part: Allow reflectances outside [0,1] and apply
correction. [Adam.Dybbroe]

- More strict masking: Avoid crazy r39 values due to very small or
negative denominators. [Adam.Dybbroe]

- Merge branch 'release-v0.3.3' into pre-master. [Adam.Dybbroe]

- Merge branch 'release-v0.3.3' [Adam.Dybbroe]

0.3.3

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

Fix
~~~

- Bugfix: include pyspectral/etc instead of etc. [Adam.Dybbroe]

Other
~~~~~

- Update changelog. [Adam.Dybbroe]

- Bump version: 0.3.2 → 0.3.3. [Adam.Dybbroe]

- Merge branch 'pre-master' into release-v0.3.3. [Adam.Dybbroe]

- Merge branch 'release-v0.3.2' into pre-master. [Adam.Dybbroe]

- Merge branch 'release-v0.3.2' [Adam.Dybbroe]

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.