splitvect - divide Geomview VECT tube into components
splitvect --verbose <files>
Splitvect is used to separate Geomview VECT files containing several polylines into several component filenames. This facility is most often used when the components must be handled differently by tools which are not multicomponent-friendly.
Splitvect will process up to 100,000 input files at a time, making it convenient for use in animation.
splitvect uses the argtable library for command-line parsing, so the syntax of option handling should follow GNU conventions. Here are descriptions of the individual options.
If the input is named file.vect, the output files will be file.1.vect, file.2.vect, ... file.n.vect.
Split the link 8_3_3.vect into its components:
splitvect 8_3_3.vect
the output will appear in 8_3_3.1.vect, 8_3_3.2.vect and 8_3_3.3.vect.
Jason Cantarella
This program is covered by the GNU General Public License for free software.