Experimental
Extracts network nodes from line features and computes node degree and node type.
vector network topology
| Name | Description | Required | Default |
|---|---|---|---|
input | Input line network layer. | Required | network.shp |
snap_tolerance | Optional node snapping tolerance for graph construction. | Optional | 0.0 |
output | Output point vector path. | Required | — |
Creates a node point layer with network degree attributes.
wbe.network_node_degree(input='network.shp', output='network_nodes.shp', snap_tolerance=0.0)