Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize mandatory and optional WPS parameters to make module config more flexible #223

Open
christianbraun opened this issue Feb 10, 2015 · 0 comments

Comments

@christianbraun
Copy link

iGUESS should be aware of mandatory (min_occurs=1) and optional (min_occurs=0, max_occurs>=1) WPS input parameters.
Currently, it is not possible to run a module config if not all parameters are set, even tough they are marked as optional (see min-/max_occurs) by the WPS GetCapabilites.
E.g., it would be nice to have the possibility to put an optional mask map for an interpolation module or taking default values into account if the user doesn't specify anything in the module config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants