<div dir="ltr">Hi Tom,<br>   thanks for your answer.<br><br>The problem was that I didn't specify the outputSchema parameter. It's solved now.<br><br>Cheers<br></div><br><div class="gmail_quote">On Thu, 7 May 2015 at 17:28 Tom Kralidis <<a href="mailto:tomkralidis@gmail.com">tomkralidis@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alejandro: to return all the bounding boxes in a GetRecords<br>
response, set ElementSetName=full which will return the full ISO<br>
record.<br>
<br>
If you mean spatial querying against all bounding boxes, pycsw (using<br>
OWSLib) uses the first bounding box found to apply the wkt_geometry<br>
value for the record.  We *could* extend the ISO parsing/handling to<br>
aggregate the various bounding boxes as an enhancement to the<br>
codebase.<br>
<br>
On Thu, May 7, 2015 at 4:07 PM, Alejandro Mostovoi <<a href="mailto:ahmostovoi@gmail.com" target="_blank">ahmostovoi@gmail.com</a>> wrote:<br>
> Hi All!<br>
><br>
> I'm using pycsw 1.10.1.<br>
><br>
> I've catalogued some geographic dataset that have several bounding box,<br>
> using Metadata Profile ISO 19115.<br>
><br>
> When I execute the GetRecords operation It only returns the first bounding<br>
> box of all existents.<br>
><br>
> I looked into the records table and the wkt_geometry column only have the<br>
> first bounding box of the metadata, which is returned.<br>
><br>
> It's posible to get the others bounding box? And If It is, How?<br>
><br>
> Thanks in advance.<br>
> Alejandro<br>
><br>
> _______________________________________________<br>
> pycsw-devel mailing list<br>
> <a href="mailto:pycsw-devel@lists.osgeo.org" target="_blank">pycsw-devel@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/pycsw-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/pycsw-devel</a><br>
</blockquote></div>