[GRASS-SVN] r57758 - grass/trunk/raster/r.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 20 02:08:03 PDT 2013


Author: hcho
Date: 2013-09-20 02:08:03 -0700 (Fri, 20 Sep 2013)
New Revision: 57758

Modified:
   grass/trunk/raster/r.stats/main.c
   grass/trunk/raster/r.stats/r.stats.html
Log:
Areas are always reported in square meters.

Modified: grass/trunk/raster/r.stats/main.c
===================================================================
--- grass/trunk/raster/r.stats/main.c	2013-09-20 05:26:55 UTC (rev 57757)
+++ grass/trunk/raster/r.stats/main.c	2013-09-20 09:08:03 UTC (rev 57758)
@@ -146,7 +146,7 @@
 
     flag.a = G_define_flag();
     flag.a->key = 'a';
-    flag.a->description = _("Print area totals");
+    flag.a->description = _("Print area totals in square meters");
     flag.a->guisection = _("Print");
 
     flag.c = G_define_flag();

Modified: grass/trunk/raster/r.stats/r.stats.html
===================================================================
--- grass/trunk/raster/r.stats/r.stats.html	2013-09-20 05:26:55 UTC (rev 57757)
+++ grass/trunk/raster/r.stats/r.stats.html	2013-09-20 09:08:03 UTC (rev 57758)
@@ -7,11 +7,11 @@
 working directory.
 
 If a single map layer is specified on the command line, a list of areas in
-square meters (assuming the map's coordinate system is in meters) for each
-category in the raster map layer will be printed. (If the <em>-c</em> option
-is chosen, areas will be stated in number of cells.) If multiple raster map
-layers are specified on the command line, a cross-tabulation table of areas
-for each combination of categories in the map layers will be printed.
+square meters for each category in the raster map layer will be printed. (If
+the <em>-c</em> option is chosen, areas will be stated in number of cells.) If
+multiple raster map layers are specified on the command line, a
+cross-tabulation table of areas for each combination of categories in the map
+layers will be printed.
 
 <p>For example, if one raster map layer were specified, the output would look like:
 <pre>



More information about the grass-commit mailing list