You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
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.The text was updated successfully, but these errors were encountered: