File: v.to.lines.html

package info (click to toggle)
grass 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 277,040 kB
  • sloc: ansic: 460,798; python: 227,732; cpp: 42,026; sh: 11,262; makefile: 7,007; xml: 3,637; sql: 968; lex: 520; javascript: 484; yacc: 450; asm: 387; perl: 157; sed: 25; objc: 6; ruby: 4
file content (46 lines) | stat: -rw-r--r-- 1,184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<h2>DESCRIPTION</h2>

<em>v.to.lines</em> converts vector polygons (boundaries) to lines as well
as vector points to lines via triangulations.

<h2>NOTES</h2>

<em>v.to.lines</em> is able to convert point data (via triangulation)
and areas to lines (via boundary to line conversion).

This script is a wrapper script to <em>v.category</em>,
<em>v.delaunay</em>, and <em>v.edit</em>.

<p>
In order to convert an ordered list of coordinates (ASCII table with
x,y[,z] coordinates) into vector lines, use <em>v.in.lines</em>.

<h2>EXAMPLES</h2>

The examples are for the North Carolina sample dataset:

<h3>Area to line conversion</h3>

<div class="code"><pre>
v.to.lines input=boundary_municp output=boundary_municp_lines
</pre></div>

<h3>Point to line conversion</h3>
<div class="code"><pre>
v.to.lines input=geodetic_pts output=geodetic_pts_lines
</pre></div>

<h2>SEE ALSO</h2>

<em>
<a href="v.category.html">v.category</a>,
<a href="v.delaunay.html">v.delaunay</a>,
<a href="v.edit.html">v.edit</a>,
<a href="v.in.lines.html">v.in.lines</a>,
<a href="v.to.points.html">v.to.points</a>,
<a href="v.type.html">v.type</a>
</em>

<h2>AUTHOR</h2>

Luca Delucchi, Fondazione Edmund Mach