Skip to content

Releases: CS-SI/eodag

v2.3.4

Choose a tag to compare

@sbrunato sbrunato released this 08 Oct 14:15
  • 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 from mundi (#350)
  • Various minor fixes and improvements (#340)(#341)(#345)

v2.3.3

Choose a tag to compare

@sbrunato sbrunato released this 11 Aug 16:36
  • Fixed issue when searching by id (#335)
  • Specified minimal eodag-cube version needed (#338)
  • Various minor fixes and improvements (#336)(#337)

v2.3.2

Choose a tag to compare

@sbrunato sbrunato released this 29 Jul 16:25
  • 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

Choose a tag to compare

@sbrunato sbrunato released this 09 Jul 19:08
  • Dockerfile update to be compatible with stac-browser v2.0 (#314)
  • Adds new notebook extra dependency (#317)
  • EOProduct drivers definition update (#316)

v2.3.0

Choose a tag to compare

@sbrunato sbrunato released this 24 Jun 15:30

New since v2.2.0:

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

v2.3.0b1 Pre-release
Pre-release

Choose a tag to compare

@sbrunato sbrunato released this 11 Jun 14:34

v2.2.0

Choose a tag to compare

@sbrunato sbrunato released this 26 Mar 15:33
ee01499
  • New search_all and search_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

Choose a tag to compare

@sbrunato sbrunato released this 18 Mar 13:57
044fd8b
  • Continuous Integration performed with GitHub actions
  • Providers config automatically loaded from EODAG external plugins like eodag-sentinelsat
  • Various minor fixes

v2.1.0

Choose a tag to compare

@sbrunato sbrunato released this 10 Mar 07:47
  • 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

Choose a tag to compare

@sbrunato sbrunato released this 28 Jan 17:33

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