You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Adding the support of Pleiades-Neo, Vision-1 and SAOCOM sensors
ENH: Adding a keyword to allow passing a specific DEM path in load/stack (for VHR orthorectification and DEM bands)
ENH: Adding the name of the DEM in DEM band (i.e. allow to compute the HILLSHADE with a DEM and the SLOPE with a DTM)
FIX: Sentinel-2 Processing Baseline 04.00: NARROW_NIR bands are now loaded correctly
FIX: Maxar products (with Multi band ID) are now correctly handled
FIX: Using COPDEM-30 (GLO-30) by default for SNAP as it appears that the retrieval has been fixed.
FIX: Fixing the default name for cleaned bands for Sentinel-3 SLSTR data (was set on CLEAN instead of NODATA)
FIX: Fixing default band for Custom stacks
FIX: Fixing get_existing_band_paths behavior for Custom stacks
FIX: Remove other never covered lines of code (archived RCM products, complex ICEYE products, others...)
FIX: Re-enabling loading str bands (regression)
FIX: Proper check for empty fields when parsing metadata
FIX: VHR _get_dem_path raises ValueError instead of TypeError
FIX: Pre-process SAR bands before despeckling if not existing (was OK in most of the cases, but broke in some cases, especially with CI folder activated and S3 compatible storage)