GRASS logo

NAME

r.incora.postproc - Postprocesses classification maps containing a mixed pixels class.

KEYWORDS

raster, classification, postprocessing

SYNOPSIS

r.incora.postproc
r.incora.postproc --help
r.incora.postproc classification=name elevation=name coastline=name water=name roads=name output=name [--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:

classification=name [required]
Name of classification map with 7 classes
Name of input raster map
elevation=name [required]
Name of digital elevation model
Name of input raster map
coastline=name [required]
Name of binary land/sea raster
Name of input raster map
water=name [required]
Name of water/non-water raster
Name of input raster map
roads=name [required]
Name of roads raster
Name of input raster map
output=name [required]
Name of output classification map with 6 classes
Name for output raster map

Table of contents

DESCRIPTION

r.incora.postproc uses post processing to deal with mixed pixels identified in v.incora.training_data. Mixed pixels (class 70) are removed from the map. The gaps are then filled using r.grow.distance.

EXAMPLE

r.incora.postproc classification=classification_map output=classification_map_postproc

SEE ALSO

v.incora.training_data, r.grow.distance

AUTHORS

Guido Riembauer, mundialis

SOURCE CODE

Available at: r.incora.postproc source code (history)

Accessed: Tuesday Apr 23 08:19:01 2024


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.4.0dev Reference Manual