[GRASS-SVN] r29442 - grass/trunk/raster/r.average

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 15 09:51:48 EST 2007


Author: epatton
Date: 2007-12-15 09:51:48 -0500 (Sat, 15 Dec 2007)
New Revision: 29442

Modified:
   grass/trunk/raster/r.average/description.html
Log:
Corrected typo; standardized section heading order

Modified: grass/trunk/raster/r.average/description.html
===================================================================
--- grass/trunk/raster/r.average/description.html	2007-12-15 10:55:35 UTC (rev 29441)
+++ grass/trunk/raster/r.average/description.html	2007-12-15 14:51:48 UTC (rev 29442)
@@ -29,10 +29,49 @@
 value in the <EM>base</EM> map, the values assigned these cells in the
 <EM>cover</EM> map will be averaged.
 
-The <B>cover</B> map is n existing raster map layer containing the values
+The <EM>cover</EM> map is an existing raster map layer containing the values
 (in the form of cell category values or cell category labels) to be averaged
 within each category of the <EM>base</EM> map.
 
+<H2>NOTES</H2>
+
+The <B>-c</B> option requires that the category label for
+each category in the <EM>cover</EM> map be a valid number,
+integer, or decimal.  To be exact, if the first item in the
+label is numeric, then that value is used. Otherwise, zero
+is used.  The following table covers all possible cases:
+
+<P>
+<PRE>
+         category    value 
+         label       used by -c 
+         ______________________
+          .12	        .12 
+          .80 KF        .8 
+          no data       0 
+</PRE>
+<P>
+
+(This flag is very similar to the @ operator in 
+<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM>,
+and the user is encouraged to read the manual entry for 
+<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM>
+to see how it works there.) 
+
+<P>
+
+The user should use the results of <EM>r.average</EM> with
+care.  Since this utility assigns a value to each cell
+which is based on global information (i.e., information at
+spatial locations other than just the location of the cell
+itself), the resultant map layer is only valid if the
+geographic region and mask settings are the same as they
+were at the time that the result map was created.
+
+<P>
+
+Results are affected by the current region settings and mask. 
+
 <H2>EXAMPLE</H2>
 
 Assume that 
@@ -81,45 +120,8 @@
 	7	.2345 
 </PRE>
 
-<H2>NOTES</H2>
 
-The <B>-c</B> option requires that the category label for
-each category in the <EM>cover</EM> map be a valid number,
-integer, or decimal.  To be exact, if the first item in the
-label is numeric, then that value is used. Otherwise, zero
-is used.  The following table covers all possible cases:
 
-<P>
-<PRE>
-         category    value 
-         label       used by -c 
-         ______________________
-          .12	        .12 
-          .80 KF        .8 
-          no data      0 
-</PRE>
-
-<P>
-(This flag is very similar to the @ operator in 
-<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM>,
-and the user is encouraged to read the manual entry for 
-<EM><A HREF="r.mapcalc.html">r.mapcalc</A></EM>
-to see how it works there.) 
-
-<P>
-
-The user should use the results of <EM>r.average</EM> with
-care.  Since this utility assigns a value to each cell
-which is based on global information (i.e., information at
-spatial locations other than just the location of the cell
-itself), the resultant map layer is only valid if the
-geographic region and mask settings are the same as they
-were at the time that the result map was created.
-
-<P>
-
-Results are affected by the current region settings and mask. 
-
 <H2>SEE ALSO</H2>
 
 <EM><A HREF="g.region.html">g.region</A></EM>,



More information about the grass-commit mailing list