2025.7.0
2025.7.0 - 2025-07-30
-
Migrated public repository at:
https://github.com/mapchete/mapchete-eo -
Package name changed from
mapchete_eotomapchete-eo; python module still with underscorefrom mapchete_eo import * -
Dropped support and tests for
python 3.9 -
core
-
added/implemented
CDSESearch(STACSearchCatalog)as search -
added following archive options to utilize the CDSE seach, the
S2CDSE_AWSJP2searches at CDSE, but reads fromAWS Open Data Sentinel-2,
S2CDSE_JP2searches and reads data both from CDSE (needs to have correct asset names given for reading):S2CDSE_AWSJP2 = AWSL2AJP2CSDES2CDSE_JP2 = CDSEL2AJP2CSDE
-