1r.region(1)                   Grass User's Manual                  r.region(1)
2
3
4

NAME

6       r.region  - Sets the boundary definitions for a raster map.
7

KEYWORDS

9       raster
10

SYNOPSIS

12       r.region
13       r.region help
14       r.region  [-cd] map=name  [region=name]   [raster=name]   [vector=name]
15       [3dview=name]     [n=value]     [s=value]      [e=value]      [w=value]
16       [align=name]   [--verbose]  [--quiet]
17
18   Flags:
19       -c
20           Set from current region
21
22       -d
23           Set from default region
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31   Parameters:
32       map=name
33           Raster map to change
34
35       region=name
36           Set region from named region
37
38       raster=name
39           Set region to match this raster map
40
41       vector=name
42           Set region to match this vector map
43
44       3dview=name
45           Set region to match this 3dview file
46
47       n=value
48           Value for the northern edge (format dd:mm:ss{N|S})
49
50       s=value
51           Value for the southern edge (format dd:mm:ss{N|S})
52
53       e=value
54           Value for the eastern edge (format ddd:mm:ss{E|W})
55
56       w=value
57           Value for the western edge (format ddd:mm:ss{E|W})
58
59       align=name
60           Raster map to align to
61

DESCRIPTION

63       The  r.region  program  allows  the  user to manage the boundaries of a
64       raster map. These boundaries can be set by the user directly and/or set
65       from  a  region  definition file (stored under the windows directory in
66       the user's current mapset), a raster or vector map, or a 3dview file.
67
68       The align parameter allows to set the current resolution equal to  that
69       of  the  named raster map, and align the boundaries to a row and column
70       edge in the named map.  Alignment only moves  the  existing  boundaries
71       outward  to  the edges of the next nearest cell in the named raster map
72       -- not to the named map's edges.  To perform the latter  function,  use
73       the raster=name option.
74

NOTE

76       After  all  updates have been applied, the raster map's resolution set‐
77       tings are recomputed from the boundaries and the  number  of  rows  and
78       columns in the raster map.
79

SEE ALSO

81       r.support
82       g.region
83

AUTHOR

85       Glynn Clements
86       Based upon g.region
87
88       Last changed: $Date: 2006-04-21 14:45:09 +0200 (Fri, 21 Apr 2006) $
89
90       Full index
91
92       © 2003-2008 GRASS Development Team
93
94
95
96GRASS 6.3.0                                                        r.region(1)
Impressum