[PyWPS-dev] Why is PyWPS using different XML tags/namespaces for BoundingBoxData as Input and Output?

Gunnar Ströer gunnar.stroeer at yahoo.de
Fri Jan 18 04:40:17 PST 2019


Hi Community,

during my processes coding I've found out a discrepance in the supported Input and Output XML code in the case of using bounding box data. Am I right assuming that the built-in support for Input XML is based on the tag <wps:BoundingBoxData><ows:LowerCorner>(...) and for Output/Response XML is based on the tag <ows:BoundingBox><ows:LowerCorner>(...) only? Or can I modify this XML tag within PyWPS and without XML parse/replace?


As INPUT:

<wps:BoundingBoxData crs="EPSG:25832">
    <ows:LowerCorner>413236.919203 5316621.52211</ows:LowerCorner>
    <ows:UpperCorner>413719.644442 5317104.24735</ows:UpperCorner>
</wps:BoundingBoxData>

As OUTPUT:

<ows:BoundingBox crs="EPSG:25832" dimensions="2">
    <ows:LowerCorner>413236.919203 5316621.52211</ows:LowerCorner>
    <ows:UpperCorner>413719.644442 5317104.24735</ows:UpperCorner>
</ows:BoundingBox>


Cheers, Gunnar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20190118/3b0256c8/attachment.html>


More information about the pywps-dev mailing list