You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.