WxGUI Vector Network Analysis Tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(Say where to find the tool)
(merged in screenshots from Vector network analysis)
Line 8: Line 8:
[[Image:wxgui-vnet-testing.png|center|800px|thumb|Launch 'Vector network analysis' tool from Map Display Window toolbar]]
[[Image:wxgui-vnet-testing.png|center|800px|thumb|Launch 'Vector network analysis' tool from Map Display Window toolbar]]


[[Image:wxgui-vnet-alloc.png|center|800px|thumb|Subsets for nearest centers (v.net.alloc)]]
[[Image:wxgui-vnet-alloc.png|center|800px|thumb|Subsets for nearest centers ({{cmd|v.net.alloc}})]]
 
[[Image:Grass7_vector_network_tool_salesman.png|center|800px|thumb|Travelling salesman ({{cmd|v.net.salesman}})]]
 
[[Image:Grass7_vector_network_tool_alloc.png|center|800px|thumb|Subsets for nearest centers ({{cmd|v.net.alloc}})]]
 
[[Image:wxgui-vnet-alloc.png|center|800px|thumb|Subsets for nearest centers ({{cmd|v.net.alloc}})]]


== Video tutorial ==
== Video tutorial ==

Revision as of 22:11, 23 April 2016

Note: This wxGUI extension is available only in GRASS GIS 7:

 Menu > Vector > Network Analysis > Vector Network Analysis Tool

This tool has been developed within Google Summer of Code 2012, see related wiki page for details.

Launch 'Vector network analysis' tool from Map Display Window toolbar
Subsets for nearest centers (v.net.alloc)
Travelling salesman (v.net.salesman)
Subsets for nearest centers (v.net.alloc)
Subsets for nearest centers (v.net.alloc)

Video tutorial

The tutorial is based on example at v.net.path manual page.

If you want to follow the tutorial on your computer download SPEARFISH data set and copy directory spearfish60 into your GIS Data Directory. When launching GRASS choose location spearfish60 and mapset user1.

Before you start work with Vector Network Analysis Tool you have to apply these commands in order to be able to follow tutorial video:

v.category in=roads out=myroads opt=add cat=1 layer=3 type=line

v.db.addtable myroads layer=3 col="cat integer,label varchar(43)"
 
v.to.db myroads layer=3 qlayer=1 opt=query qcolumn=label columns=label

Now you have created same myroads vector map as is used in the video tutorial.