Concatenate Vector Data
Brief Description
Concatenate vector data files
Tags
Vector Data Manipulation
Long Description
This application concatenates a list of vector data files to produce a unique vector data output file.
This application will gather all the geometries from the input files and write them into an output vector data file. Any format supported by OGR can be used. Ideally, all inputs should have the same set of fields and the same spatial reference system.
Parameters
Input vector files (vd): Vector data files to be concatenated.
Concatenated output (out): Output conctenated vector data file.
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
The vector data must be contain the same type of geometries (point / lines / polygons). The fields present in the output file are the ones from the first input.
Authors
OTB-Team
See also
Example of use
vd: ToulousePoints-examples.shp ToulouseRoad-examples.shp
out: ConcatenatedVectorData.shp
otbcli_ConcatenateVectorData -vd ToulousePoints-examples.shp ToulouseRoad-examples.shp -out ConcatenatedVectorData.shp