mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
14 lines
870 B
Plaintext
14 lines
870 B
Plaintext
|
v.net.allpairs
|
||
|
Computes the shortest path between all pairs of nodes in the network
|
||
|
Vector (v.*)
|
||
|
ParameterVector|input|Input vector line layer (arcs)|1|False
|
||
|
ParameterVector|points|Centers point layer (nodes)|0|False
|
||
|
ParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|0.0|None|50.0|False
|
||
|
*ParameterString|cats|Category values|1-10000|False|False
|
||
|
*ParameterString|where|WHERE condition of SQL statement without 'where' keyword'||True|False
|
||
|
*ParameterTableField|arc_column|Arc forward/both direction(s) cost column (number)|input|0|True
|
||
|
*ParameterTableField|arc_backward_column|Arc backward direction cost column (number)|input|0|True
|
||
|
*ParameterTableField|node_column|Node cost column (number)|points|0|True
|
||
|
*ParameterBoolean|-g|Use geodesic calculation for longitude-latitude locations|False|True
|
||
|
OutputVector|output|Network_Allpairs
|