·
27 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
DataCube.resample_spatial()now supports parameterizedresolutionandprojectionarguments. (#897)- Sanitize asset download filenames (e.g. strip slashes, (semi)colon, hash, ...), instead of blindly using the asset key as filename. (#820)
- Support parameters in
DataCubeapply- and band-math operations (#903) - Introduction of simple (experimental) event system at
Connection.eventsto allow hooking into various events of the API and internals (#922) - Initial implementation of pytest plugin
auto_list_job_idsto automatically list created jobs and sync processing requests (#922)
Changed
ResultAsset.__init__(): renamednameargument tokeyfor clarity and consistency with the spec (#820)
Fixed
- Better error message when passing a bounding box with field typos in
Connection.load_collection()and alike (#910)