Releases: CS-SI/eodag
Releases · CS-SI/eodag
Release list
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_L2Aproducts frommundi(#350) - Various minor fixes and improvements (#340)(#341)(#345)
v2.3.3
v2.3.2
- Enable additional arguments like
productTypewhen searching by id (#329) - Prevent EOL auto changes on windows causing docker crashes (#324)
- Configurable eodag logging in docker stac-server (#323)
- Fixes missing
productTypein 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
--quicklooksflag ineodag downloadcommand (#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_TYPEnot 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(),StaticStacSearchsearch plugin should be used instead (#225) ipywidgetsno 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
--quicklooksflag ineodag downloadcommand (#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_TYPEnot 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(),StaticStacSearchsearch plugin should be used instead (#225) ipywidgetsno 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_allandsearch_iter_pagemethods 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
v2.1.0
- earth_search and usgs_satapi_aws (Landsat Collection 2) as new providers;
- Updated
HTTPDownloadplugin, handling products with multiple assets; - New plugin
AwsAuth, enables AWS authentication using no-sign-request, profile,~/.aws/*; - New search plugin
StaticStacSearchand updated STAC client tutorial; - New tutorial for Copernicus DEM;
- UTC timezone set for dates by default;
- Locations must now be passed to
search()method as a dictionnary; - Metadata mapping update and uniformization, fixes GH-154;
- Various minor fixes and tests update;
- Drop support of Python 3.5.
v2.0
New since v2.0b2:
- User can add a new provider using Python API
- More download options using Python API, fixes GH-145 and
GH-112 - New tutorials for STAC and search by geometry, fixes GH-139
- New crunches FilterDate, FilterProperty and updated FilterOverlap, fixes GH-137
- Simplified requirements. No more dependencies with GDAL (fiona), and jq
- Better credentials error handling
- Documentation and tutorials update
- Various minor fixes, code refactorization, and tests update
New since v1.6.0:
- STAC API compliant REST server
- Common configuration for STAC providers
- astraea_eod as new STAC provider
- Search by geometry / bbox / location name, fixes GH-49
- New method deserialize_and_register, fixes GH-140
- Load static stac catalogs as SearchResult
- Search on unknown product types using GENERIC_PRODUCT_TYPE
- get_data, drivers and rpc server moved to eodag-cube
- Removed fixed dependencies, fixes GH-82
- Use template as default locations configuration file
- removed Python 2.7 support