Browse Source

v.net.steiner: add a warning on high memory demand for computation. Related to https://trac.osgeo.org/grass/ticket/1761

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68003 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maris Nartiss 9 years ago
parent
commit
b1b8c85ee7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      vector/v.net.steiner/v.net.steiner.html

+ 5 - 0
vector/v.net.steiner/v.net.steiner.html

@@ -21,6 +21,11 @@ For areas, costs will be calculated along boundary lines.
 <p>Points representing nodes must be exactly on network nodes, and the 
 input vector map needs to be prepared with <em>v.net operation=connect</em>.
 
+<h2>NOTES</h2>
+
+<p>Current implementation of obtaining Steiner tree is not memory efficient.
+An attempt to run module on a network with large number of intersections thus
+might result in failure to allocate memory or out of memory condition.</p>
 
 <h2>EXAMPLE</h2>