gdal.vector_update

Update layer A with features from B.

  • Kind: standard
  • Network: no
  • Wraps: ogr_layer_algebra Update

Inputs🔗

NameTypeDescription
afile (GeoJSON)Base vector layer (A).
bfile (GeoJSON)Vector layer whose features overwrite A (B).

Outputs🔗

NameTypeDescription
vectorsfile (GeoJSON)A updated with B.