[pycsw-devel] GetRecords question

Alejandro Mostovoi ahmostovoi at gmail.com
Fri May 8 08:31:21 PDT 2015


Hi Tom,
   thanks for your answer.

The problem was that I didn't specify the outputSchema parameter. It's
solved now.

Cheers

On Thu, 7 May 2015 at 17:28 Tom Kralidis <tomkralidis at gmail.com> wrote:

> Hi Alejandro: to return all the bounding boxes in a GetRecords
> response, set ElementSetName=full which will return the full ISO
> record.
>
> If you mean spatial querying against all bounding boxes, pycsw (using
> OWSLib) uses the first bounding box found to apply the wkt_geometry
> value for the record.  We *could* extend the ISO parsing/handling to
> aggregate the various bounding boxes as an enhancement to the
> codebase.
>
> On Thu, May 7, 2015 at 4:07 PM, Alejandro Mostovoi <ahmostovoi at gmail.com>
> wrote:
> > Hi All!
> >
> > I'm using pycsw 1.10.1.
> >
> > I've catalogued some geographic dataset that have several bounding box,
> > using Metadata Profile ISO 19115.
> >
> > When I execute the GetRecords operation It only returns the first
> bounding
> > box of all existents.
> >
> > I looked into the records table and the wkt_geometry column only have the
> > first bounding box of the metadata, which is returned.
> >
> > It's posible to get the others bounding box? And If It is, How?
> >
> > Thanks in advance.
> > Alejandro
> >
> > _______________________________________________
> > pycsw-devel mailing list
> > pycsw-devel at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/pycsw-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pycsw-devel/attachments/20150508/0e112667/attachment.html>


More information about the pycsw-devel mailing list