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

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