Input drainage direction map indicates the "aspect" for each cell. Multiplying positive values by 45 will give the direction in degrees that the surface runoff will travel from that cell. The value -1 indicates that the cell is a depression area. Other negative values indicate that surface runoff is leaving the boundaries of the current geographic region. The absolute value of these negative cells indicates the direction of flow. This raster map is generated from r.watershed.
Output raster map values of one (1) indicate the watershed basin. Values of zero (0) are not in the watershed basin.
g.region raster=elev_lid792_1m -p # the watershed outlet position should be placed on a stream (from # accumulation map): r.watershed elev_lid792_1m threshold=5000 accumulation=accum_5K drainage=draindir_5K basin=basin_5K r.water.outlet input=draindir_5K output=basin_A30 coordinates=638740.423248,220271.519225 d.mon wx0 d.rast map=accum_5K d.rast map=basin_A30 # overlay with transparency r.colors map=basin_A30 color=grey d.his h=accum_5K i=basin_A30 # report outlet size in ha r.report map=basin_A30 units=h
Available at: r.water.outlet source code (history)
Latest change: Tuesday Jun 25 19:33:47 2024 in commit: 4a35e80a1856cfc3b185c0c333a4508adaf34437
Main index | Raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.5.0dev Reference Manual