[GRASS-SVN] r29837 - in grass/branches/releasebranch_6_3/raster: r.basins.fill r.cats r.colors

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 25 13:42:36 EST 2008


Author: epatton
Date: 2008-01-25 13:42:36 -0500 (Fri, 25 Jan 2008)
New Revision: 29837

Modified:
   grass/branches/releasebranch_6_3/raster/r.basins.fill/description.html
   grass/branches/releasebranch_6_3/raster/r.cats/description.html
   grass/branches/releasebranch_6_3/raster/r.colors/description.html
Log:
Backported documentation updates from TRUNK

Modified: grass/branches/releasebranch_6_3/raster/r.basins.fill/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.basins.fill/description.html	2008-01-25 18:09:57 UTC (rev 29836)
+++ grass/branches/releasebranch_6_3/raster/r.basins.fill/description.html	2008-01-25 18:42:36 UTC (rev 29837)
@@ -11,9 +11,8 @@
 The coded stream network can be generated 
 as part of the 
 <EM><A HREF="r.watershed.html">r.watershed</A></EM> program, 
-but the map layer of ridges will need to be created by hand, 
-either through digitizing done in 
-<EM><A HREF="v.digit.html">v.digit</A></EM>.
+but the map layer of ridges will need to be created by hand
+(for example, through digitizing done in <EM><A HREF="v.digit.html">v.digit</A></EM>).
 
 <P>
 

Modified: grass/branches/releasebranch_6_3/raster/r.cats/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.cats/description.html	2008-01-25 18:09:57 UTC (rev 29836)
+++ grass/branches/releasebranch_6_3/raster/r.cats/description.html	2008-01-25 18:42:36 UTC (rev 29837)
@@ -10,7 +10,7 @@
 program non-interactively. If the user does not specify any categories
 (e.g., using the optional <B>cats=</B><EM>range</EM>[,<EM>range</EM>,...]
 argument), then all the category values and labels for the named raster map
-layer that occur in the map are printed.  The entire <EM>map</EM> is read,
+layer that occur in the map are printed.  The entire <EM>map</EM> is read
 using <EM><A HREF="r.describe.html">r.describe</A></EM>, to determine which
 categories occur in the <EM>map</EM>. If a listing of categories is
 specified, then the labels for those categories only are printed. The

Modified: grass/branches/releasebranch_6_3/raster/r.colors/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.colors/description.html	2008-01-25 18:09:57 UTC (rev 29836)
+++ grass/branches/releasebranch_6_3/raster/r.colors/description.html	2008-01-25 18:42:36 UTC (rev 29837)
@@ -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