Skip to content

openEO Python Client v0.24.0

Compare
Choose a tag to compare
@soxofaan soxofaan released this 27 Oct 15:34
· 308 commits to master since this release

Added

  • Add DataCube.reduce_spatial()
  • Added option (enabled by default) to automatically validate a process graph before execution.
    Validation issues just trigger warnings for now. (#404)
  • Added "Sentinel1" band mapping support to "Awesome Spectral Indices" wrapper (#484)
  • Run tests in GitHub Actions against Python 3.12 as well

Changed

  • Enforce XarrayDataCube dimension order in execute_local_udf() to (t, bands, y, x)
    to improve UDF interoperability with existing back-end implementations.