MacPingu
MacPingu
The current pywps implementation seems to use the `default` value for initialization ... no matter the `min_occurs` value: https://github.com/geopython/pywps/blob/a8076216d2b2db0962bf3fad22f84059193447e6/pywps/inout/basic.py#L937 https://github.com/geopython/pywps/blob/4bc485021e5857a98964ee33e65cd823ca7e50ae/pywps/app/Service.py#L117 There is a previous discussion #226
I still find it confusing :) The spec says (?): * A default value is only used when `min_occurs=0`. * The default value is only set when a value is...
> Instead of being smart and make an automatic adjustment, maybe PyWPS could raise a Warning when instantiating the Process. We'd catch these issues during development and resolve them explicitly....
@huard To be honest I haven't looked deeply in the OWSContext. My understanding of it comes from the talks with Tom. In the testbed they have the example of a...
That is fine ... we don't want to break things in the next days.
We can use `pytest-cov` for coverage tests (#367). For the ease of local testing the test suite should just warn about `gdal` missing (skipif tests) and not fail.
@Zeitsperre sure. Go ahead :)
I think so. Codacy probably only checks the imports (lxml): https://app.codacy.com/app/cehbrecht/pywps/security Though I do not understand why this is not handled in `lxml` itself and we have to use an...
@jorgejesus The feature to load processes from a directory is useful in general and we might want to have it in pywps itself (again) ... could be added as an...
@jachym @jorgejesus @tomkralidis Should we merge this PR? ... or take it as an example and implement it pywps https://github.com/geopython/pywps/issues/118. It has a new example process `TotalLength` ... but could...