GRASS logo

NAME

v.colors.to.rast - Sets raster colors to colors from a color_column of a reference vector map.

KEYWORDS

vector, raster, colors

SYNOPSIS

v.colors.to.rast
v.colors.to.rast --help
v.colors.to.rast map=name referencemap=string color_column=name class_column=name [--help] [--verbose] [--quiet] [--ui]

Flags:

--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

map=name [required]
Name of input land cover raster map
Name of input raster map
referencemap=string [required]
Name for input vector map
Needs a column with class information. If a color column is given these colors are written to the raster
color_column=name [required]
Name of color column in reference vector map
Color have to be given in format like r:g:b e.g. 255:255:255
class_column=name [required]
Name of class information column in referencemap
Takes class information as string or integer

Table of contents

DESCRIPTION

v.colors.to.rast sets raster colors to color from color_column of referencemap.

EXAMPLE

Assign color from color column in referencemap

v.colors.to.rast referencemap=incora_dortmund_LULC_training_points_color map=classification color_column=color class_column=lulc_int

SEE ALSO

r.colors, v.db.select

AUTHORS

Anika Weinmann and Guido Riembauer, mundialis, Germany

SOURCE CODE

Available at: v.colors.to.rast source code (history)

Accessed: Monday May 20 20:53:01 2024


Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

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