Open-EO / openeo-r-client

R client package for working with openEO backends
https://open-eo.github.io/openeo-r-client
Apache License 2.0
61 stars 17 forks source link

Access to namespaced processes? #143

Open m-mohr opened 1 year ago

m-mohr commented 1 year ago

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")?