Releases: CS-SI/eodag
Releases · CS-SI/eodag
v2.1.0
- earth_search and usgs_satapi_aws (Landsat Collection 2) as new providers;
- Updated
HTTPDownload
plugin, handling products with multiple assets; - New plugin
AwsAuth
, enables AWS authentication using no-sign-request, profile,~/.aws/*
; - New search plugin
StaticStacSearch
and 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
v2.0b2
- 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 locations conf template by default