Difference between revisions of "Color tables"
From GRASS-Wiki
HamishBowman (talk | contribs) |
HamishBowman (talk | contribs) (→Addons) |
||
Line 17: | Line 17: | ||
* 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 R and the spgrass6 package. | * Use {{AddonCmd|r.colors.quantiles}} create raster colors rules based on nquantiles. It uses R and the spgrass6 package. | ||
+ | |||
+ | == Repositories == | ||
+ | |||
+ | * There was an online colormap repository with many fine GMT gradients at http://sview01.wiredworkplace.net/pub/cpt-city/ but the site seems to be down currently. | ||
== Examples == | == Examples == |
Revision as of 00:19, 26 August 2009
work in progress ...
Contents
About
Color tables live in $GISBASE/etc/colors
Modules
Addons
- Convert from GMT color tables with r.cpt2grass
- Use r.colors.quantiles create raster colors rules based on nquantiles. It uses R and the spgrass6 package.
Repositories
- There was an online colormap repository with many fine GMT gradients at http://sview01.wiredworkplace.net/pub/cpt-city/ but the site seems to be down currently.
Examples
- The script used to create these can be found on the discussion page.