Skip to content

v0.24.0

Latest

Choose a tag to compare

@remi-braun remi-braun released this 05 May 14:43
· 17 commits to main since this release

0.24.0 (2026-05-05)

πŸš€ Major Changes

  • New Feature: Added support for Satellogic (Aleph-1) constellation (#229).

✨ Enhancements

  • Added fallback for TSX/TDX extent when SUPPORT/GEARTH_POLY.kml is missing (#290).
  • Handle windows when loading DEM bands.
  • Better error reporting for faulty HTML responses with STAC links.

πŸ› Fixes

  • SAR Data:
    • Fixed buffer issues in geographic CRS when subsetting.
    • Resolved SNAP fallback and calibration polarization issues.
    • Fixed conflicts between resolution and window names in orthorectified data.
    • Corrected pixel size management in despeckling.
  • Sentinel-2 STAC products:
    • Added missing _has_mask method.
    • Fixed get_mean_sun_angles and MPC product imports/names.
  • General:
    • Fixed quicklook path output (now always strings).
    • Fixed regression for despeckle bands (raw band output).
    • Handled missing product.kml in RS2 products.
    • Corrected pixel size propagation in band filenames.

⚑ Optimizations

  • Improved window management for SAR data (e.g., no window name if it matches band extent).
  • Avoid unnecessary raster modifications when computing SAR product extents.
  • SNAP-GPT: Subset now uses the read operator instead of adding a subset operator.

πŸ“¦ Dependencies

  • Breaking Change: Switched from dicttoxml to dict2xml (#292).