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
{{ message }}
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
array_apply/array_filter/reduce_dimension: context parameter has no "default":null, "callback" processes have no return schema and context parameter has no "default": null
Some more process schema issues I found while comparing the VITO and EODC process listings for openEOPlatform/documentation#11
count
:context
parameter has no"default":null
count
:condition
parameter has no"default":null
count
:condition
, when given as child process: does not define return schema, andcontext
parameter has no"default":null
array_element
:index
schema should have"minimum": 0
(https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/array_element.json#L25)array_element
:return_nodata
should have default "false": https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/array_element.json#L48save_result
:options
parameter has default"{}"
instead of{}
sar_backscatter
: most parameters seem have different defaults than https://github.com/Open-EO/openeo-processes/blob/master/proposals/sar_backscatter.jsonmerge_cubes
:context
parameter has no"default":null
merge_cubes
overlap_resolver
:has no
"default":null, no return schema and its context
parameter has no"default":null
mask
:replacement
has no defaultnull
filter_bands
:bands
andwavelenghts
have default"[]"
instead of[]
load_collection
:temporal_extent
minItems
/maxItems
are floats intead of intbetween
:exclude_max
has defaulttrue
instead offalse
like https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/between.json#L70ndvi
:target_band
has no"default":null
run_udf
: has somewhere a default"{}"
instead of{}
, missing somepattern
s like in https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/run_udf.json#L39-L55eq
/neq
:delta
has no"default":null
sort
/order
:nodata
has no"default":null
if
:reject
has no"default":null
array_apply
/array_filter
/reduce_dimension
:context
parameter has no"default":null
, "callback" processes have no return schema andcontext
parameter has no"default": null
rename_labels
: has a"[]"
default instead of[]
somewhere, also usesanyOf
instead of easier construct like https://github.com/Open-EO/openeo-processes/blob/60fb5e22579f34010de42af71c3d2d70f2dea906/rename_labels.json#L29-L33The text was updated successfully, but these errors were encountered: