wxGUI.vnet.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <!-- meta page description: wxGUI Vector Network Analysis Tool -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <em>Vector Network Analysis Tool</em> 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 is available from GRASS AddOns repository
  8. and needs to be installed to GRASS GIS by command:
  9. <div class="code"><pre>
  10. g.extension -s extension=wx.vnet
  11. </pre></div>
  12. The tool can be launched from Map Display toolbar submenu
  13. of <em>Analyze Map</em> button where is <em>Vector network analysis
  14. (experimental, GSoC 2012)</em> item.
  15. <p>
  16. <em>Vector Network Analysis Tool</em> currently allows to:
  17. <ul>
  18. <li> perform these network analyses:
  19. <ul>
  20. <li> Shortest path
  21. (<em><a href="v.net.path.html">v.net.path</a></em>)</li>
  22. <li> Salesman
  23. (<em><a href="v.net.salesman.html">v.net.salesman</a></em>)</li>
  24. <li> Flow (<em><a href="v.net.flow.html">v.net.flow</a></em>)</li>
  25. <li> Allocate subnets for nearest centers
  26. (<em><a href="v.net.alloc.html">v.net.alloc</a></em>)</li>
  27. <li> Steiner tree for the network and given terminals
  28. (<em><a href="v.net.distance.html">v.net.distance</a></em>)</li>
  29. <li> Splits net by cost isolines
  30. (<em><a href="v.net.iso.html">v.net.iso</a></em>)</li>
  31. </ul>
  32. </li>
  33. <li>show and set all data needed for the analysis (points, attribute
  34. tables, compute costs)</li>
  35. <li>show analysis results (maps and it's attribute tables)</li>
  36. <li>snapping to nodes</li>
  37. <li>browse previous analysis results</li>
  38. </ul>
  39. <h2>NOTES</h2>
  40. The tool is split into tabs. Every tab represents some functionality:
  41. <ul>
  42. <li> <tt>Parameters</tt> tab - It is used for setting vector map and
  43. it's layer on which analysis will be done. Also it is possible to
  44. set columns with cost values from attribute table connected
  45. to particular layer.</li>
  46. <li> <tt>Points</tt> tab - It manages points, which are used for
  47. analysis.</li>
  48. <li> <tt>Output</tt> tab - There is a output console, which shows
  49. information about running analysis. </li>
  50. <li> <tt>Input tables</tt> tab - When existing vector map and it's
  51. existing layers are set in <tt>Parameters</tt> tab, this tab is
  52. dynamically added. It shows attribute tables of node and arc layers,
  53. which were chosen for analysis. It is also possible to compute cost
  54. values in this tab. This can be done by right mouse button click on
  55. column label. Then from pop-up menu choose <tt>Add column</tt>,
  56. where new column for cost values can be created. After that by right
  57. mouse button click on the added column label can be chosen
  58. item <tt>Field calculator</tt>. This tool allows to compute cost
  59. values.</li>
  60. <li> <tt>Result tables</tt> tab - Result of vector network analysis
  61. is always vector map. Some vector network analysis results can also
  62. include attribute tables. If such a table is connected to result
  63. map, this tab is showed and allows to browse these data.</li>
  64. </ul>
  65. <h2>KNOWN ISSUES</h2>
  66. When some change is done in layer tree of Map Display, temporary
  67. vector map representing result of analysis is not rendered
  68. (use <tt>Show result</tt> button in toolbar to render it again).
  69. <h2>SEE ALSO</h2>
  70. <em>
  71. <a href="wxGUI.html">wxGUI</a><br>
  72. <a href="wxGUI.Components.html">wxGUI components</a>
  73. </em>
  74. <p>
  75. See also the
  76. user <a href="http://grass.osgeo.org/wiki/WxGUI_Vector_Network_Analysis_Tool">wiki</a>
  77. page.
  78. <h2>AUTHOR</h2>
  79. Stepan
  80. Turek, <a href="http://grass.osgeo.org/wiki/GRASS_GSoC_2012_WxGUI_front_end_for_vector_analysis_modules">Google
  81. Summer of Code 2012</a> (mentor: Martin Landa)
  82. <p>
  83. <i>$Date$</i>