Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Add support for nested inputs and outputs in WPS4R #205

Open
nuest opened this issue Nov 10, 2015 · 0 comments
Open

Add support for nested inputs and outputs in WPS4R #205

nuest opened this issue Nov 10, 2015 · 0 comments
Labels

Comments

@nuest
Copy link
Contributor

nuest commented Nov 10, 2015

The WPS 2.0 standards supports nesting of inputs and outputs. Once this is implemented in the WPS internal API, this can be mapped to groups of inputs and outputs in WPS4R annotations as follows:

# wps.in: id = sampling/size;
samplingSize <- 100
# wps.in: id = sampling/method;
method <- "default"
# wps.in: id = setttings/logoutput;

The id of the field can be split at / into group and parameter name, the structure within the script is not nested but only simple names.

@nuest nuest added the wps4r label Nov 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant