[GRASS-SVN] r29833 - grass/trunk/raster/r.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 25 11:40:31 EST 2008
Author: epatton
Date: 2008-01-25 11:40:31 -0500 (Fri, 25 Jan 2008)
New Revision: 29833
Modified:
grass/trunk/raster/r.colors/description.html
Log:
Updated color rule list and descriptions
Modified: grass/trunk/raster/r.colors/description.html
===================================================================
--- grass/trunk/raster/r.colors/description.html 2008-01-25 14:12:20 UTC (rev 29832)
+++ grass/trunk/raster/r.colors/description.html 2008-01-25 16:40:31 UTC (rev 29833)
@@ -9,18 +9,33 @@
<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 colors)
+ byr (blue through yellow to red colors)
+ curvature (for terrain curvatures (from v.surf.rst and r.slope.aspect curvature colors))
+ elevation (maps percentage ranges of raster values to elevation color ramp)
+ etopo2 (rainbow color ramp for the ETOPO2 2-minute Worldwide Bathymetry/Topography dataset)
+ 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)
grey.eq (histogram-equalized grey scale)
grey.log (histogram logarithmic transformed grey scale)
- byg (blue through yellow to green colors)
- byr (blue through yellow to red colors)
gyr (green through yellow to red colors)
+ ndvi (Normalized Difference Vegetation Index colors)
+ population (color table covering human population classification breaks)
rainbow (rainbow color table)
ramp (color ramp)
random (random color table)
+ rules (create new color table based on user-specified rules)
ryg (red through yellow to green colors)
+ slope (r.slope.aspect-type slope colors for raster values 0-90)
+ srtm (color palette for Shuttle Radar Topography Mission elevation values)
+ terrain (global elevation color table covering -11000 to +8850m)
wave (color wave)
- rules (create new color table based on user-specified rules)
+
</pre>
<p>
@@ -28,10 +43,9 @@
to copy the color map.
<p>
-Additionally there is a set of extra color tables (aspect, bcyr, byg, byr,
-elevation, grey, gyr, rainbow, ramp, ryb, ryg, slope, terrain, wave) which are
-stored in $GISBASE/etc/colors/.
-
+Extra color tables (aspect, aspectcolr, bcyr, bgyr, byg, byr, curvature, differences,
+elevation, etopo2, evi, grey, grey1.0, grey255, gyr, ndvi, population, rainbow, ramp, ryb, ryg, slope, srtm, terrain, wave) are stored in $GISBASE/etc/colors/.
+User-defined color tables can also be stored in this directory for access from the <em>color</em> parameter.
<p>
The <b>-e</b> flag equalizes the original raster's color table. It can preclude
the need for <em>grey.eq</em> rule, when used as
More information about the grass-commit
mailing list