Skip to content

v0.21.10

Latest
Compare
Choose a tag to compare
@remi-braun remi-braun released this 18 Feb 07:40
· 27 commits to main since this release

0.21.10 (2024-02-18)

  • ENH: Allow the user to change the default resampling per product and free the resolution keyword in load and stack (#103)
  • ENH: For Sentinel-2 L2A products, use the MSK_CLDPRB_20m for computing clouds, as they are more precise than legacy L1C MSK_CLOUDS_B00 masks. (#174)
  • FIX: Fix Sentinel-2 Theia footprints when the nodata area is wider than the data area (#201)
  • FIX: Pop driver keyword in stack function to only use it for writing, allowing people to save stack as COGs (#181, #202)
  • FIX: Simplify L7 footprint (#198)
  • FIX: Make RPC reprojection work with DEM stored on cloud (#200)
  • FIX: Fix DIMAP V2 mask reprojection when all mask values are equal to 1 (resulting in a failure of computing the bands in case of nodata)
  • FIX: Fix import of SaocomSensorMode and TsxProduct from eoreader.product
  • FIX: Upgrade to v2.0.0 of projection STAC extension
  • DEPS: Add tifffile as a dependency to allow to write COGs with dask (#181, #202)