Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
NAME
r.stream.watersheds  - Sub-watershed and sub-stream delineation based on the drainage direction and a gridded stream network.
KEYWORDS
raster, 
stream, 
drainage, 
hydrology
SYNOPSIS
r.stream.watersheds
r.stream.watersheds --help
r.stream.watersheds drainage=name stream=name  [folder=name]   [cpu=float]   [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- --help
 
- Print usage summary
 
- --verbose
 
- Verbose module output
 
- --quiet
 
- Quiet module output
 
- --ui
 
- Force launching GUI dialog
 
 
Parameters:
- drainage=name [required]
 
- Name of the drainage direction raster (generated with r.watershed)
 
- stream=name [required]
 
- Name of the stream network raster
 
- folder=name
 
- Provide the full folder path and name where the sub-watersheds and sub-streams should be stored
 
- Default: GISDBASE/folder_structure
 
- cpu=float
 
- Number of CPUs used for the parallel computation
 
- Default: 1
 
 
Delineate the upstream contributing area ('sub-watershed') and stream
sections ('sub-stream') for each grid cell of a stream network.
Sami Domisch, Giuseppe Amatulli, Walter Jetz (2015):
Near-global freshwater-specific environmental variables for biodiversity
analyses in 1 km resolution,
Scientific Data 2, 150073,
DOI:10.1038/sdata.2015.73
Giuseppe Amatulli
Sami Domisch
SOURCE CODE
  Available at:
  r.stream.watersheds source code
  (history)
  Latest change: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2022
GRASS Development Team,
GRASS GIS 8.0.3dev Reference Manual