.TH v.to.lines 1grass "" "GRASS 8.3.1" "GRASS GIS User's Manual" .SH NAME \fI\fBv.to.lines\fR\fR \- Converts vector polygons or points to lines. .SH KEYWORDS vector, geometry, area, line, point .SH SYNOPSIS \fBv.to.lines\fR .br \fBv.to.lines \-\-help\fR .br \fBv.to.lines\fR \fBinput\fR=\fIname\fR \fBoutput\fR=\fIname\fR [\fBmethod\fR=\fIstring\fR] [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBinput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of input vector map .br Or data source for direct OGR access .IP "\fBoutput\fR=\fIname\fR \fB[required]\fR" 4m .br Name for output vector map .IP "\fBmethod\fR=\fIstring\fR" 4m .br Method used for point interpolation .br Options: \fIdelaunay\fR .br Default: \fIdelaunay\fR .SH DESCRIPTION \fIv.to.lines\fR converts vector polygons (boundaries) to lines as well as vector points to lines via triangulations. .SH NOTES \fIv.to.lines\fR is able to convert point data (via triangulation) and areas to lines (via boundary to line conversion). This script is a wrapper script to \fIv.category\fR, \fIv.delaunay\fR, and \fIv.edit\fR. .PP In order to convert an ordered list of coordinates (ASCII table with x,y[,z] coordinates) into vector lines, use \fIv.in.lines\fR. .SH EXAMPLES The examples are for the North Carolina sample dataset location: .SS Area to line conversion .br .nf \fC v.to.lines input=boundary_municp output=boundary_municp_lines \fR .fi .SS Point to line conversion .br .nf \fC v.to.lines input=geodetic_pts output=geodetic_pts_lines \fR .fi .SH SEE ALSO \fI v.category, v.delaunay, v.edit, v.in.lines, v.to.points, v.type \fR .SH AUTHOR Luca Delucchi, Fondazione Edmund Mach .SH SOURCE CODE .PP Available at: v.to.lines source code (history) .PP Accessed: Sunday Dec 17 17:22:52 2023 .PP Main index | Vector index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual