mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
14 lines
1.0 KiB
Plaintext
14 lines
1.0 KiB
Plaintext
v.net.components
|
|
Computes strongly and weakly connected components in the network.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFeatureSource|input|Input vector line layer (network)|1|None|False
|
|
QgsProcessingParameterFeatureSource|points|Centers point layer (nodes)|0|None|True
|
|
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|True|0.0|None
|
|
QgsProcessingParameterEnum|method|Type of components|weak;strong|False|0|False
|
|
*QgsProcessingParameterField|arc_column|Arc forward/both direction(s) cost column (number)|None|input|0|False|True
|
|
*QgsProcessingParameterField|arc_backward_column|Arc backward direction cost column (number)|None|input|0|False|True
|
|
*QgsProcessingParameterField|node_column|Node cost column (number)|None|points|0|False|True
|
|
*QgsProcessingParameterBoolean|-a|Add points on nodes|True|True
|
|
QgsProcessingParameterVectorDestination|output|Network_Components_Line
|
|
QgsProcessingParameterVectorDestination|output_point|Network_Components_Point
|