[GRASS-SVN] r58583 - grass/trunk/raster/r.reclass

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 2 13:45:23 PST 2014


Author: neteler
Date: 2014-01-02 13:45:23 -0800 (Thu, 02 Jan 2014)
New Revision: 58583

Modified:
   grass/trunk/raster/r.reclass/r.reclass.html
Log:
r.reclass manual: added g.mremove trick (hint from Nikos Alexandris

Modified: grass/trunk/raster/r.reclass/r.reclass.html
===================================================================
--- grass/trunk/raster/r.reclass/r.reclass.html	2014-01-02 14:27:45 UTC (rev 58582)
+++ grass/trunk/raster/r.reclass/r.reclass.html	2014-01-02 21:45:23 UTC (rev 58583)
@@ -61,16 +61,22 @@
 <p>where <em>raster_map</em> is the name to be given to the new raster map,
 and <em>reclass_map</em> is an existing reclass map.
 
-<p>Because <em>r.reclass</em> generates a table referencing some original
-raster map layer rather than creating a reclassed raster map layer,
-a <em>r.reclass</em> map layer will no longer be accessible if
-the original raster map layer upon which it was based is later removed.
+<p>Because <em>r.reclass</em> generates internally simply a table by
+referencing some original raster map layer rather than creating a full
+new reclassed raster map layer, a <em>r.reclass</em> map layer will
+no longer be accessible if the original raster map layer, upon which
+it was based, is later removed. Therefore, attempting to remove a
+raster map layer from which a <em>r.reclass</em> has been derived
+is only possible if the original map is removed first.
+Alternatively, a <em>r.reclass</em> map can be removed including 
+its base map by using <p><em><a href="g.mremove.html">g.mremove</a></em>'s
+<b>-b</b> flag.
 
 <p>A <em>r.reclass</em> map is not a true raster map layer.
 Rather, it is a table of reclassification values which reference the
 input raster map layer.  Therefore, users who wish to retain reclassified
 map layers must also save the original input raster map layers
-from which they were generated. Alternatively r.recode can be used.
+from which they were generated. Alternatively <em>r.recode</em> can be used.
 
 <p>Category values which are not explicitly reclassified to a new value
 by the user will be reclassified to NULL.
@@ -183,9 +189,11 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="r.resample.html">r.resample</a></em>,
-<em><a href="r.rescale.html">r.rescale</a></em>,
-<em><a href="r.recode.html">r.recode</a></em>
+<em>
+<a href="r.resample.html">r.resample</a>,
+<a href="r.rescale.html">r.rescale</a>,
+<a href="r.recode.html">r.recode</a>
+</em>
 
 
 <h2>AUTHORS</h2>



More information about the grass-commit mailing list