You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.allpairs.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Vector (v.*)
4
4
QgsProcessingParameterVectorLayer|input|Input vector line layer (arcs)|1|None|False
5
5
QgsProcessingParameterVectorLayer|points|Centers point layer (nodes)|0|None|False
6
6
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|True|0.0|None
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.centrality.txt
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ Computes degree, centrality, betweeness, closeness and eigenvector centrality me
3
3
Vector (v.*)
4
4
QgsProcessingParameterVectorLayer|input|Input vector line layer (network)|1|None|False
5
5
QgsProcessingParameterVectorLayer|points|Centers point layer (nodes)|0|None|False
6
+
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
6
7
QgsProcessingParameterString|degree|Name of output degree centrality column|degree|False|True
7
8
QgsProcessingParameterString|closeness|Name of output closeness centrality column|closeness|False|True
8
9
QgsProcessingParameterString|betweenness|Name of output betweenness centrality column|None|False|True
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.components.txt
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ Computes strongly and weakly connected components in the network.
3
3
Vector (v.*)
4
4
QgsProcessingParameterVectorLayer|input|Input vector line layer (network)|1|None|False
5
5
QgsProcessingParameterVectorLayer|points|Centers point layer (nodes)|0|None|True
6
+
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|True|0.0|None
6
7
QgsProcessingParameterEnum|method|Type of components|weak;strong|False|0|False
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.distance.txt
+3-4
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@ v.net.distance
2
2
Computes shortest distance via the network between the given sets of features.
3
3
Vector (v.*)
4
4
QgsProcessingParameterVectorLayer|input|Input vector line layer (network)|1|None|False
5
-
QgsProcessingParameterVectorLayer|points|Centers point layer (nodes)|0|None|True
6
-
QgsProcessingParameterVectorLayer|from_layer|Input vector from points layer (from)|0|None|True
7
-
QgsProcessingParameterVectorLayer|to_layer|Input vector to points layer (to)|0|None|True
5
+
QgsProcessingParameterVectorLayer|flayer|Input vector from points layer (from)|0|None|False
6
+
QgsProcessingParameterVectorLayer|tlayer|Input vector to layer (to)|-1|None|False
8
7
QgsProcessingParameterNumber|threshold|Threshold for connecting nodes to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.path.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ QgsProcessingParameterVectorLayer|turn_layer|Layer with turntable (with -t optio
7
7
QgsProcessingParameterVectorLayer|turn_cat_layer|Layer with unique categories used in turntable (with -t option)|0|None|True
8
8
QgsProcessingParameterFile|file|Name of file containing start and end points|False|txt|None|False
9
9
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
Copy file name to clipboardExpand all lines: python/plugins/processing/algs/grass7/description/v.net.spanningtree.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ v.net.spanningtree
2
2
Computes minimum spanning tree for the network.
3
3
Vector (v.*)
4
4
QgsProcessingParameterVectorLayer|input|Input vector line layer (arcs)|1|None|False
5
-
QgsProcessingParameterVectorLayer|points|Input point layer (nodes)|0|None|False
6
-
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
5
+
QgsProcessingParameterVectorLayer|points|Input point layer (nodes)|0|None|True
6
+
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|True|0.0|None
QgsProcessingParameterVectorLayer|input|Input vector line layer (arcs)|1|None|True
5
+
QgsProcessingParameterVectorLayer|points|Input vector point layer (nodes)|0|None|True
6
+
QgsProcessingParameterVectorLayer|turn_layer|Layer with turntable|0|None|True
7
+
QgsProcessingParameterVectorLayer|turn_cat_layer|Layer with unique categories used in turntable|0|None|True
8
+
QgsProcessingParameterFile|file|Name of input arcs file|False|txt|None|True
9
+
QgsProcessingParameterEnum|operation|Operation to be performed|nodes;connect;arcs;turntable|False|0|False
10
+
QgsProcessingParameterNumber|threshold|Threshold for connecting centers to the network (in map unit)|QgsProcessingParameterNumber.Double|50.0|False|0.0|None
0 commit comments