|
NAMEv.net.connectivity - Computes vertex connectivity between two sets of nodes in the network. KEYWORDSvector, network, connectivity SYNOPSISv.net.connectivity
Flags:
Parameters:
DESCRIPTIONv.net.connectivity computes vertex connectivity between two sets, i.e. the minimum number of vertices whose removal would separate two given sets. NOTESTwo sets (set1 and set2) are specified by respective layer, where and cats parameters. Similarly to v.net.flow module, capacities of nodes can be given by node_column option. v.net.connectivity finds the set of nodes of minimum total capacitiy separating the two given sets and outputs map containing points on the positions of these nodes. Default capacity, which is used when no column is specified, is one. EXAMPLEThe following command finds the minimum number of intersections
separating roads on the left bank from roads on the right bank.
v.net.connectivity input=roads output=roads_conn set1_where="bank=left" \ v.net.connectivity input=airtraffic output=connectivity \ SEE ALSOv.net, v.net.flow, v.net.bridge AUTHORSDaniel Bundala, Google Summer of Code 2009, Student
SOURCE CODEAvailable at: v.net.connectivity source code (history) Latest change: Thursday Jan 26 14:10:26 2023 in commit: cdd84c130cea04b204479e2efdc75c742efc4843 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|