![]() |
![]()
| ![]() |
![]()
NAMEv.to.lines - Converts vector polygons or points to lines. KEYWORDSvector, geometry, area, line, point SYNOPSISv.to.lines
Flags:
Parameters:
DESCRIPTIONv.to.lines converts vector polygons (boundaries) to lines as well as vector points to lines via triangulations. NOTESv.to.lines is able to convert point data (via triangulation) and areas to lines (via boundary to line conversion). This script is a wrapper script to v.category, v.delaunay, and v.edit. In order to convert an ordered list of coordinates (ASCII table with x,y[,z] coordinates) into vector lines, use v.in.lines. EXAMPLESThe examples are for the North Carolina sample dataset: Area to line conversionv.to.lines input=boundary_municp output=boundary_municp_lines Point to line conversionv.to.lines input=geodetic_pts output=geodetic_pts_lines SEE ALSOv.category, v.delaunay, v.edit, v.in.lines, v.to.points, v.type AUTHORLuca Delucchi, Fondazione Edmund Mach SOURCE CODEAvailable at: v.to.lines source code (history) Latest change: Wednesday Apr 17 11:38:48 2024 in commit: af7aa6982f1bc0f006e95221291b5ca125abd1e6 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|