<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Gunnar,<div class=""><br class=""></div><div class="">I find the bbox also quite confusing. But I think your bbox description looks right.</div><div class=""><br class=""></div><div class="">See also owslib:</div><div class=""><a href="https://github.com/geopython/OWSLib/pull/384" class="">https://github.com/geopython/OWSLib/pull/384</a></div><div class=""><br class=""></div><div class="">But it looks like we still have an issue in PyWPS:</div><div class=""><a href="https://github.com/geopython/pywps/issues/405" class="">https://github.com/geopython/pywps/issues/405</a></div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Carsten<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 18 Jan 2019, at 1:40 pm, Gunnar Ströer <<a href="mailto:gunnar.stroeer@yahoo.de" class="">gunnar.stroeer@yahoo.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div class="ydp2914d4d5yahoo-style-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px;"><span class="">Hi Community,<br class=""><br class="">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?<br class=""><br class=""><br class="">As INPUT:<br class=""><br class=""><wps:BoundingBoxData crs="EPSG:25832"><br class="">    <ows:LowerCorner>413236.919203 5316621.52211</ows:LowerCorner><br class="">    <ows:UpperCorner>413719.644442 5317104.24735</ows:UpperCorner><br class=""></wps:BoundingBoxData><br class=""><br class="">As OUTPUT:<br class=""><br class=""><ows:BoundingBox crs="EPSG:25832" dimensions="2"><br class="">    <ows:LowerCorner>413236.919203 5316621.52211</ows:LowerCorner><br class="">    <ows:UpperCorner>413719.644442 5317104.24735</ows:UpperCorner><br class=""></ows:BoundingBox><br class=""><br class=""><br class=""></span><div class=""><span class="">Cheers, Gunnar</span></div><div class=""><span class=""><br class=""></span></div></div></div>_______________________________________________<br class="">pywps-dev mailing list<br class=""><a href="mailto:pywps-dev@lists.osgeo.org" class="">pywps-dev@lists.osgeo.org</a><br class="">https://lists.osgeo.org/mailman/listinfo/pywps-dev</div></blockquote></div><br class=""></div></body></html>