瀏覽代碼

range explanations expanded

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33904 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 年之前
父節點
當前提交
757d1e3698
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      raster/r.series/r.series.html

+ 6 - 0
raster/r.series/r.series.html

@@ -43,6 +43,12 @@ first and the last raster listed in <em>input=</em>, respectively.
 <p>
 If the <em>range=</em> option is given, any values which fall outside
 that range will be treated as if they were NULL.
+The <em>range</em> parameter can be set to <em>low,high</em> thresholds:
+values outside of this range are treated as NULL (i.e., they will be
+ignored by most aggregates, or will cause the result to be NULL if -n is given).
+The <em>low,high</em> thresholds are floating point, so use <em>-inf</em> or
+<em>inf</em> for a single threshold (e.g., <em>range=0,inf</em> to ignore
+negative values, or <em>range=-inf,-200.4</em> to ignore values above -200.4).
 
 <h2>EXAMPLES</h2>