[gdal-dev] A CSW query that seems to me works badly

andy aborruso at gmail.com
Wed Nov 16 02:32:14 PST 2022


Hi Even,
I need to run a CSW query using exact strings.

Via curl it's in this way '<ogc:Literal>"Impianti e strutture
ricettive"</ogc:Literal>' (using the double quotes inside):

curl -X POST -H "Content-Type: application/xml; charset=UTF-8" -d '<?xml
version="1.0" encoding="UTF-8"?><csw:GetRecords resultType="results"
service="CSW" version="2.0.2" xmlns:csw="
http://www.opengis.net/cat/csw/2.0.2" xmlns:gml="http://www.opengis.net/gml"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="
http://purl.org/dc/terms/" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://www.opengis.net/cat/csw/2.0.2
http://schemas.opengis.net/csw/2.0.2/CSW-discovery.xsd"><csw:Query
typeNames="csw:Record"><csw:ElementSetName>full</csw:ElementSetName><csw:Constraint
version="1.1.0"><ogc:Filter><ogc:PropertyIsLike wildCard="*" singleChar="_"
escapeChar="!"><ogc:PropertyName>dc:Subject</ogc:PropertyName><ogc:Literal>"Impianti
e strutture
ricettive"</ogc:Literal></ogc:PropertyIsLike></ogc:Filter></csw:Constraint></csw:Query></csw:GetRecords>'
https://geodati.gov.it/RNDT/csw

Ho to write and get it in ogr?
There is surely a way to escape the double quotes, but I do not find the
way to do it.

It's not

ogrinfo --debug on -ro -q -al "CSW:http://geodati.gov.it/RNDT/csw" -where
"abstract LIKE '\"Impianti e strutture ricettive\"'"

Thank you

>

-- 
___________________

Andrea Borruso
website: https://medium.com/tantotanto
38° 7' 48" N, 13° 21' 9" E, EPSG:4326
___________________

"cercare e saper riconoscere chi e cosa,
 in mezzo all’inferno, non è inferno,
e farlo durare, e dargli spazio"

Italo Calvino
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20221116/4b1979fc/attachment-0001.htm>


More information about the gdal-dev mailing list