1v.hull(1)                     Grass User's Manual                    v.hull(1)
2
3
4

NAME

6       v.hull   - Uses a GRASS vector points map to produce a convex hull vec‐
7       tor map.
8

KEYWORDS

10       vector, geometry
11

SYNOPSIS

13       v.hull
14       v.hull help
15       v.hull  [-a]   input=name   output=name    [--overwrite]    [--verbose]
16       [--quiet]
17
18   Flags:
19       -a
20           Use all vector points (do not limit to current region)
21
22       --overwrite
23           Allow output files to overwrite existing files
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31   Parameters:
32       input=name
33           Name of input vector points map
34
35       output=name
36           Name of output vector area map
37

DESCRIPTION

39       v.hull  computes the convex hull of a vector points map and outputs the
40       convex hull polygon as a vector area map. The convex  hull,  or  convex
41       envelope,  for  an object or a set of objects is the minimal convex set
42       containing the given objects. This module creates a vector polygon con‐
43       taining all vector points of the input map.
44
45       Example of v.hull output:
46            | Convex hull polygon created with v.hull
47

REFERENCES

49       M. de Berg, M. van Kreveld, M. Overmars, O. Schwarzkopf,  (2000).  Com‐
50       putational geometry, chapter 1.1, 2-8.
51

SEE ALSO

53        v.delaunay
54

AUTHOR

56       Andrea Aime, Modena, Italy
57       Markus Neteler, ITC-irst (update to 5.7)
58
59       Last changed: $Date: 2006-05-30 11:05:37 +0200 (Tue, 30 May 2006) $
60
61       Full index
62
63       © 2003-2008 GRASS Development Team
64
65
66
67GRASS 6.3.0                                                          v.hull(1)
Impressum