v1.2.0
Release Notes for Version 1.2.0
General Updates
- Fixed the wrong collection name for
LST_reference_data
.
Bug Fixes and Security
- Fix for Issue #95.
- Solved with sorting the
unique_filename_day
list.
- Solved with sorting the
- Small changes to
util_moveasset.py
. - "Fix" for bug #97:
- Updated the
terrainShadowMask
band to now contain values from 0-90° representing the illumination angle based on the solar position and the SRTM 30m DEM. Values above 90° have been clamped to 90. - Adapted the functions
addTerrainShadow
andaddTerrainShadow_predefined
to add the mask (calculated from SwissALTI3D or SwissSURFACE3D) as the value 100 to theterrainShadowMask
band, which now contains the illumination angle. - Adapted the function
addMaskedPixelCount
to set the threshold for theterrainShadowMask
to greater than 99.
- Updated the
Configuration Updates
- Updated
prod_config.py
.
Notes
This release includes important fixes related to the terrainShadowMask
and the handling of illumination angles. Users should be aware of the changes made to the DEM sources and the adjustments in the associated functions.
Full Changelog: v1.1.0...v1.2.0