Description Usage Format Details Fields
The process class in the openEO thinking. It is a described function that can be serialized in short and detail for the webservice, but also relates to the internal R function (process) that will be applied to perform the task.
1 |
An object of class R6ClassGenerator of length 24.
The class is used to describe a processing entity, which means it stores its description (textual), the described Arguments (see Argument) and the R operation. The class is mainly used as a template class, but it can be made executable. When the process is executable then the arguments will have values assigned to them.
process_idThe id or name of the process which will be used to be addressed from the webservice
argsThe list of arguments for the underlying function
descriptionThe textual description of the process
dimensions_modifierA DimensionModifier class that will be applied to the input data to describe how the data is changed during processing.
operationA function that executes the operation in R described by this process
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.