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
BREAKING CHANGES: Switching from resolution to pixel_size to avoid confusion about the definitions (especially for SAR data) (#82)
BREAKING CHANGES: load function now returns a xarray.Dataset (#88)
Bug Fixes
FIX: Collocate bands before trying to create spectral indices: resolve the case where their size mismatches (i.e. in case of window or change of native pixel size)
FIX: Landsat band masking when specifying a custom resolution and a custom window
FIX: Round the default pixel_size of custom stacks
FIX: Convert some fields of STAC items from non JSON serializable dtypes to correct ones
FIX: Fix erroneous property set to _get_raw_crs for Maxar products
Other
ENH: Don't load data into memory when computing indices, ensuring tasks are delayed a bit longer (#58)