Feature request #11691
Use ogr2ogr to create an Intersect tool that accepts more than two vectors
| Status: | Open | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | |||
| Category: | Processing/GDAL | ||
| Pull Request or Patch supplied: | No | Resolution: | |
| Easy fix?: | No | Copied to github as #: | 19935 |
Description
ArcGIS allows computing the intersection of more than 2 vectors. It should be possible to build a similar algorithm using ogr2ogr and its SQL dialect.
http://resources.arcgis.com/en/help/main/10.1/index.html#/Intersect/00080000000p000000/
History
#1
Updated by Filipe Dias almost 11 years ago
See this query in Postgis:
http://gis.stackexchange.com/questions/11762/intersection-of-multiple-layers-in-postgis
#2
Updated by Giovanni Manghi almost 11 years ago
in processing misses a method to create virtual vectors (for file based vectors, as shapefiles), once available will be easy to do.
#3
Updated by Filipe Dias almost 11 years ago
Is there feature request for virtual vectors? If not can you create it?
#4
Updated by Giovanni Manghi over 8 years ago
- Easy fix? set to No