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
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to