geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Literal template return DefaultValue when data is not defined #498

Closed huard closed 5 years ago

huard commented 5 years ago

Description

The describeProcess response includes an empty DefaultValue field, which OWSLib 0.18 chokes on.

Environment