gdal.vector_intersection
Intersection of two vector layers.
- Kind:
standard - Network: no
- Wraps:
ogr_layer_algebra Intersection
| Name | Type | Description |
|---|
a | file (GeoJSON) | First vector layer (A). |
b | file (GeoJSON) | Second vector layer (B). |
Outputs🔗
| Name | Type | Description |
|---|
vectors | file (GeoJSON) | Intersection of A and B. |