Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
NAME
r.wateroutlet.lessmem - Creates watershed basins from a drainage direction map.
KEYWORDS
raster,
hydrology,
watershed
SYNOPSIS
r.wateroutlet.lessmem
r.wateroutlet.lessmem --help
r.wateroutlet.lessmem input=name output=name coordinates=east,north [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input drainage direction map
- output=name [required]
- Name for output watershed basin map
- coordinates=east,north [required]
- Coordinates of outlet point
r.wateroutlet.lessmem is a modified version of
r.water.outlet and requires
about one third of memory compared to the original module. Input drainage
direction information is stored as 4-bit segments in the buffer and output
basin result is stored as 1-bit data. Because of heavy bitwise operations,
there may be some performance penalty depending on the size of the input map.
Other than memory management, this module uses the same interface and algorithm
in
r.water.outlet, so please refer
to
r.water.outlet for more details.
r.water.outlet
Huidae Cho
based on
r.water.outlet
SOURCE CODE
Available at:
r.wateroutlet.lessmem source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual