Fix Network Cycles¶
Summary¶
Find cycles (ie. loops) in the directed hydrographic network, and try to apply an automatic fix to remove those cycles.
Tags:hydrography
, graph
, cycle
, preprocessing
Usage¶
No Description Yet.
Parameters¶
Parameter | Description | Type |
---|---|---|
Stream network (polylines)
INPUT
|
QgsProcessingParameterFeatureSource | |
From Node Field
FROM_NODE_FIELD
|
Default value: NODEA
|
QgsProcessingParameterField |
To Node Field
TO_NODE_FIELD
|
Default value: NODEB
|
QgsProcessingParameterField |
Fixed Cycles
OUTPUT
|
QgsProcessingParameterFeatureSink |