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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 6 01:05:26 PST 2014


Author: martinl
Date: 2014-11-06 01:05:25 -0800 (Thu, 06 Nov 2014)
New Revision: 62634

Modified:
   grass-addons/grass7/vector/v.nnstat/v.nnstat.html
Log:
v.nnstat: do not include header and footer to the manual, it's generated automatically by g.extension


Modified: grass-addons/grass7/vector/v.nnstat/v.nnstat.html
===================================================================
--- grass-addons/grass7/vector/v.nnstat/v.nnstat.html	2014-11-06 08:20:52 UTC (rev 62633)
+++ grass-addons/grass7/vector/v.nnstat/v.nnstat.html	2014-11-06 09:05:25 UTC (rev 62634)
@@ -1,62 +1,19 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>GRASS GIS manual: v.nnstat</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" href="grassdocs.css" type="text/css">
-</head>
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
-
-<h2>NAME</h2>
-<em><b>v.nnstat</b></em>  - Indicates clusters, separations or random distribution of point set in 2D or 3D space.
-<h2>KEYWORDS</h2>
-vector, nearest neighbour analysis
-<h2>SYNOPSIS</h2>
-<div id="name"><b>v.nnstat</b><br></div>
-<b>v.nnstat help</b><br>
-<div id="synopsis"><b>v.nnstat</b> [-<b>2</b>] <b>input</b>=<em>name</em>  [<b>area</b>=<em>float</em>]   [<b>layer</b>=<em>string</em>]   [<b>zcolumn</b>=<em>name</em>]   [--<b>help</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 
-</div>
-
-<div id="flags">
-<h3>Flags:</h3>
-<dl>
-<dt><b>-2</b></dt>
-<dd>Force 2D NNA  even if input is 3D</dd>
-
-<dt><b>--help</b></dt>
-<dd>Print usage summary</dd>
-<dt><b>--verbose</b></dt>
-<dd>Verbose module output</dd>
-<dt><b>--quiet</b></dt>
-<dd>Quiet module output</dd>
-</dl>
-</div>
-
-<div id="parameters">
-<h3>Parameters:</h3>
-<dl>
-<dt><b>input</b>=<em>name</em> <b>[required]</b></dt>
-<dd>Name of input vector map</dd>
-<dd>Or data source for direct OGR access</dd>
-
-<dt><b>area</b>=<em>float</em></dt>
-<dd>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.</dd>
-
-<dt><b>layer</b>=<em>string</em></dt>
-<dd>Layer number or name</dd>
-<dd>Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.</dd>
-<dd>Default: <em>1</em></dd>
-
-<dt><b>zcolumn</b>=<em>name</em></dt>
-<dd>Column with z coordinate (set for 2D vectors only if 3D NNA is required to be performed)</dd>
-
-</dl>
-</div>
 <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>).
+<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>
 
@@ -74,14 +31,10 @@
 
 <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.)
+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>
-</p>
-<hr>
-<p><a href="index.html">Main index</a> | <a href="vector.html">Vector index</a> | <a href="topics.html">Topics index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full index</a></p>
-<p>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>



More information about the grass-commit mailing list