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 GREEN1 mapped band, corresponding to PlanetScope GREEN I and Sentinel-3 OLCIOa05 band
ENH: Handle some slightly broken Sentinel-2 products:
when the metadata files are corrupted or when the detfoo vectors are empty (#34)
with missing MSK prefix for QI_DATA files (i.e DETFOO instead of MSK_DETFOO)
ENH: Handle exception for corrupted bands (in Sentinel-2 and utils.read) (#34)
ENH: Add a STAC object that can be used to retrieve STAC Items from every Product (prod.stac.create_item()) (#29)
ENH: Add a get_mean_viewing_angles for Optical Products to fill STAC View Extension (#29)
ENH: Extending get_raw_band_paths to every product (#31)
ENH: Adding a is_ortho attribute corresponding to when the product is already orthorectified/geocoded, in order to avoid computing heavy processes without wanting it (i.e. footprint...)
ENH: Adding the instrument name of every constellation, under prod.instrument
ENH: Handling COSMO product with only the h5 file in it (if missing XML metadata file) (#36)
Optimizations
OPTIM: Retrieve name from filename if possible
OPTIM: Retrieve extent from metadata when possible (for VHR data)
OPTIM: Refactoring Landsat-XX products into LandsatProduct, this should bee invisible for user.
Bug Fixes
FIX: Fixing the band mapping of WorldView-2/3 Multi (8 bands)
FIX: Retrieval (if possible) of Sentinel-1 unique ID (was missing from the product name, as it is not in the product preview)
FIX: Fixing PAZ/TDX MTD regex
FIX: Optical products: Only set cloud cover and radiometry attributes if spectral bands are asked
Other
INTERNAL: File spot_6 and spot_7 are removed, replaced by a unique spot file. This shouldn't affect the user.
INTERNAL: Some refactoring in VHR files
WARNINGS: Filter warnings from __init__
CI: Do not process two times the zipped Sentinel-1 in end-to-end tests and manage when the runner kills SNAP