In the context of the QGIS GeoNode plugin we are implementing support for both the new V2 API and also the CSW API.
We're currently working on adding support for spatial filters when using the CSW API, as described in kartoza/qgis_geonode#134.
Currently facing an error with the CSW implementation, which seems related to GeoNode. I am attaching an XML file to this issue that has a sample request. This request is very simple, it can be used as the request body to perform a CSW GetRecords operation. It is similar to the samples shown on pycsw's own automated test suites, (look for example at this one: e.g https://github.com/geopython/pycsw/blob/master/tests/functionaltests/suites/apiso/post/GetRecords-filter-bbox.xml)
Unexpectedly, the NEXUS staging instance responds to this request with an error.
I'm not sure what causes the error. However, I noticed that in my local env, if I change my GeoNode DBMS from PostGIS to spatialite I also start getting the same error message when I perform this request. I wonder if this is the root of the issue or not
In the context of the QGIS GeoNode plugin we are implementing support for both the new V2 API and also the CSW API.
We're currently working on adding support for spatial filters when using the CSW API, as described in kartoza/qgis_geonode#134.
Currently facing an error with the CSW implementation, which seems related to GeoNode. I am attaching an XML file to this issue that has a sample request. This request is very simple, it can be used as the request body to perform a CSW
GetRecords
operation. It is similar to the samples shown on pycsw's own automated test suites, (look for example at this one: e.g https://github.com/geopython/pycsw/blob/master/tests/functionaltests/suites/apiso/post/GetRecords-filter-bbox.xml)Unexpectedly, the NEXUS staging instance responds to this request with an error.
I also get this same error when I try this request against
https://master.demo.geonode.org/catalogue/csw
.Oddly enough, I have a local instance of the NEXUS GeoNode running and it does not throw the error:
I'm not sure what causes the error. However, I noticed that in my local env, if I change my GeoNode DBMS from
PostGIS
tospatialite
I also start getting the same error message when I perform this request. I wonder if this is the root of the issue or notThis is the request XML payload (I had to zip it in order to make zenhub allow the upload): https://app.zenhub.com/files/331261945/e3aebe45-011f-4e8b-8e63-84452f2246a9/download