Closed cehbrecht closed 3 years ago
WPS Execute outputs are:
<element name="Output" type="wps:OutputDataType" maxOccurs="unbounded">
These can be Data
:
<element name="Data" type="wps:DataType">
And this can be a bbox:
<element name="BoundingBoxData" type="ows:BoundingBoxType">
ows:BoundingBoxType
with lower and upper corner:
https://github.com/opengeospatial/ets-wps10/blob/884f69b9bef900f832bd3ffaead5e99aab972032/src/main/resources/xsd/ogc/ows/1.1.0/owsCommon.xsd#L67
Overview
According to the wps 1.0.0 schema the bbox in the execute response should look like this:
The schema has no entry for
WGS84BoundingBox
.Related Issue / Discussion
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)