[GRASS-SVN] r62218 - in grass/branches/releasebranch_7_0/raster: r.quantile r.series r.series.accumulate r.stats.quantile r.stats.zonal
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 8 12:56:35 PDT 2014
Author: neteler
Date: 2014-10-08 12:56:35 -0700 (Wed, 08 Oct 2014)
New Revision: 62218
Modified:
grass/branches/releasebranch_7_0/raster/r.quantile/r.quantile.html
grass/branches/releasebranch_7_0/raster/r.series.accumulate/r.series.accumulate.html
grass/branches/releasebranch_7_0/raster/r.series/r.series.html
grass/branches/releasebranch_7_0/raster/r.stats.quantile/r.stats.quantile.html
grass/branches/releasebranch_7_0/raster/r.stats.zonal/r.stats.zonal.html
Log:
manual: more crosslinks added
Modified: grass/branches/releasebranch_7_0/raster/r.quantile/r.quantile.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.quantile/r.quantile.html 2014-10-08 19:55:23 UTC (rev 62217)
+++ grass/branches/releasebranch_7_0/raster/r.quantile/r.quantile.html 2014-10-08 19:56:35 UTC (rev 62218)
@@ -23,7 +23,16 @@
<h2>SEE ALSO</h2>
<em>
-<a href="r.quant.html">r.quant</a>
+<a href="r.mode.html">r.mode</a>,
+<a href="r.quant.html">r.quant</a>,
+<a href="r.quantile.html">r.quantile</a>,
+<a href="r.series.html">r.series</a>,
+<a href="r.stats.html">r.stats</a>,
+<a href="r.stats.quantile.html">r.stats.quantile</a>,
+<a href="r.stats.zonal.html">r.stats.zonal</a>,
+<a href="r.statistics.html">r.statistics</a>,
+<a href="r.univar.html">r.univar</a>,
+<a href="v.rast.stats.html">v.rast.stats</a>
</em>
Modified: grass/branches/releasebranch_7_0/raster/r.series/r.series.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.series/r.series.html 2014-10-08 19:55:23 UTC (rev 62217)
+++ grass/branches/releasebranch_7_0/raster/r.series/r.series.html 2014-10-08 19:56:35 UTC (rev 62218)
@@ -201,7 +201,10 @@
<em>
<a href="g.list.html">g.list</a>,
<a href="g.region.html">g.region</a>,
-<a href="r.series.accumulate.html">r.series.accumulate</a>
+<a href="r.quantile.html">r.quantile</a>,
+<a href="r.series.accumulate.html">r.series.accumulate</a>,
+<a href="r.series.interp.html">r.series.interp</a>,
+<a href="r.univar.html">r.univar</a>
</em>
<p>
<a href="http://grasswiki.osgeo.org/wiki/Large_raster_data_processing">Hints for large raster data processing</a>
Modified: grass/branches/releasebranch_7_0/raster/r.series.accumulate/r.series.accumulate.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.series.accumulate/r.series.accumulate.html 2014-10-08 19:55:23 UTC (rev 62217)
+++ grass/branches/releasebranch_7_0/raster/r.series.accumulate/r.series.accumulate.html 2014-10-08 19:56:35 UTC (rev 62218)
@@ -1,7 +1,9 @@
<h2>DESCRIPTION</h2>
-<em>r.series.accumulate</em> calculates (accumulated) raster value using growing degree days (GDDs)/Winkler indices's,
-Biologically Effective Degree Days (BEDD), Huglin heliothermal indices or an average approach from several input maps.
+<em>r.series.accumulate</em> calculates (accumulated) raster value
+using growing degree days (GDDs)/Winkler indices's, Biologically
+Effective Degree Days (BEDD), Huglin heliothermal indices or an average
+approach from several input maps.
<p>
The flag <b>-a</b> determines the average computation of the input raster maps.
In case the flag is not set, the average calculation is:
@@ -18,8 +20,8 @@
gdd = average - lower
</pre></div>
<p>
-In case the <b>-a</b> is set, the Winkler indices are calculated instead of GDD,
-usually accumulated for the period April 1<sup>st</sup> to October
+In case the <b>-a</b> is set, the Winkler indices are calculated instead
+of GDD, usually accumulated for the period April 1<sup>st</sup> to October
31<sup>st</sup> (northern hemisphere) or the period October
1<sup>st</sup> to April 30<sup>th</sup>
(southern hemisphere).
@@ -49,12 +51,13 @@
The <em>min</em>, <em>max</em> and <em>average</em> values
are automatically calculated from the input maps.
<p>
-The <em>shift</em> and <em>scale</em> values are applied directly to the
-input values. The <em>lower</em> and <em>upper</em> maps, as well as the <em>range</em>
-options are applied to constrain the accumulation. In case the <em>lower</em> and <em>upper</em>
-maps are not provided the <em>limits</em> option with default values will be applied.
+The <em>shift</em> and <em>scale</em> values are applied directly to
+the input values. The <em>lower</em> and <em>upper</em> maps, as well
+as the <em>range</em> options are applied to constrain the
+accumulation. In case the <em>lower</em> and <em>upper</em> maps are
+not provided the <em>limits</em> option with default values will be
+applied.
<p>
-
If an existing map is provided with the <em>basemap</em> option, the
values of this map are added to the output.
@@ -126,7 +129,8 @@
<em>
<a href="g.list.html">g.list</a>,
<a href="g.region.html">g.region</a>,
-<a href="r.series.html">r.series</a>
+<a href="r.series.html">r.series</a>,
+<a href="r.series.interp.html">r.series.interp</a>
</em>
<p>
<a href="http://grasswiki.osgeo.org/wiki/Large_raster_data_processing">Hints for large raster data processing</a>
Modified: grass/branches/releasebranch_7_0/raster/r.stats.quantile/r.stats.quantile.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stats.quantile/r.stats.quantile.html 2014-10-08 19:55:23 UTC (rev 62217)
+++ grass/branches/releasebranch_7_0/raster/r.stats.quantile/r.stats.quantile.html 2014-10-08 19:56:35 UTC (rev 62218)
@@ -3,14 +3,15 @@
<em>r.stats.quantile</em> is intended to be a partial replacement for
<em><a href="r.statistics.html">r.statistics</a></em>, with support
for floating-point cover maps. It provides quantile calculations,
-which are absent
-from <em><a href="r.stats.zonal.html">r.stats.zonal</a></em>.
+which are absent from
+<em><a href="r.stats.zonal.html">r.stats.zonal</a></em>.
<h2>SEE ALSO</h2>
<em>
-<a href="r.statistics.html">r.statistics</a>,
-<a href="r.stats.zonal.html">r.stats.zonal</a>
+<a href="r.quantile.html">r.quantile</a>,
+<a href="r.stats.zonal.html">r.stats.zonal</a>,
+<a href="r.statistics.html">r.statistics</a>
</em>
Modified: grass/branches/releasebranch_7_0/raster/r.stats.zonal/r.stats.zonal.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stats.zonal/r.stats.zonal.html 2014-10-08 19:55:23 UTC (rev 62217)
+++ grass/branches/releasebranch_7_0/raster/r.stats.zonal/r.stats.zonal.html 2014-10-08 19:56:35 UTC (rev 62218)
@@ -6,6 +6,8 @@
<h2>SEE ALSO</h2>
<em>
+<a href="r.quantile.html">r.quantile</a>,
+<a href="r.stats.quantile.html">r.stats.quantile</a>,
<a href="r.statistics.html">r.statistics</a>
</em>
More information about the grass-commit
mailing list