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

NAME

6       v.mkgrid  - Creates a GRASS vector map of a user-defined grid.
7

KEYWORDS

9       vector
10

SYNOPSIS

12       v.mkgrid
13       v.mkgrid help
14       v.mkgrid    [-q]    map=name    grid=rows,columns     [position=string]
15       [coor=x,y]     [box=width,height]      [angle=float]      [--overwrite]
16       [--verbose]  [--quiet]
17
18   Flags:
19       -q
20           Quiet; No chatter
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       map=name
33           Name for output vector map
34
35       grid=rows,columns
36           Number of rows and columns in grid
37
38       position=string
39           Where to place the grid
40           Options: region,coor
41           Default: region
42           region: current region
43           coor: use 'coor' and 'box' options
44
45       coor=x,y
46           Lower left easting and northing coordinates of map
47
48       box=width,height
49           Width and height of boxes in grid
50
51       angle=float
52           Angle of rotation (in degrees counter-clockwise)
53           Default: 0
54

DESCRIPTION

56       v.mkgrid  will  create a vector map representation of a regular coordi‐
57       nate grid.
58

NOTES

60       This is NOT to be used to generate a vector map  of  USGS  quadrangles,
61       because USGS quads are not exact rectangles.
62

EXAMPLE

64       Make  a  4x3  grid,  cells  20km  a  side,  with  lower  left corner at
65       2716500,6447000:
66       v.mkgrid  map=coro_grid  grid=4,3  position=coor   coor=2716500,6447000
67       box=20000,20000
68
69

SEE ALSO

71       v.patch, d.grid
72

AUTHOR

74       Michael Higgins, U.S.Army Construction Engineering Research Laboratory
75
76       Update for new vectors Radim Blazek 10/2004
77
78       Last changed: $Date: 2006-01-02 15:44:52 +0100 (Mon, 02 Jan 2006) $
79
80       Full index
81
82       © 2003-2008 GRASS Development Team
83
84
85
86GRASS 6.3.0                                                        v.mkgrid(1)
Impressum