The function will create a web service of a process graph / workflow on the connected openEO service.
create_service(
type,
graph,
title = NULL,
description = NULL,
enabled = NULL,
configuration = NULL,
plan = NULL,
budget = NULL,
con = NULL,
...
)
character - the OGC web service type name to be created or an object of type ServiceType obtainable through list_service_types()
A Graph()
, a function returning a ProcessNode()
as an endpoint or the ProcessNode()
will return the results
character (optional) - a title for the service intended for visualization purposes in clients
character (optional) - a short description of the service
logical - whether or not the service is active or not
a named list specifying the configuration parameter
character - the billing plan
numeric - the amount of credits that can be spent on this service
connected and authenticated openEO client object (optional) otherwise active_connection()
is used.
additional parameters passed to jsonlite::toJSON() (like 'digits')
Service object