Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current 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.outletSOURCE CODE
Available at:
r.wateroutlet.lessmem source code
(history)
Latest change: Monday Jun 24 13:07:24 2024 in commit: 71dbc88614ccda943c73db28f3531855610f6146
Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 8.2.2dev Reference Manual