Not possible to set maxOccurs to unbounded
Open
- Dominant language
- Python
- Stars
- 186
- Forks
- 117
- Avg merge
- 11d 20h
- Merged PRs (30d)
- 1
Description
# Description
WPS allows the `"unbounded"` string for `maxOccurs` parameter. This is valid for both older WPS but also for WPS-REST being worked on : https://github.com/opengeospatial/wps-rest-binding/blob/8d66413b2da8ef97ae040dc08ce2aeca88226337/core/openapi/schemas/inputDescription.yaml
Because of the int conversion in the init method, it is not possible to set the value.
https://github.com/geopython/pywps/blob/61e03fe566d9a4cdf52a6b941a404916592e5aac/pywps/inout/basic.py#L547-L558
Contributor guide
Assessment
This issue has not been assessed yet.