processes: Get a process graph builder / process collection from the...

View source: R/predefined_processes.R

processesR Documentation

Get a process graph builder / process collection from the connection

Description

Queries the connected back-end for all available processes and collection names and registers them via R functions on a ProcessCollection object to build a process graph in R. The current ProcessCollection is stored internally at the package environment variable process_collection, which can be fetched and set with active_process_collection.

Usage

processes(con = NULL)

active_process_collection(processes = NULL)

Arguments

con

a connection to an openEO back-end (optional) otherwise active_connection() is used.

processes

the ProcessCollection that is obtained from processes() to be set as the active process collection or left empty to fetch the ProcessCollection from the package variable.

Value

a ProcessCollection object with the offered processes of the back-end


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