Feature request #11636

Updated by Giovanni Manghi about 5 years ago

ogr2ogr can be used to compare features from two vectors, as v.select from GRASS GIS does (http://grass.osgeo.org/grass65/manuals/v.select.html).



It would be useful to have an ogr2ogr based tool that compares two vectors and selects/extracts disjoint features (e.g. features from vector A that are disjoing from vector B).



I found some code here that can be useful for writing this tool:



https://github.com/csterling/ogrTools/blob/master/disjoint.py



Back