1.0.0
First stable release!
Documentation: https://processes.openeo.org/1.0.0/
1.0.0 - 2020-07-31
Added
subtype-schemas.json
: A list of predefined subtypes is available as JSON Schema; Moved over from openeo-api.- Processes:
aggregate_temporal_period
anomaly
apply_neighborhood
climatological_normal
constant
- Process graphs added to:
mean
median
apply_kernel
: Added parametersborder
andreplace_invalid
#170- Folder with examples (
examples/
). #136
Changed
any
andall
: Renamed parametervalues
todata
. #147load_collection
: Parameterproperties
has subtypemetdata-filter
.- Examples adapted to latest API version for
aggregate_temporal
,array_contains
,array_find
,filter_labels
,load_collection
andrename_labels
. #136, API#285 - Some processes were assigned to different categories.
Removed
- Process graph examples from
arccos
,arcsin
,arctan
,arsinh
,artanh
,e
,ln
andpi
. API#285
Fixed
apply_kernel
:load_collection
: Removed outdatedrequire
property fromvalue
callback parameter in process parameterproperties
.filter_bbox
,load_collection
,resample_spatial
: Fixed invalid EPSG code examples.aggregate_temporal
: Fixed outdated message for exceptionTooManyDimensions
.clip
: Fixed examples.linear_scale_range
: Clarify that the process implicitly clips the values. #159mean
: Clarify behaviour for arrays withnull
-values only.mod
: Clarified behaviour. #168resample_*
: Clarified behaviour.first
,last
,max
,mean
,median
,min
,sd
,variance
: Clarify behavior for arrays withnull
-values only.- Clarified (and fixed if necessary) for all processes in the "cubes" category the descriptions for the returned data cube. #149