Color tables: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Addons: + user defined palette, VTK, and SLD addons)
m (→‎Addons: avoid module rename..)
Line 20: Line 20:
* Convert from [[GMT]] color tables with {{AddonCmd|r.cpt2grass}}
* Convert from [[GMT]] color tables with {{AddonCmd|r.cpt2grass}}
* Use {{AddonCmd|r.colors.quantiles}} to create raster colors rules based on ''n''-quantiles. It uses the [[GRASS_and_Rstat|R and the spgrass6 package]].
* Use {{AddonCmd|r.colors.quantiles}} to create raster colors rules based on ''n''-quantiles. It uses the [[GRASS_and_Rstat|R and the spgrass6 package]].
* Use {{AddonCmd|r.colors.out.sld}} to export GRASS raster colors rules in OGC SLD template v1.0.0 format for Geoserver and friends
* Use {{AddonCmd|r.colors.out_sld}} to export GRASS raster colors rules in OGC SLD template v1.0.0 format for Geoserver and friends
* Use {{AddonCmd|r.colors.out.vtk}} to export GRASS raster colors rules for use with VTK-based visualization software.
* Use {{AddonCmd|r.colors.out_vtk}} to export GRASS raster colors rules for use with VTK-based visualization software.


== Repositories ==
== Repositories ==

Revision as of 00:15, 19 June 2013

About

Color tables live in $GISBASE/etc/colors (see SVN)

Modules

Addons

Repositories

Examples

Built in

The numeric values of following color tables can be found in the here






























Addons

These user contributions can be found in the GRASS addons SVN repository



  • The script used to create these thumbnails can be found on the discussion page.