Explorar el Código

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 hace 9 años
padre
commit
b1b8c85ee7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>