Skip to content

Releases: CS-SI/eodag

v2.1.0

10 Mar 07:47
Compare
Choose a tag to compare
  • 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

28 Jan 17:33
Compare
Choose a tag to compare

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

18 Dec 18:01
Compare
Choose a tag to compare
v2.0b2 Pre-release
Pre-release
  • 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

v2.0b1

02 Dec 15:31
Compare
Choose a tag to compare
v2.0b1 Pre-release
Pre-release
  • STAC API compliant REST server
  • Common configuration for STAC providers
  • astraea_eod as new STAC provider
  • Search by geometry / bbox / location name, fixes #49
  • removed Python 2.7 support