浏览代码

rasterintro manual: mention various raster stats modules

Markus Neteler 4 年之前
父节点
当前提交
6870959470
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      raster/rasterintro.html

+ 14 - 0
raster/rasterintro.html

@@ -201,6 +201,20 @@ Univariate statistics (<a href="r.univar.html">r.univar</a>) and
 reports are also available (<a href="r.report.html">r.report</a>,<a
 reports are also available (<a href="r.report.html">r.report</a>,<a
 href="r.stats.html">r.stats</a>, <a href="r.volume.html">r.volume</a>).
 href="r.stats.html">r.stats</a>, <a href="r.volume.html">r.volume</a>).
 
 
+Since <a href="r.univar.html">r.univar</a> may be slow for extented
+statistics these can be calculated using
+<a href="r.stats.quantile.html">r.stats.quantile</a>. Without a zones input
+raster, the <a href="r.quantile.html">r.quantile</a> module will be significantly
+more efficient for calculating percentiles with large maps. For calculating
+univariate statistics from a raster map based on vector polygon map and
+upload statistics to new attribute columns, see
+<a href="v.rast.stats.html">v.rast.stats</a>. Category or object
+oriented statistics can be computed with <a href="r.statistics.html">r.statistics</a>.
+For floating-point cover map support for this, see the alternative
+<a href="r.stats.zonal.html">r.stats.zonal</a>. For quantile calculations
+with support for floating-point cover maps, see the alternative
+<a href="r.stats.quantile.html">r.stats.quantile</a>.
+
 <h3>Raster map algebra and aggregation</h3>
 <h3>Raster map algebra and aggregation</h3>
 
 
 The <a href="r.mapcalc.html">r.mapcalc</a> command provides raster map
 The <a href="r.mapcalc.html">r.mapcalc</a> command provides raster map