-
Notifications
You must be signed in to change notification settings - Fork 0
/
r.basin.html
193 lines (167 loc) · 7.86 KB
/
r.basin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<h2>DESCRIPTION</h2>
<em>r.basin</em> generates the main morphometric parameters of the
basin starting from the digital elevation model and the coordinates
of the basin's closing section (outlet).
<h3>Important:</h3>
<p>
<em>r.basin</em> works in projected locations, geographic or
xy-locations are not supported.
</p>
<p>
The closing section's coordinates must belong to the river network
generated by <a href="r.stream.extract.html">r.stream.extract</a>.
It is suggested to run it beforehand.
In G7, r.basin has been improved to take in input coordinates not
exactly belonging to the river network (but not too far from it).
It basically snaps to the closest point belonging to the network.
This feature is experimental and might not produce the expected result.
To check if the snapped outlet is acceptable, at the end of the
computation, two outlet vector maps are produced: the one with the
coordinates inserted by the user and the snapped one. If the user is
not happy with this latter, should tweak the coordinates to match with
the river network.
</p>
<h3>Morphometric parameters of basin</h3>
The main parameters are:
<ul>
<li>The coordinates of the vertices of the rectangle containing
the basin.</li>
<li>The center of gravity of the basin: the
coordinates of the pixel nearest to the center of gravity of the
geometric figure resulting from the projection of the basin on the
horizontal plane.</li>
<li>The area of the basin: is the area of a single cell multiplied
by the number of cells belonging to the basin.</li>
<li>The perimeter: is the length of the contour of the figure
resulting by the projection of the basin on the horizontal plane.</li>
<li>Characteristic values of elevation: the highest and the
lowest altitude, the difference between them and the mean elevation
calculated as the sum of the values of the cells divided by the
number of the cells.</li>
<li>The mean slope, calculated averaging the slope map.</li>
<li>The length of the directing vector: the length of the vector
linking the outlet to the center of gravity of the basin.</li>
<li>The prevalent orientation: in GRASS GIS the
aspect categories represent the number degrees of east and they
increase counterclockwise: (90deg is North, 180 is West, 270 is
South 360 is East). The aspect value 0 is used to indicate undefined
aspect in flat area