Releases: CS-SI/eodag
Releases · CS-SI/eodag
v2.5.0
- ecmwf as new provider with new API plugin EcmwfApi and tutorial (#452)
earth_search_gcs
as new provider to download on Google Cloud Storage public datasets (#462, thanks @robert-werner)- STAC search on private servers needing authentication for earch (#443)
- Do not list providers without credentials needing authentication for search (#442)
- New packaging using
pyproject.toml
andsetup.cfg
, following PEP 517 recommendations and setuptools build_meta (#435) setuptools_scm
usage to have intermediate dev versions between releases (#431)- New options for AwsDownload plugin:
requester_pays
,base_uri
, andignore_assets
(#456, thanks @robert-werner) - filter_online() and additional convert methods added to SearchResult (#458)(#450)
- TokenAuth can now use headers and url formatting (#447)
- All available metadata for onda provider is now retrieved (#440)
- Various minor fixes and improvements (#430)(#433)(#434)(#436)(#438)(#444) (#448)(#449)(#451)(#460)(#464)
v2.4.0
- STAC API POST requests and Query fragment handled in both StacSearch client (#363)(#367) and server mode (#417)
- Added
downloaded_callback
parameter to download_all() method allowing running a callback after each individual download (#381) cloudCover
parameter disabled for RADAR product types (#389)- Guess
EOProduct.product_type
from properties when missing (#380) - Keywords usage in product types configuration and guess mechanism (#372)
- Automatic deletion of downloaded product zip after extraction (#358)
- Crunchers are now directly attached to SearchResult (#359)
- Import simplified for EOProduct, SearchResult, and Crunchers (#356)
- Added support for
python3.10
(#407) - Pytest usage instead of nosetest (#406) and tests/coverage reports included in PR (#411)(#416)
- Various minor fixes and improvements (#355)(#361)(#366)(#357)(#371)(#373) (#374)(#377)(#379)(#388)(#394)(#393)(#405)(#401)(#398) (#399)(#419)(#415)(#410)(#420)
v2.3.4
- Link to the new eodag Jupyterlab extension: eodag-labextension (#352)
- STAC client and server update to STAC 1.0.0 (#347)
- Fixes get_quicklook() for onda provider (#344, thanks @drnextgis)
- Fixed issue when downloading
S2_MSI_L2A
products frommundi
(#350) - Various minor fixes and improvements (#340)(#341)(#345)
v2.3.3
v2.3.2
- Enable additional arguments like
productType
when searching by id (#329) - Prevent EOL auto changes on windows causing docker crashes (#324)
- Configurable eodag logging in docker stac-server (#323)
- Fixes missing
productType
in product properties when searching by id (#320) - Fixes duplicate logging in
search_all()
(#330) - Various minor fixes and improvements (#319)(#321)
v2.3.1
v2.3.0
New since v2.2.0:
- Re-structured and more complete documentation (#233, and also #224, #254, #282, #287, #301)
- Homogenized inconsistent paths returned by
download()
anddownload_all()
methods (#244)(#292) - Rewritten progress callback mechanism (#276)(#285)
- Sentinel products SAFE-format build for STAC AWS providers (#218)
- New CLI optional
--quicklooks
flag ineodag download
command (#279, thanks @ahuarte47) - New product types for Sentinel non-SAFE products (#228)
- Creodias metadata mapping update (#294)
setup_logging()
is now easier to import (#221)get_logging_verbose()
function added (#283)- Documentation on how to request USGS M2M API access (#269)
- User friendly parameters mapping documentation (#299)
- Auto extract if extract is not set (#249)
- Fixed how
download_all()
updates the passed list of products (#253) - Fixed user config file loading with settings of providers from ext plugin (#235, thanks @ahuarte47)
- Improved and less strict handling of misconfigured user settings (#293)(#296)
- ISO 8601 formatted datetimes accepted by all providers (#257)
GENERIC_PRODUCT_TYPE
not returned any more bylist_product_types()
(#261)- Warning displayed when searching with non preferred provider (#260)
- Search kwargs used for guessing a product type not propagated any more (#248)
- Deprecated
load_stac_items()
,StaticStacSearch
search plugin should be used instead (#225) ipywidgets
no more needed inNotebookWidgets
(#223)- Various minor fixes and improvements (#219)(#246)(#247)(#258)(#233)(#273)(#274)(#280)(#284)(#288)(#290)(#295)
New since v2.3.0b1:
- Removed Sentinel-3 products not available on peps any more (#304, thanks @tpfd)
- Prevent
display_html()
in ipython shell (#307) - Fixed plugins reload after having updated providers settings from user configuration (#306)
v2.3.0b1
- Re-structured and more complete documentation (#233, and also #224, #254, #282, #287, #301)
- Homogenized inconsistent paths returned by
download()
anddownload_all()
methods (#244)(#292) - Rewritten progress callback mechanism (#276)(#285)
- Sentinel products SAFE-format build for STAC AWS providers (#218)
- New CLI optional
--quicklooks
flag ineodag download
command (#279, thanks @ahuarte47) - New product types for Sentinel non-SAFE products (#228)
- Creodias metadata mapping update (#294)
setup_logging()
is now easier to import (#221)get_logging_verbose()
function added (#283)- Documentation on how to request USGS M2M API access (#269)
- User friendly parameters mapping documentation (#299)
- Auto extract if extract is not set (#249)
- Fixed how
download_all()
updates the passed list of products (#253) - Fixed user config file loading with settings of providers from ext plugin (#235, thanks @ahuarte47)
- Improved and less strict handling of misconfigured user settings (#293)(#296)
- ISO 8601 formatted datetimes accepted by all providers (#257)
GENERIC_PRODUCT_TYPE
not returned any more bylist_product_types()
(#261)- Warning displayed when searching with non preferred provider (#260)
- Search kwargs used for guessing a product type not propagated any more (#248)
- Deprecated
load_stac_items()
,StaticStacSearch
search plugin should be used instead (#225) ipywidgets
no more needed inNotebookWidgets
(#223)- Various minor fixes and improvements (#219)(#246)(#247)(#258)(#233)(#273)(#274)(#280)(#284)(#288)(#290)(#295)
v2.2.0
- New
search_all
andsearch_iter_page
methods to simplify pagination handling (GH-190) - Docker-compose files for STAC API server with STAC-browser (GH-183)
- Fixed USGS plugin which now uses Machine-to-Machine (M2M) API (GH-209)
- Windows support added in Continuous Integration (GH-192)
- Fixes issue with automatically load configution from EODAG external plugins, fixes GH-184
- More explicit signature for
setup_logging
, fixes GH-197 - Various minor fixes
v2.1.1
- Continuous Integration performed with GitHub actions
- Providers config automatically loaded from EODAG external plugins like eodag-sentinelsat
- Various minor fixes