
NAME
v.colors.out - Exports the color table associated with a vector map.
KEYWORDS
vector, color table, export
SYNOPSIS
v.colors.out
v.colors.out help
v.colors.out [-p] map=name layer=string rules=name [column=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 vector map
- Or data source for direct OGR access
- layer=string [required]
- Layer number or name
- A single vector map can be connected to multiple database tables. This number determines which table to use. When used with direct OGR access this is the layer name.
- Default: 1
- rules=name [required]
- Path to output rules file
- "-" to write to stdout
- Default: -
- column=name
- Name of attribute (numeric) column to which refer color rules
- If not given color rules are refered to categories
DESCRIPTION
v.colors.out allows the user to export the color table for a
vector map to a file which is suitable as input
to v.colors.
EXAMPLES
v.colors.out map=soils_general rules=rules.txt
v.colors map=soils_wake rules=rules.txt
SEE ALSO
v.colors,
r.colors,
r3.colors,
r.colors.out,
r3.colors.out,
AUTHOR
Martin Landa, Czech Technical University in Prague, Czech Republic
Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $
Main index - Vector index - Full index
© 2003-2012 GRASS Development Team