Releases: Open-EO/openeo-odc
Releases · Open-EO/openeo-odc
v0.4.0
Support additional process
What's Changed
- Support rename_labels process by @sophieherrmann in #20
- Make parameter mapping more flexible
Full Changelog: v0.3.1...v0.3.2
Hotfix for Python Client
The latest version of the OpenEO Python Client now uses the defined argument name x
instead of data
for the processes fit_curve
and predict_curve
. To support this change this hotfix version is released.
SRR2
- Support additional processes:
load_result
merge_cubes
fit_curve
predict_curve
- processes with optional parameters
- Add prefixes for node names - to support node ids of numbers
- Support writing functions (required for
fit_curve
/predict_curve
)
Extent supported processes
- add support for
resample_cube_spatial
andapply
process - add support for single parameter processes (e.g.
sqrt(x)
) - allow mapping process graphs where node names are numbers - prefix all node names with
_
- use UTC datetime format for temporal extent
- extent tests
Initial version
Initial version to map basic openeo-processes.