NAME
r.slopeunits.clean - Clean results of r.slopeunits.create
KEYWORDS
raster,
elevation,
slopeunits
SYNOPSIS
r.slopeunits.clean
r.slopeunits.clean --help
r.slopeunits.clean [-mn] demmap=name [plainsmap=name] slumap=name [slumapclean=name] cleansize=float [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -m
- Perform quick cleaning of small-sized areas and stripes
- -n
- Perform detailed cleaning of small-sized areas (slow)
- --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:
- demmap=name [required]
- Input digital elevation model
- plainsmap=name
- Input raster map of alluvial plains
- slumap=name [required]
- Output Slope Units layer (the main output)
- slumapclean=name
- Output Slope Units layer, cleaned (the main output)
- cleansize=float [required]
- Slope Units size to be removed
- Default: 25000
r.slopeunits.clean cleans slope units layer, e.g. results of
r.slopeunits.create.
r.slopeunits.clean \
demmap=dem_italia_isolegrandi@su_test \
plainsmap=flat \
slumap=su_tmp \
slumapclean=su_tmp_cl \
cleansize=25000 \
-m
r.slopeunits.create,
r.slopeunits.metrics,
r.slopeunits.optimize
Main authors: Ivan Marchesini, Massimiliano Alvioli, CNR-IRPI
Markus Metz (refactoring, translation of "clean_method_3" to python), Carmen Tawalika (creation of extra addon),
mundialis
SOURCE CODE
Available at:
r.slopeunits.clean source code
(history)
Latest change: Wednesday Jan 22 09:08:05 2025 in commit: 716d827ce825ef48b41cedc17e8801b5973bd05c
Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2025
GRASS Development Team,
GRASS GIS 8.5.0dev Reference Manual