[GRASS-SVN] r70942 - grass/trunk/vector/v.kernel

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 23 20:25:59 PDT 2017


Author: annakrat
Date: 2017-04-23 20:25:59 -0700 (Sun, 23 Apr 2017)
New Revision: 70942

Added:
   grass/trunk/vector/v.kernel/v_kernel.png
Modified:
   grass/trunk/vector/v.kernel/v.kernel.html
Log:
v.kernel: add example with picture

Modified: grass/trunk/vector/v.kernel/v.kernel.html
===================================================================
--- grass/trunk/vector/v.kernel/v.kernel.html	2017-04-24 02:42:16 UTC (rev 70941)
+++ grass/trunk/vector/v.kernel/v.kernel.html	2017-04-24 03:25:59 UTC (rev 70942)
@@ -28,7 +28,21 @@
 as maximum value. The radius is calculated based on the gaussian function, 
 using ALL points, not just those in the current region.
 
-<h2>LIMITATIONS</h2>
+
+<h2>EXAMPLES</h2>
+Compute density of points (using vector map of schools from North Carolina sample dataset):
+<div class="code"><pre>
+g.region region=wake_30m
+v.kernel input=schools_wake output=schools_density radius=5000 multiplier=1000000
+r.colors map=schools_density color=bcyr
+</pre></div>
+
+<center>
+<img src="v_kernel.png" alt="Density of schools" border=0><br>
+School density
+</center>
+
+<h2>KNOWN ISSUES</h2>
 The module only considers the presence of points, but not 
 (yet) any attribute values.
 

Added: grass/trunk/vector/v.kernel/v_kernel.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/vector/v.kernel/v_kernel.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the grass-commit mailing list