|
@@ -7,7 +7,7 @@ a set of coordinates representing the outlet point of watershed.
|
|
|
<h3>Selected Parameters</h3>
|
|
|
<dl>
|
|
|
|
|
|
-<dt><b>drainage=</b><em>name</em>
|
|
|
+<dt><b>input=</b><em>name</em>
|
|
|
|
|
|
<dd>Input map: drainage direction. Indicates the "aspect" for each
|
|
|
cell. Multiplying positive values by 45 will give the direction in
|
|
@@ -19,7 +19,7 @@ region. The absolute value of these negative cells indicates the
|
|
|
direction of flow. This map is generated from
|
|
|
<em><a href="r.watershed.html">r.watershed</a></em>.
|
|
|
|
|
|
-<dt><b>basin=</b><em>name</em>
|
|
|
+<dt><b>output=</b><em>name</em>
|
|
|
|
|
|
<dd>Output map: Values of one (1) indicate the watershed
|
|
|
basin. Values of zero are not in the watershed basin.
|
|
@@ -51,8 +51,8 @@ g.region rast=elev_lid792_1m -p
|
|
|
# the watershed outlet position should be placed on a stream (from
|
|
|
# accumulation map):
|
|
|
r.watershed elev_lid792_1m thresh=5000 accum=accum_5K \
|
|
|
- drain=draindir_5K basin=basin_5K
|
|
|
-r.water.outlet drainage=draindir_5K basin=basin_A30 \
|
|
|
+ drain=draindir_5K output=basin_5K
|
|
|
+r.water.outlet input=draindir_5K output=basin_A30 \
|
|
|
east=638741.43125 north=220269.7
|
|
|
d.mon x0
|
|
|
d.rast accum_5K
|