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_periodanomalyapply_neighborhoodclimatological_normalconstant
- Process graphs added to:
meanmedian
apply_kernel: Added parametersborderandreplace_invalid#170- Folder with examples (
examples/). #136
Changed
anyandall: Renamed parametervaluestodata. #147load_collection: Parameterpropertieshas subtypemetdata-filter.- Examples adapted to latest API version for
aggregate_temporal,array_contains,array_find,filter_labels,load_collectionandrename_labels. #136, API#285 - Some processes were assigned to different categories.
Removed
- Process graph examples from
arccos,arcsin,arctan,arsinh,artanh,e,lnandpi. API#285
Fixed
apply_kernel:load_collection: Removed outdatedrequireproperty fromvaluecallback 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