mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
* v.net.arcs for v.net 'arcs' operation. * v.net.articulation for v.net.brdige 'articulation' method. * v.net.connect for v.net 'connect' operation. * v.net.nodes for v.net 'nodes' operation. * v.net.nreport for v.net 'nreport' operation. * v.net.report for v.net 'report operation. * Some code simplification.
9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
v.net.bridge
|
|
Computes bridges in the network.
|
|
Vector (v.*)
|
|
ParameterVector|input|Input vector line layer (network)|1|False
|
|
Hardcoded|method=bridge
|
|
*ParameterTableField|arc_column|Arc forward/both direction(s) cost column (name)|input|0|True
|
|
*ParameterTableField|arc_backward_column|Arc backward direction cost column (name)|input|0|True
|
|
OutputVector|output|Bridge
|