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=string output=string  [--overwrite]
16
17   Flags:
18       -a  Use all vector points (do not limit to current region)
19
20       --overwrite
21
22   Parameters:
23       input=string
24           name of a vector points map to be input
25
26       output=string
27           name of a vector area map to be output
28

DESCRIPTION

30       v.hull computes the convex hull of a vector points map and outputs  the
31       convex  hull  polygon  as a vector area map. The convex hull, or convex
32       envelope, for an object or a set of objects is the minimal  convex  set
33       containing the given objects. This module creates a vector polygon con‐
34       taining all vector points of the input map.
35
36       Example of v.hull output: | Convex hull polygon created with v.hull
37

REFERENCES

39       M. de Berg, M. van Kreveld, M. Overmars, O. Schwarzkopf,  (2000).  Com‐
40       putational geometry, chapter 1.1, 2-8.
41

SEE ALSO

43        v.delaunay
44

AUTHOR

46       Andrea Aime, Modena, Italy
47       Markus Neteler, ITC-irst (update to 5.7)
48
49       Last changed: $Date: 2006/05/30 09:05:19 $
50
51       Full index
52
53
54
55GRASS 6.2.2                                                          v.hull(1)
Impressum