[GRASS-SVN] r54825 - grass/trunk/temporal/t.rast.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 31 06:43:33 PST 2013
Author: huhabla
Date: 2013-01-31 06:43:32 -0800 (Thu, 31 Jan 2013)
New Revision: 54825
Modified:
grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.html
Log:
Typo fix
Modified: grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.html
===================================================================
--- grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.html 2013-01-31 14:31:33 UTC (rev 54824)
+++ grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.html 2013-01-31 14:43:32 UTC (rev 54825)
@@ -23,8 +23,8 @@
<em>nprocs</em> specifies the number of processes that can be started in parallel.
<p>
A mapcalc expression must be provided to process the temporal
-sampled maps. Temporal operators are available in addition to
-the <em>r.mapcalc</em> operators:
+sampled maps. Temporal functions are available in addition to
+the <em>r.mapcalc</em> spatial operators and functions:
<p>
Supported functions for relative and absolute time:
<ul>
@@ -113,6 +113,9 @@
r.mapcalc expr="c_6 = if(8 == 5 || 8 == 6, (a8 + b8), (a8 * b8))"
</pre></div>
<p>
+
+<h2>EXAMPLE</h2>
+
Here the full script to reproduce the example:
<p>
<div class="code"><pre>
More information about the grass-commit
mailing list