GRASS logo

NAME

r.colors.out - Exports the color table associated with a raster map.

KEYWORDS

raster, color table, export

SYNOPSIS

r.colors.out
r.colors.out help
r.colors.out [-p] map=name rules=name [--overwrite] [--verbose] [--quiet]

Flags:

-p
Output values as percentages
--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

map=name [required]
Name of raster map
rules=name [required]
Path to output rules file
"-" to write to stdout
Default: -

DESCRIPTION

r.colors.out allows the user to export the color table for a raster map to a file which is suitable as input to r.colors.

EXAMPLES

r.colors.out map=el_D782_6m rules=rules.txt
r.colors map=el_D783_6m rules=rules.txt

SEE ALSO

r.colors

AUTHOR

Glynn Clements

Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - Raster index - Full index

© 2003-2012 GRASS Development Team