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

Carsten Ehbrecht ehbrecht at dkrz.de
Mon Jan 21 08:40:42 PST 2019


Hi Gunnar,

I find the bbox also quite confusing. But I think your bbox description looks right.

See also owslib:
https://github.com/geopython/OWSLib/pull/384 <https://github.com/geopython/OWSLib/pull/384>

But it looks like we still have an issue in PyWPS:
https://github.com/geopython/pywps/issues/405 <https://github.com/geopython/pywps/issues/405>

Cheers,
Carsten

> On 18 Jan 2019, at 1:40 pm, Gunnar Ströer <gunnar.stroeer at yahoo.de> wrote:
> 
> 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
> 
> _______________________________________________
> pywps-dev mailing list
> pywps-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pywps-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20190121/12476b92/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5214 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20190121/12476b92/attachment.bin>


More information about the pywps-dev mailing list