Major changes since last stable (v0.6.3)
- AwsAuth and rio_env (#102)
- EODAG minimal version to 3.9.0
- PluginConfig init update (#99)
Major changes since last stable (v0.5.0)
- [v0.6.0b1] New
get_file_obj()andto_xarray()methods, makingget_data()deprecated (#79) - [v0.6.0b2] Drivers to EODAG core for assets uniformization (#83)
- [v0.6.0b2]
EOProduct.rio_envmethod (#85)
Remaining changes since v0.6.0b2
- Documentation through EODAG readthedocs (#90), updated docstrings (#88)
- Project configuration moved to
pyproject.toml(#93) rufflinter and formatter usage (#94)- Typing fixes and
mypyusage (#92) - Various minor fixes and improvements (#89)(#91)(#95)(#96)
- Drivers to EODAG core for assets uniformization (#83)
EOProduct.rio_envmethod (#85)- Improved
XarrayDictrepresentation and sorted keys (#81) - Various minor fixes and improvements (#82)(#84)(#86)
- New
get_file_obj()andto_xarray()methods, makingget_data()deprecated (#79) - s3 endpoint fix (#70)
netcdf4andcfgribadded as dependencies (#69)- Added python
3.13and removed3.8support (#67)
- Support zipped bands in s3 (#62)
- Regex fix in band selection using
StacAssetsdriver (#61) - [0.5.0b1] Adapt to
eodag v3search API (#59)
- Adapt to
eodag v3search API (#59) - Drivers harmonized regex address retrieval mechanism (#56)
- Fixed
AssetandAssetsDictimport (#54) - Tests: context imports cleanup (#53), removed unused method (#57)
- Fixes s3 authentication using GDAL/rasterio environment variables (#50)
get_datadirectly available onproduct.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
StacAssetsdriver (#38) - Removes support for
`python3.7and adds support forpython3.12(#39) - Various minor fixes and improvements (#37)
- New Generic driver (#26)
get_data()crsandresamplingparameters are now facultative (#25)- Support python versions from
3.7to3.11(#34) pre-commitand dependencies updates (#33)
- Specified minimal
eodagversion 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 aseodag.search()(#16)- New notebook and readme example (#20)
- DataArray shape flipped (#12, thanks @ClaudioCiociola)
- get_data, drivers, and RPC server from eodag
- First release