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

NAME

6       r.water.outlet  - Watershed basin creation program.
7

KEYWORDS

9       raster
10

SYNOPSIS

12       r.water.outlet
13       r.water.outlet help
14       r.water.outlet   drainage=string   basin=string   easting=x  northing=y
15       [--overwrite]
16
17   Flags:
18       --overwrite
19
20   Parameters:
21       drainage=string
22           Name of input raster map
23
24       basin=string
25           Name of raster map to contain results
26
27       easting=x
28           The map E  grid coordinates
29
30       northing=y
31           The map N grid coordinates
32

DESCRIPTION

34       r.water.outlet generates a watershed basin from  a  drainage  direction
35       map (from r.watershed) and a set of coordinates representing the outlet
36       point of watershed.
37
38   Selected Parameters
39       drainage=name
40              Input map: drainage direction. Indicates the "aspect"  for  each
41              cell.  Multiplying positive values by 45 will give the direction
42              in degrees that the surface runoff will travel from  that  cell.
43              The  value  -1  indicates  that  the  cell is a depression area.
44              Other negative values indicate that surface  runoff  is  leaving
45              the  boundaries  of  the current geographic region. The absolute
46              value of these negative cells indicates the direction  of  flow.
47              This map is generated from r.watershed.
48
49       basin=name
50              Output map: Values of one (1) indicate the watershed basin. Val‐
51              ues of zero are not in the watershed basin.
52
53       easting=value
54              Input value: Easting value of outlet point.
55
56       northing=value
57              Input value: Northing value of outlet point.
58

NOTES

60       In the context of  this  program,  a  watershed  basin  is  the  region
61       upstream  of an outlet point. Thus, if the user chooses an outlet point
62       on a hill slope, the resulting map will be a thin silver of land repre‐
63       senting the overland slope uphill of the point.
64

SEE ALSO

66        d.where, r.watershed, r.topidx
67

AUTHOR

69       Charles Ehlschlaeger, U.S. Army Construction Engineering Research Labo‐
70       ratory
71
72       Last changed: $Date: 2003/05/06 16:30:09 $
73
74       Full index
75
76
77
78GRASS 6.2.2                                                  r.water.outlet(1)
Impressum