- 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)
- 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)
- Fixes s3 authentication using GDAL/rasterio environment variables (#50)
- 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)
- 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)
- 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)
- Specified minimal eodag version needed for binder (#22)
- 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)
- DataArray shape flipped (#12, thanks @ClaudioCiociola)
- get_data, drivers, and RPC server from eodag
- First release