1d.extract(1) Grass User's Manual d.extract(1)
2
3
4
6 d.extract - Select and extract vectors with mouse into new vector map
7
9 display
10
12 d.extract
13 d.extract help
14 d.extract input=name output=name [type=string[,string,...]]
15 [color=string] [hcolor=string] [--overwrite] [--verbose]
16 [--quiet]
17
18 Flags:
19 --overwrite
20 Allow output files to overwrite existing files
21
22 --verbose
23 Verbose module output
24
25 --quiet
26 Quiet module output
27
28 Parameters:
29 input=name
30 Name of input vector map
31
32 output=name
33 Name for output vector map
34
35 type=string[,string,...]
36 Type
37 Feature type(s)
38 Options: point,line,boundary,centroid,area,face
39 Default: point,line,boundary,centroid,area,face
40
41 color=string
42 Original line color
43 Default: black
44
45 hcolor=string
46 Highlight color
47 Default: red
48
50 d.extract allows a user to graphically select vector objects from an
51 existing vector map and creates a new map containing only the selected
52 objects.
53
55 Graphically extract roads from a roads map:
56
57 d.mon x0
58 d.vect roads
59 d.extract input=roads output=interstate
60
61
63 v.extract
64
66 Radim Blazek, Markus Neteler
67
68 Last changed: $Date: 2006-08-10 15:33:34 +0200 (Thu, 10 Aug 2006) $
69
70 Full index
71
72 © 2003-2008 GRASS Development Team
73
74
75
76GRASS 6.3.0 d.extract(1)