Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@Tschoun Tschoun released this 14 Oct 13:31
· 21 commits to main since this release
358ef4e

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.
  • 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 and addTerrainShadow_predefined to add the mask (calculated from SwissALTI3D or SwissSURFACE3D) as the value 100 to the terrainShadowMask band, which now contains the illumination angle.
    • Adapted the function addMaskedPixelCount to set the threshold for the terrainShadowMask to greater than 99.

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