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]
16
17 Flags:
18 --overwrite
19
20 Parameters:
21 input=name
22 Name of input vector map
23
24 output=name
25 Name for output vector map
26
27 type=string[,string,...]
28 Type Options: point,line,boundary,centroid,area,face Default:
29 point,line,boundary,centroid,area,face
30
31 color=string
32 Original line color Default: black
33
34 hcolor=string
35 Highlight color Default: red
36
38 d.extract allows a user to graphically select vector objects from an
39 existing vector map and creates a new map containing only the selected
40 objects.
41
43 Graphically extract roads from a roads map:
44
45 d.mon x0
46 d.vect roads
47 d.extract input=roads output=interstate
48
49
51 v.extract
52
54 Radim Blazek, Markus Neteler
55
56 Last changed: $Date: 2006/08/10 13:32:49 $
57
58 Full index
59
60
61
62GRASS 6.2.2 d.extract(1)