Color tables: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (Category: Colors)
(→‎Addons: + user defined palette, VTK, and SLD addons)
Line 17: Line 17:
=== Addons ===
=== Addons ===


* User contributed color rules in the [https://trac.osgeo.org/grass/browser/grass-addons/grass6/raster/r.colors.tools/palettes GRASS Addons repository]
* Convert from [[GMT]] color tables with {{AddonCmd|r.cpt2grass}}
* Convert from [[GMT]] color tables with {{AddonCmd|r.cpt2grass}}
* Use {{AddonCmd|r.colors.quantiles}} create raster colors rules based on nquantiles. It uses [[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.vtk}} to export GRASS raster colors rules for use with VTK-based visualization software.


== Repositories ==
== Repositories ==

Revision as of 23:41, 18 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.