logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

r3.colors.out - Exports the color table associated with a 3D raster map.

Author

       Glynn Clements

Description

r3.colors.out allows the user to export the color table for a 3D raste map to a file which is suitable as
       input to r3.colors.

Examples

       r3.colors.out map=volume_1 rules=rules.txt
       r3.colors map=volume_2 rules=rules.txt

Keywords

       raster3d, color table, export

Name

r3.colors.out  - Exports the color table associated with a 3D raster map.

See Also

r.colors,r.colors.out,r3.colorsv.colors,v.colors.out

Source Code

       Available at: r3.colors.out source code (history)

       Accessed: Friday Apr 04 01:19:02 2025

       Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                r3.colors.out(1grass)

Synopsis

r3.colors.outr3.colors.out--helpr3.colors.out [-p] map=name  [rules=name]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-p
           Output values as percentages

       --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:map=name[required]
           Name of 3D raster map

       rules=name
           Path to output rules file
           If not given write to standard output

See Also