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

Add support for multi-valued input in WPS4R #206

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

Add support for multi-valued input in WPS4R #206

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

Comments

@nuest
Copy link
Contributor

nuest commented Nov 10, 2015

Feature

The WPS standard allows input values to occure multiple times with the same name (see also here), e.g.

[...]
        <wps:Input>
          <ows:Identifier>levels</ows:Identifier>
          <wps:Data>
                <wps:LiteralData>1200</wps:LiteralData>
          </wps:Data>
        </wps:Input>
        <wps:Input>
          <ows:Identifier>levels</ows:Identifier>
          <wps:Data>
                <wps:LiteralData>1400</wps:LiteralData>
          </wps:Data>
        </wps:Input>
        <wps:Input>
          <ows:Identifier>levels</ows:Identifier>
          <wps:Data>
                <wps:LiteralData>1600</wps:LiteralData>
          </wps:Data>
        </wps:Input>
[...]

Definition of done

  • evaluate how WPS API handles this internally (might need to add support for this?)
  • create test script and IT
  • extend wps.in annotation > it must create a vector of inputs if multivalued
  • research how this works for non-literal data in the WPS
  • create demo script and execute-request
@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