user_processes: Process collection for user defined processes

View source: R/user_defined_processes.R

user_processesR Documentation

Process collection for user defined processes

Description

The created process graphs via create_user_process() at the openEO service are user defined processes. They can be used for the creation of process graphs themselves. For processes provided by the particular openEO service the processes() function can be used to obtain a builder for those processes. Analogous to this idea, this function creates a builder object for user defined processes listed and described in describe_user_process() and list_user_processes().

Usage

user_processes(con = NULL)

Arguments

con

a connection to an openEO back-end (optional). Otherwise active_connection() is used in order to access personal user defined processes. You need to be logged in

Value

UserProcessCollection()


openeo documentation built on Nov. 17, 2022, 5:07 p.m.