[GRASS-SVN] r63993 - grass-addons/grass7/raster/r.recode.attr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 8 02:57:14 PST 2015


Author: pvanbosgeo
Date: 2015-01-08 02:57:14 -0800 (Thu, 08 Jan 2015)
New Revision: 63993

Modified:
   grass-addons/grass7/raster/r.recode.attr/r.recode.attr.html
Log:
shorten html lines

Modified: grass-addons/grass7/raster/r.recode.attr/r.recode.attr.html
===================================================================
--- grass-addons/grass7/raster/r.recode.attr/r.recode.attr.html	2015-01-08 10:54:37 UTC (rev 63992)
+++ grass-addons/grass7/raster/r.recode.attr/r.recode.attr.html	2015-01-08 10:57:14 UTC (rev 63993)
@@ -1,32 +1,57 @@
 
 <h2>DESCRIPTION</h2>
 
-The <em>r.reclass.attr</em> plugin let you reclass/recode a raster layer based on values in a csv table. The csv file should include at least two columns. The first column should correspond to (part of) the raster values. The other columns should hold the reclassification values. 
+The <em>r.reclass.attr</em> plugin let you reclass/recode a raster 
+layer based on values in a csv table. The csv file should include at 
+least two columns. The first column should correspond to (part of) 
+the raster values. The other columns should hold the 
+reclassification values. 
 
-<p>For each column in the csv (comma separated text) file (except the first one) a new map will be created, replacing the raster values corresponding to the first column with those in the second (3rd, 4th, etc) column. 
+<p>For each column in the csv (comma separated text) file (except 
+the first one) a new map will be created, replacing the raster 
+values corresponding to the first column with those in the second 
+(3rd, 4th, etc) column. 
 
-<p>The user can define the names of the output map(s). If only one output name is provided and the rules file contains more than two columns, the function will create output names by appending for each recode layer the corresponding column name to the output name provided by the user. 
+<p>The user can define the names of the output map(s). If only one 
+output name is provided and the rules file contains more than two 
+columns, the function will create output names by appending for each 
+recode layer the corresponding column name to the output name 
+provided by the user. 
 
 <h2>NOTES</h2>
-The script uses r.recode to allow the user to reclass integer values to floating point values. However, like <a href="http://grass.osgeo.org/grass70/manuals/r.reclass.html">r.reclass</a> you can only convert number one to one (and not like <a href="http://grass.osgeo.org/grass70/manuals/r.recode.html">r.recode</a> ranges of values to one value or a new range of values)
+The script uses r.recode to allow the user to reclass integer values 
+to floating point values. However, like <a href=
+"http://grass.osgeo.org/grass70/manuals/r.reclass.html">r.reclass</a>
+you can only convert number one to one (and not like <a href=
+"http://grass.osgeo.org/grass70/manuals/r.recode.html">r.recode</a> 
+ranges of values to one value or a new range of values)
 
 <h2>TODO</h2>
 <ul>
-    <li>Use r.reclass instead of r.recode when possible (if input raster is integer and all reclass values are integers)</li>
-    <li>Allow text files with different types of separators (now only comma separated files)</li>
+    <li>Use r.reclass instead of r.recode when possible (if input 
+    raster is integer and all reclass values are integers)</li>
+    <li>Allow text files with different types of separators (now only 
+    comma separated files)</li>
 </ul>
 
 <h2>EXAMPLES</h2>
 
-<p>See <a href="http://pvanb.wordpress.com/2014/12/13/recode-your-raster-file-in-grass-gis-using-a-csv-file/">this blog post</a> for an example.
+<p>See <a href=
+"http://pvanb.wordpress.com/2014/12/13/recode-your-raster-file-in-gras
+s-gis-using-a-csv-file/">this blog post</a> for an example.
 
  
 <h2>SEE ALSO</h2>
-<em><a href="http://grass.osgeo.org/grass70/manuals/r.reclass.html">r.reclass</a></em>, 
-<em><a href="http://grass.osgeo.org/grass70/manuals/r.recode.html">r.recode</a></em>
+<em><a href=
+"http://grass.osgeo.org/grass70/manuals/r.reclass.html">r.reclass
+</a></em>, 
+<em><a href=
+"http://grass.osgeo.org/grass70/manuals/r.recode.html">r.recode
+</a></em>
  
 <h2>AUTHOR</h2>
 
 Paulo van Breugel, paulo at ecodiv.org
 
-<p><i>Last changed: $Date: 2014-12-13 09:11:08 +0100 (za, 13 dec 2014)</i></p>
+<p><i>Last changed: $Date: 2014-12-13 09:11:08 +0100 (za, 13 dec 
+2014)</i></p>



More information about the grass-commit mailing list