Open fmigneault opened 4 years ago
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
"unbounded"
maxOccurs
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
Description
WPS allows the
"unbounded"
string formaxOccurs
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.yamlBecause 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