[GRASS-SVN] r36586 - grass/trunk/raster/r.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 4 16:55:21 EDT 2009


Author: msieczka
Date: 2009-04-04 16:55:21 -0400 (Sat, 04 Apr 2009)
New Revision: 36586

Modified:
   grass/trunk/raster/r.colors/r.colors.html
Log:
Color tables are already described in the auto-generated manual header (backport from develbranch_6.

Modified: grass/trunk/raster/r.colors/r.colors.html
===================================================================
--- grass/trunk/raster/r.colors/r.colors.html	2009-04-04 20:53:49 UTC (rev 36585)
+++ grass/trunk/raster/r.colors/r.colors.html	2009-04-04 20:55:21 UTC (rev 36586)
@@ -3,44 +3,7 @@
 <i>r.colors</i> allows the user to create and/or modify the color table for a
 raster map layer. The map layer (specified on the command line by
 <b>map=</b><i>name</i>) must exist in the user's current mapset search path.
-The color table specified by <b>color=</b><i>type</i> must be one of the
-following:
 
-<pre>
-     color type  description
-     -----------+----------------------------------------------------------
-     aspect      aspect oriented grey colors
-     aspectcolr  aspect oriented rainbow colors
-     bcyr        blue through cyan through yellow to red
-     bgyr        blue through green through yellow to red
-     byg         blue through yellow to green
-     byr         blue through yellow to red
-     celsius     blue to red for degree Celsius temperature
-     curvature   for terrain curvatures (from v.surf.rst and r.slope.aspect)
-     differences differences oriented colors
-     elevation   maps relative ranges of raster values to elevation color ramp
-     etopo2      colors for ETOPO2 worldwide bathymetry/topography
-     evi         enhanced vegetative index colors
-     grey        grey scale
-     grey1.0     grey scale for raster values between 0.0-1.0
-     grey255     grey scale for raster values bewtween 0-255
-     gyr         green through yellow to red
-     ndvi        Normalized Difference Vegetation Index colors
-     population  color table covering human population classification breaks
-     rainbow     rainbow color table
-     ramp        color ramp
-     ryb         red through yellow to blue
-     ryg         red through yellow to green
-     sepia       yellowish-brown through to white
-     slope       r.slope.aspect-type slope colors for raster values 0-90
-     srtm        color palette for Shuttle Radar Topography Mission elevation
-     terrain     global elevation color table covering -11000 to +8850m
-     wave        color wave
-     random      random color table
-     grey.eq     histogram-equalized grey scale
-     grey.log    histogram logarithmic transformed grey scale
-</pre>
-
 <p>
 The <b>rast</b> option allows user to specify a raster map <i>name</i> from which
 to copy the color map.



More information about the grass-commit mailing list