Skip to content

v2.0

Compare
Choose a tag to compare
@sbrunato sbrunato released this 28 Jan 17:33
· 820 commits to master since this release

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