浏览代码

Areas are always reported in square meters.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57758 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 年之前
父节点
当前提交
883d390bf8
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      raster/r.stats/main.c
  2. 5 5
      raster/r.stats/r.stats.html

+ 1 - 1
raster/r.stats/main.c

@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
 
     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();

+ 5 - 5
raster/r.stats/r.stats.html

@@ -7,11 +7,11 @@ region and mask settings. Output can be sent to a file in the user's current
 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>