<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Have you apied a spatial filter ie distance??
<div><br>
</div>
<div id="ms-outlook-mobile-signature" dir="auto">Get <a href="https://aka.ms/AAb9ysg">
Outlook for Android</a></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> gdal-dev <gdal-dev-bounces@lists.osgeo.org> on behalf of Lars Fricke <lars.fricke@skendata.de><br>
<b>Sent:</b> Monday, May 2, 2022 12:00:38 PM<br>
<b>To:</b> gdal-dev@lists.osgeo.org <gdal-dev@lists.osgeo.org><br>
<b>Subject:</b> [gdal-dev] spacial filter on ogrinfo does not work</font>
<div> </div>
</div>
<div>Dear List,<br>
<br>
I am trying to make a spatially filtered call as:<br>
<br>
ogrinfo -ro WFS:<a class="x_moz-txt-link-freetext" href="https://www.geobasisdaten.niedersachsen.de/doorman/noauth/WFS_boris_2022">https://www.geobasisdaten.niedersachsen.de/doorman/noauth/WFS_boris_2022</a> boris:BR_BodenrichtwertZonal -spat 513306 5832130
 514040 5832803<br>
<br>
but that is trying to download 33938 Features where it should be around 20 or so. I am on GDAL 3.3.2, released 2021/09/01, Ubuntu 20.04<br>
"""<br>
INFO: Open of `WFS:<a class="x_moz-txt-link-freetext" href="https://www.geobasisdaten.niedersachsen.de/doorman/noauth/WFS_boris_2022">https://www.geobasisdaten.niedersachsen.de/doorman/noauth/WFS_boris_2022</a>'<br>
      using driver `WFS' successful.<br>
Metadata:<br>
  ABSTRACT=BORIS 2022 WFS by XtraServer<br>
  PROVIDER_NAME=Landesamt für Geoinformation und Landesvermessung Niedersachsen (LGLN) - Landesbetrieb Landesvermessung und Geobasisinformation<br>
  TITLE=BORIS 2022 WFS<br>
<br>
Layer name: boris:BR_BodenrichtwertZonal<br>
Metadata:<br>
  TITLE=boris_BR_BodenrichtwertZonal<br>
Geometry: Polygon<br>
Feature Count: 33938<br>
"""<br>
I interrupted the call before I get blacklisted by that server...<br>
<br>
I did try to set environment variable OGR_SKIP=NAS as this was a hint I got. I'm not certain if that made any difference. If I call other servers with the same logic, I am fine.<br>
<br>
<br>
Any idea what could be wrong?<br>
<br>
Thanks for any support.<br>
<br>
Lars<br>
<br>
</div>
</body>
</html>