gdal.vector_merge

Merge a collection of vector files into a single layer.

  • Kind: standard
  • Network: no
  • Wraps: ogrmerge

Inputs🔗

NameTypeDescription
sourcescollection of file (GeoJSON)Collection of vector files to merge.
output_formatstringOGR output driver short name. Default GeoJSON.

Outputs🔗

NameTypeDescription
vectorsfile (GeoJSON)Merged vector file.