Open-EO / openeo-r-client

R client package for working with openEO backends

Home Page:https://open-eo.github.io/openeo-r-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to namespaced processes?

m-mohr opened this issue · comments

There are processes that are namespaced in some back-ends, so they don't return with /processes and as such are not directly available via p$abc().
Is there a way to manually add them to a process graph?
For example something like p$process("abc", arg1 = 1, arg2 = 2, namespace = "vito")?