|
NAMEv.net.spanningtree - Computes minimum spanning tree for the network. KEYWORDSvector, network, spanning tree SYNOPSISv.net.spanningtree
Flags:Parameters:
DESCRIPTIONv.net.spanningtree finds the minimum spanning tree in a network. NOTESA spanning tree is a minimum cost subnetwork connecting all nodes in an undirected network (same forward and backward costs). If a network is disconnected then the module computes the minimum spanning tree for each (weakly) connected component. So, strictly speaking, v.net.spanningtree does not compute spanning tree but a spanning forest. As the name suggests, a spanning tree is a tree. That is, it contains no cycles and if a component has N nodes then the tree has N-1 edges connecting all nodes. Accol is used to specify the costs of the edges. The output consists of the edges in the spanning tree. EXAMPLESFind cheapest set of pipelines connecting all nodes.
v.net.spanningtree input=projected_pipelines output=spanningtree accol=cost SEE ALSOv.net, v.net.steiner AUTHORSDaniel Bundala, Google Summer of Code 2009, Student
SOURCE CODEAvailable at: v.net.spanningtree source code (history) Latest change: Sunday Apr 28 22:56:11 2024 in commit: b2992f7396c8b8bf8f2d041318b1248c234c5ab3 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|