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