Skip to content

1.2.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 13 Dec 10:26
· 93 commits to master since this release

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 and sar_backscatter: Added options parameter
  • array_find: Added parameter reverse. #269
  • load_result:
    • Added ability to load by (signed) URL (supported since openEO API v1.1.0).
    • Added parameters spatial_extent, temporal_extent and bands. #220
  • run_udf: Exception InvalidRuntime 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. #243
  • debug:
    • Renamed to inspect.
    • The log level error does not need to stop execution.
    • Added proposals for logging several data types to the implementation guide.

Removed

  • Removed the explicit schema for raster-cube in the data parameters and return values of run_udf and run_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. #274
  • ard_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). #288
  • quantiles:
    • The default algorithm for sample quantiles has been clarified (type 7). #296
    • Improved documentation in general. #278