[gdal-dev] Filtering Null Coordinates and rounding coordinates Using ogr2ogr?

Even Rouault even.rouault at spatialys.com
Wed Oct 16 14:54:17 PDT 2019


On mercredi 16 octobre 2019 21:29:41 CEST Brandon Biggs wrote:
> Hello,
> 
> I have two questions with ogr2ogr:
> 
> How do I remove features that have a null geometry?
> 
> I tried:
> 
> -where "\"geometry\" != null"

-where "OGR_GEOMETRY is not null"

--> https://gdal.org/user/ogr_sql_dialect.html#special-fields

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the gdal-dev mailing list