Skip to content

Releases: CS-SI/eodag-cube

v0.5.0

10 Oct 12:45
Compare
Choose a tag to compare
  • Support zipped bands in s3 (#62)
  • Regex fix in band selection using StacAssets driver (#61)
  • [0.5.0b1] Adapt to eodag v3 search API (#59)

v0.5.0b1

25 Jun 14:31
Compare
Choose a tag to compare
v0.5.0b1 Pre-release
Pre-release
  • Adapt to eodag v3 search API (#59)
  • Drivers harmonized regex address retrieval mechanism (#56)
  • Fixed Asset and AssetsDict import (#54)
  • Tests: context imports cleanup (#53), removed unused method (#57)

v0.4.1

29 Feb 09:49
Compare
Choose a tag to compare
  • Fixes s3 authentication using GDAL/rasterio environment variables (#50)

v0.4.0

19 Feb 16:16
Compare
Choose a tag to compare
  • get_data directly available on product.assets (#46)
  • Adds windows support (#9)
  • Removes limited grpc support (#43)
  • Adds python type hints (#45)
  • Various minor fixes and improvements (#44)(#47)

v0.3.1

15 Nov 07:49
Compare
Choose a tag to compare
  • Allows regex in band selection through StacAssets driver (#38)
  • Removes support for python3.7 and adds support for python3.12 (#39)
  • Various minor fixes and improvements (#37)

v0.3.0

17 Mar 11:14
Compare
Choose a tag to compare
  • New Generic driver (#26)
  • get_data() crs and resampling parameters are now facultative (#25)
  • Support python versions from 3.7 to 3.11 (#34)
  • pre-commit and dependencies updates (#33)

v0.2.1

11 Aug 16:52
Compare
Choose a tag to compare
  • Specified minimal eodag version needed for binder (#22)

v0.2.0

30 Jul 17:14
Compare
Choose a tag to compare
  • AWS credentials usage with rasterio (#19)
  • Rioxarray usage to read data (#18)
  • New StacAssets driver (#17)
  • get_data() now accepts the same types of geometries as eodag.search() (#16)
  • New notebook and readme example (#20)

v0.1.2

18 Jun 09:13
Compare
Choose a tag to compare

v0.1.1

15 Jan 15:05
Compare
Choose a tag to compare
  • get_data, drivers, and RPC server from eodag