浏览代码

t.rast.accumulate: explain method parameter (todo: make identical to r.series.accumulate)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65919 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
0d15dfef72
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      temporal/t.rast.accumulate/t.rast.accumulate.py

+ 2 - 1
temporal/t.rast.accumulate/t.rast.accumulate.py

@@ -119,7 +119,8 @@
 #%option
 #% key: method
 #% type: string
-#% description: This method will be applied to compute the accumulative values from the input maps in a single granule
+#% label: This method will be applied to compute the accumulative values from the input maps in a single granule
+#% description: Growing Degree Days or Winkler indices; Mean: sum(input maps)/(number of input maps); Biologically Effective Degree Days; Huglin Heliothermal index
 #% options: mean,gdd,bedd,huglin
 #% answer: mean
 #% required: no