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]
17
18   Flags:
19       -c  Set from current region
20
21       -d  Set from default region
22
23   Parameters:
24       map=name
25           Raster map to change
26
27       region=name
28           Set region from named region
29
30       raster=name
31           Set region to match this raster map
32
33       vector=name
34           Set region to match this vector map
35
36       3dview=name
37           Set region to match this 3dview file
38
39       n=value
40           Value for the northern edge (format dd:mm:ss{N|S})
41
42       s=value
43           Value for the southern edge (format dd:mm:ss{N|S})
44
45       e=value
46           Value for the eastern edge (format ddd:mm:ss{E|W})
47
48       w=value
49           Value for the western edge (format ddd:mm:ss{E|W})
50
51       align=name
52           Raster map to align to
53

DESCRIPTION

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

NOTE

68       After  all  updates have been applied, the raster map's resolution set‐
69       tings are recomputed from the boundaries and the  number  of  rows  and
70       columns in the raster map.
71

SEE ALSO

73       r.support
74       g.region
75

AUTHOR

77       Glynn Clements
78       Based upon g.region
79
80       Last changed: $Date: 2006/04/21 12:45:09 $
81
82       Full index
83
84
85
86GRASS 6.2.2                                                        r.region(1)
Impressum