wxGUI.vnet.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!-- meta page description: wxGUI Vector Network Analysis Tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <b>Vector Network Analysis Tool</b> is graphical front-end
  5. for <tt>v.net*</tt> modules. It allows perform network analysis
  6. directly in <em><a href="wxGUI.html">wxGUI</a></em> without need to
  7. use command line. The tool can be launched from Layer Manager
  8. menu <i>Vector &rarr; Network analysis &rarr; Vector network analysis
  9. tool</i> or from Map Display toolbar <i>Analyse map &rarr; Vector
  10. network analysis tool</i> <img src="icons/vector-tools.png" alt="icon">.
  11. <p>
  12. <center>
  13. <img src="wxGUI_vnet.jpg" border="1" alt="Vector Network Analysis Tool">
  14. <br>
  15. Subsets for nearest centers (<em><a href="v.net.alloc.html">v.net.alloc</a></em>)
  16. </center>
  17. <p>
  18. <em>Vector Network Analysis Tool</em> currently allows you to:
  19. <ul>
  20. <li> perform these network analyses:
  21. <ul>
  22. <li> Shortest path
  23. (<em><a href="v.net.path.html">v.net.path</a></em>)</li>
  24. <li> Salesman
  25. (<em><a href="v.net.salesman.html">v.net.salesman</a></em>)</li>
  26. <li> Flow (<em><a href="v.net.flow.html">v.net.flow</a></em>)</li>
  27. <li> Allocate subnets for nearest centers
  28. (<em><a href="v.net.alloc.html">v.net.alloc</a></em>)</li>
  29. <li> Steiner tree for the network and given terminals
  30. (<em><a href="v.net.distance.html">v.net.distance</a></em>)</li>
  31. <li> Splits net by cost isolines
  32. (<em><a href="v.net.iso.html">v.net.iso</a></em>)</li>
  33. </ul>
  34. </li>
  35. <li>show and set all data needed for the analysis (points, attribute
  36. tables, compute costs)</li>
  37. <li>show analysis results (maps and it's attribute tables)</li>
  38. <li>snapping to nodes</li>
  39. <li>browse previous analysis results</li>
  40. </ul>
  41. <h2>NOTES</h2>
  42. The tool is split into tabs. Every tab represents some functionality:
  43. <dl>
  44. <dt><b>Parameters</b> tab</dt>
  45. <dd>It is used for setting vector map and
  46. it's layer on which analysis will be done. Also it is possible to
  47. set columns with cost values from attribute table connected
  48. to particular layer.</dd>
  49. <dt><b>Points</b> tab</dt>
  50. <dd>It manages points, which are used for analysis.</dd>
  51. <dt><b>Output</b> tab</dt>
  52. <dd>There is a output console, which shows information about running
  53. analysis.</dd>
  54. <dt><b>Input tables</b> tab</dt>
  55. <dd>When existing vector map and it's existing layers are set
  56. in <em>Parameters</em> tab, this tab is dynamically added. It shows
  57. attribute tables of node and arc layers, which were chosen for
  58. analysis. It is also possible to compute cost values in this
  59. tab. This can be done by right mouse button click on column
  60. label. Then from pop-up menu choose <em>Add column</em>, where new
  61. column for cost values can be created. After that by right mouse
  62. button click on the added column label can be chosen item <em>Field
  63. calculator</em>. This tool computes cost values.</dd>
  64. <dt><b>Result tables</b> tab</dt>
  65. <dd>The result of vector network analysis is always a vector map. Some
  66. vector network analysis results can also include attribute
  67. tables. If such a table is connected to the result map, this tab is
  68. shown and with it you can browse the data.</dd>
  69. </dl>
  70. <h2>KNOWN ISSUES</h2>
  71. When some change is done in layer tree of Map Display, temporary
  72. vector map representing result of analysis is not rendered
  73. (use <em>Show result</em> button in toolbar to render it again).
  74. <h2>SEE ALSO</h2>
  75. <em>
  76. <a href="wxGUI.html">wxGUI</a><br>
  77. <a href="wxGUI.components.html">wxGUI components</a>
  78. </em>
  79. <p>
  80. See list of <a href="topic_network.html">vector network modules</a>.
  81. <p>
  82. See also the
  83. user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Vector_Network_Analysis_Tool">wiki</a>
  84. page including <a href="http://grasswiki.osgeo.org/wiki/WxGUI Vector Network Analysis Tool#Video tutorial">video tutorial</a>.
  85. <h2>AUTHOR</h2>
  86. Stepan
  87. Turek, <a href="http://grasswiki.osgeo.org/wiki/GRASS_GSoC_2012_WxGUI_front_end_for_vector_analysis_modules">Google
  88. Summer of Code 2012</a> (mentor: Martin Landa)
  89. <p>
  90. <i>$Date$</i>