- FIX: Fix retrieval of
is_optical
andis_sar
Mosaic members - FIX: Fix changes looked for to run CI
- FIX: Fix band retrieving when the env variable
CI_EOREADER_BAND_FOLDER
is set, in case of multiple files of the same band from different satellite data are present in the directory - FIX: Don't force
remove_tmp
toTrue
foreoreader.Product
inMosaic
. - FIX: Don't try to mosaic bands of mono-mosaics
- CI: Add more tests, speed up and refactor
- FIX: Fix band retrieving when the env variable
CI_EOREADER_BAND_FOLDER
is set
- ENH: Add
is_sar
andis_optical
member to anySet
- FIX: Fix Mosaic stacking with multi-resolution constellations (#6)
- CI: Test with S3-stored products
- PUBLISH: Use PyPI's Trusted Publisher Management mechanism
- FIX: Fix loading difference of bands with a Pair without a reference band
- FIX: Remove deprecation warnings from other libs (
sertit
,eoreader
) - CI: rename
CI
inci
- DOC: Fix caching notebooks in readthedocs
- BREAKING CHANGE: Switching from
pivot
/child
toreference
/secondary
- BREAKING CHANGE: Switching from
ruling
toreference
- FIX: Add a
d
before the band in the difference between reference and secondary saved on disk (i.e.20200824_S2_20200908_S2_dBAI
for difference of BAI, instead of20200824_S2_20200908_S2_BAI
) - FIX: With mosaics, fix paths retrieval for similar bands (i.e. BAI and BAIS2)
- FIX: With VRT mosaics, move EOReader's bands and copy raw data bands to mosaic output folder (instead of always moving)
- FIX: Fix Pair without secondary
- FIX: Mosaic - Don't try to load sth if bands_to_load is empty
- CI: Test Pair without secondary and Mosaic and Series with only one product
- CI: Update pre-commit hooks
- CI: Enabling pre-commit.ci and dependabot bots
- DOC: Update doc and notebooks
- First release. Going opensource 🚀