1.2.0
Documentation: https://processes.openeo.org/1.2.0/
[1.2.0] - 2021-12-13
Added
- New processes in proposal state
fit_curve
predict_curve
ard_normalized_radar_backscatter
andsar_backscatter
: Addedoptions
parameterarray_find
: Added parameterreverse
. #269load_result
:- Added ability to load by (signed) URL (supported since openEO API v1.1.0).
- Added parameters
spatial_extent
,temporal_extent
andbands
. #220
run_udf
: ExceptionInvalidRuntime
added. #273- A new category "math > statistics" has been added #277
Changed
array_labels
: Allow normal arrays to be passed for which the process returns the indices. #243debug
:- Renamed to
inspect
. - The log level
error
does not need to stop execution. - Added proposals for logging several data types to the implementation guide.
- Renamed to
Removed
- Removed the explicit schema for
raster-cube
in thedata
parameters and return values ofrun_udf
andrun_udf_externally
. It's still possible to pass raster-cubes via the "any" data type, but it's discouraged due to scalability issues. #285
Fixed
aggregate_temporal_period
: Clarified which dimension labels are present in the returned data cube. #274ard_surface_reflectance
: The process has been categorized as "optical" instead of "sar".array_modify
: Clarified behavior.save_result
: Clarify how the process works in the different contexts it is used in (e.g. synchronous processing, secondary web service). #288quantiles
: