Process: Process

Description Usage Format Details Fields

Description

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.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Details

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.

Fields

process_id

The id or name of the process which will be used to be addressed from the webservice

args

The list of arguments for the underlying function

description

The textual description of the process

dimensions_modifier

A DimensionModifier class that will be applied to the input data to describe how the data is changed during processing.

operation

A function that executes the operation in R described by this process


flahn/openeo-r-backend documentation built on May 6, 2019, 8:50 a.m.