[GRASS-SVN] r72081 - grass/trunk/raster/r.series
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 15 11:09:35 PST 2018
Author: neteler
Date: 2018-01-15 11:09:35 -0800 (Mon, 15 Jan 2018)
New Revision: 72081
Modified:
grass/trunk/raster/r.series/r.series.html
Log:
r.series manual: fix -z and file option descriptions
Modified: grass/trunk/raster/r.series/r.series.html
===================================================================
--- grass/trunk/raster/r.series/r.series.html 2018-01-15 18:57:41 UTC (rev 72080)
+++ grass/trunk/raster/r.series/r.series.html 2018-01-15 19:09:35 UTC (rev 72081)
@@ -117,10 +117,14 @@
specified in the input file.
<p>
-Use the <em>file</em> option to analyze large amount of raster maps
-without hitting open files limit and the size limit of command line
-arguments. The computation is slower than the <em>input</em> option
-method. For every sinlge row in the output map(s) all input maps are
+Use the <b>-z</b> flag to analyze large amounts of raster maps without
+hitting open files limit and the <em>file</em> option to avoid hitting
+the size limit of command line arguments.
+
+<p>
+Note that the computation with the <em>file</em> option is slower
+than with the <em>input</em> option method.
+For every single row in the output map(s) all input maps are
opened and closed. The amount of RAM will rise linear with the number
of specified input maps. The input and file options are mutually
exclusive. Input is a text file with a new line separated list of
More information about the grass-commit
mailing list