Changeset 72081


Ignore:
Timestamp:
Jan 15, 2018, 11:09:35 AM (7 years ago)
Author:
neteler
Message:

r.series manual: fix -z and file option descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/raster/r.series/r.series.html

    r67703 r72081  
    118118
    119119<p>
    120 Use the <em>file</em> option to analyze large amount of raster maps
    121 without hitting open files limit and the size limit of command line
    122 arguments. The computation is slower than the <em>input</em> option
    123 method. For every sinlge row in the output map(s) all input maps are
     120Use the <b>-z</b> flag to analyze large amounts of raster maps without
     121hitting open files limit and the <em>file</em> option to avoid hitting
     122the size limit of command line arguments.
     123
     124<p>
     125Note that the computation with the <em>file</em> option is slower
     126than with the <em>input</em> option method.
     127For every single row in the output map(s) all input maps are
    124128opened and closed. The amount of RAM will rise linear with the number
    125129of specified input maps. The input and file options are mutually
Note: See TracChangeset for help on using the changeset viewer.