[pycsw-devel] BoundingBox
Mike Metcalfe
mike at webtide.co.za
Tue Nov 20 20:05:34 PST 2018
Hi,
I'm finally working on my elasticsearch plugin
<https://github.com/SAEONData/pycsw/tree/elastic> again. I have a working
version of GetRecords that all most elements correctly except BoundingBox.
Because I'm connecting to a DataCite ES repo, if I have a
geoLocationPolygon I simply assign to the wkt_geometry element as is, for
example:
"POLYGON ((-41.090 71.032, -41.090 68.211, -42.893 68.211, -42.893 71.032,
-41.090 71.032))"
But GetRecords returns:
<ows:BoundingBox crs="urn:x-ogc:def:crs:EPSG:6.11:4326" dimensions="2">
<ows:LowerCorner>-71.032 41.09</ows:LowerCorner>
<ows:UpperCorner>-68.211 42.893</ows:UpperCorner>
</ows:BoundingBox>
What am I missing?
Also, can I assume Coverage is a output so I don't need to worry about it?
Many thanks,
--
Mike Metcalfe
082 903 8268
mike at webtide.co.za
www.webtide.co.za
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pycsw-devel/attachments/20181121/7b150b45/attachment.html>
More information about the pycsw-devel
mailing list