[GRASS-SVN] r62611 - grass-addons/grass7/vector/v.nnstat

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 5 05:12:05 PST 2014


Author: evas
Date: 2014-11-05 05:12:05 -0800 (Wed, 05 Nov 2014)
New Revision: 62611

Modified:
   grass-addons/grass7/vector/v.nnstat/v.nnstat.html
Log:
updated v.nnstat.html

Modified: grass-addons/grass7/vector/v.nnstat/v.nnstat.html
===================================================================
--- grass-addons/grass7/vector/v.nnstat/v.nnstat.html	2014-11-05 05:09:02 UTC (rev 62610)
+++ grass-addons/grass7/vector/v.nnstat/v.nnstat.html	2014-11-05 13:12:05 UTC (rev 62611)
@@ -1,5 +1,71 @@
+<<<<<<< .mine
+<h2>NAME</h2>
+
+<b>v.nnstat</b> - indicates clusters, separations or random distribution of point <b>layer</b> in 2D or 3D space.
+
+<h2>KEYWORDS</h2>
+
+vector, Nearest Neighbour Analysis
+
+<h2>SYNOPSIS</h2>
+
+<b>v.nnstat </br>
+v.nnstat help </br>
+v.nnstat [-2]</b> <b>input</b>=name [<b>A</b>=float] [<b>zcol</b>=string] [<b>layer</b>=string] [--help]
+
+<h2>Flags:</h2>
+
+<p><b>-2</b> </br>
+Force 2D NNA  even if input is 3D</p>
+
+<p><b>--help</b> </br>
+Print usage summary
+
+<h2>Parameters:</h2>
+
+<p><b>input</b>=<i>name</i> <b>[required]</b></br>
+Name of input vector map</p>
+
+<p><b>A</b>=<i>float</i> </br>
+2D: Area. If not specified, area of Minimum Enclosing Rectangle will be used.</br>
+3D: Volume. If not specified, volume of Minimum Enclosing Box will be used.</p>
+
+<p><b>zcol</b>=<i>string</i> </br>
+Column with z coordinate (set for 2D vectors only if 3D NNA is required to be performed)</p>
+
+<p><b>layer</b>=<i>string</i> </br>
+Layer number or name </br>
+Default: 1</p>
+
+
 <h2>DESCRIPTION</h2>
 
+<em>v.nnstat</em> indicates clusters, separations or random distribution of point dataset in 2D or 3D space using Nearest Neighbour Analysis. The method is based on comparison of observed average distance between the nearest neighbours and the distance which would be expected if points in the dataset are distributed randomly. More detailed information about theoretical background is provided in (<a href="https://courses.washington.edu/bio480/Week1-PAPER-Clark_and_Evans1954.pdf">Clark and Evans, 1954</a>), (<a href="http://journals.aps.org/rmp/pdf/10.1103/RevModPhys.15.1">Chandrasekhar, 1943, p. 86-87</a>). Details about the module and testing are summarized in (<a href="http://geoinformatics.fsv.cvut.cz/pdf/geoinformatics-fce-ctu-2013-11.pdf">Stopkova, 2013</a>).
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="v.hull.html">v.hull</a>
+</em>
+
+<h2>REQUIREMENTS</h2>
+<ul>
+<li><b>LAPACK / BLAS</b> (libraries for numerical computing) for
+GMATH library (GRASS Numerical Library)<br>
+<a href="http://www.netlib.org/lapack">http://www.netlib.org/lapack</a> (usually available on Linux distros)
+<li><a href="http://pointclouds.org">Point Cloud Library</a>
+</ul>
+
+<h2>AUTHOR</h2>
+
+Eva Stopkova<br>
+functions for computation of Minimum Bounding Box volume (Minimum Bounding Rectangle area) are based on functions for computing convex hull from the module <i>v.hull</i> (Aime, A., Neteler, M., Ducke, B., Landa, M.)
+
+<p>
+<i>Last changed: $Date$</i>
+=======
+<h2>DESCRIPTION</h2>
+
 TODO
 
 <h2>EXAMPLES</h2>
@@ -21,3 +87,4 @@
 
 <p>
 <i>Last changed: $Date$</i>
+>>>>>>> .r62610



More information about the grass-commit mailing list