Releases: CS-SI/eodag-cube
Releases · CS-SI/eodag-cube
v0.5.0
- 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
- 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
- Fixes s3 authentication using GDAL/rasterio environment variables (#50)
v0.4.0
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
- 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
- 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
- Specified minimal
eodag
version needed for binder (#22)
v0.2.0
- 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.1
- get_data, drivers, and RPC server from eodag