create_service: Prepares and publishes a service on the back-end

Description Usage Arguments Value

View source: R/services.R

Description

The function will create a web service of a process graph / workflow on the connected openEO service.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
create_service(
  type,
  graph,
  title = NULL,
  description = NULL,
  enabled = NULL,
  configuration = NULL,
  plan = NULL,
  budget = NULL,
  con = NULL
)

Arguments

type

character the ogc web service type name to be created or an object of type ServiceType, which can be obtained by list_service_types()

graph

A Graph, a function returning a ProcessNode as an endpoint or the ProcessNode will return the results

title

character (optional) - a title for the service intended for visualization purposes in clients for humans to read

description

character (optional) - a short description of the service

enabled

logical - whether or not the service is active or not

configuration

a named list specifying the configuration parameter

plan

character - the billing plan

budget

numeric the amount of credits that can be spent on this service

con

connected and authenticated openeo clien object (optional) otherwise active_connection is used.

Value

Service object


flahn/openeo-r-client documentation built on Sept. 18, 2020, 5:16 a.m.