[GRASS-SVN] r73156 - grass-addons/grass7/vector/v.rast.bufferstats
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 24 00:56:20 PDT 2018
Author: sbl
Date: 2018-08-24 00:56:20 -0700 (Fri, 24 Aug 2018)
New Revision: 73156
Modified:
grass-addons/grass7/vector/v.rast.bufferstats/v.rast.bufferstats.html
Log:
v.rast.bufferstats: update manual
Modified: grass-addons/grass7/vector/v.rast.bufferstats/v.rast.bufferstats.html
===================================================================
--- grass-addons/grass7/vector/v.rast.bufferstats/v.rast.bufferstats.html 2018-08-24 07:55:55 UTC (rev 73155)
+++ grass-addons/grass7/vector/v.rast.bufferstats/v.rast.bufferstats.html 2018-08-24 07:56:20 UTC (rev 73156)
@@ -45,6 +45,18 @@
For a larger number of geometries in the vector map, it can be therefore more appropriate to
compute neighborhood statistics with <em>r.neighbors</em> and to extract (<em>v.what.rast</em>,
<em>r.what</em>) or aggregate (<em>v.rast.stats</em>) from those maps with neighborhood statistics.</p>
+
+<p>
+The module is affected by the following underlying library issues:
+
+Lines are wrongly reported for points maps:
+https://trac.osgeo.org/grass/ticket/3549
+To circumvent the issue, specify the type of geometry to process in the module call using the <em>type</em> option.
+
+Currently, the module uses GRASS native buffering which should be replaced by buffering using GEOS:
+https://trac.osgeo.org/grass/ticket/3628
+</p>
+
</div>
<div id="seealso">
More information about the grass-commit
mailing list