[GRASS-SVN] r49137 - grass/branches/releasebranch_6_4/vector/v.net.connectivity

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 8 05:06:56 EST 2011


Author: neteler
Date: 2011-11-08 02:06:56 -0800 (Tue, 08 Nov 2011)
New Revision: 49137

Modified:
   grass/branches/releasebranch_6_4/vector/v.net.connectivity/description.html
Log:
html cosmetics

Modified: grass/branches/releasebranch_6_4/vector/v.net.connectivity/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.net.connectivity/description.html	2011-11-08 10:00:22 UTC (rev 49136)
+++ grass/branches/releasebranch_6_4/vector/v.net.connectivity/description.html	2011-11-08 10:06:56 UTC (rev 49137)
@@ -1,12 +1,21 @@
 <h2>DESCRIPTION</h2>
 
-<em>v.net.connectivity</em> computes vertex connectivity between two sets. i.e., minimum number of vertices whose removal would separate two given sets. 
+<em>v.net.connectivity</em> computes vertex connectivity between two sets,
+ i.e. the minimum number of vertices whose removal would separate two 
+ given sets. 
 
 <h2>NOTES</h2>
-Two sets (<em>set1</em> and <em>set2</em>) are specified by respective <b>layer</b>, <b>where</b> and <b>cats</b> parameters. Similarly to <a href="v.net.flow.html">v.net.flow</a> module, capacities of nodes can be given by <b>ncolumn</b> option. Module finds the set of nodes of minimum total capacitiy separating the two given sets and outputs map containing points on the positions of these nodes. Default capacity, which is used when no column is specified, is one.
+Two sets (<em>set1</em> and <em>set2</em>) are specified by respective
+<b>layer</b>, <b>where</b> and <b>cats</b> parameters. Similarly to
+<a href="v.net.flow.html">v.net.flow</a> module, capacities of nodes can
+be given by <b>ncolumn</b> option. <em>v.net.connectivity</em> finds the
+set of nodes of minimum total capacitiy separating the two given sets and
+outputs map containing points on the positions of these nodes. Default
+capacity, which is used when no column is specified, is one.
 
 <h2>EXAMPLES</h2>
-The following command finds the minimum number of intersection separating roads on the left bank from roads on the right bank. 
+The following command finds the minimum number of intersections separating
+roads on the left bank from roads on the right bank. 
 <div class="code"><pre>
 v.net.connectivity input=roads output=roads_conn set1_where="bank=left" set2_where="bank=right"
 </pre></div>



More information about the grass-commit mailing list