Disaggregate Network¶
Summary¶
Disaggregate polygonal features based using corresponding polylines.
Tags:vector, DGO, disaggregation, model, regional, network
Usage¶
Disaggregate polygonal features using corresponding polylines. For better result, the polylines should be smoothed centerlines of the polygonal features. Both polygonal and polylines features should have a common FID field to associate each polygon to his corresponding polyline.
Parameters¶
| Parameter | Description | Type |
|---|---|---|
Polyline network
NETWORK
|
QgsProcessingParameterFeatureSource | |
Network Axis FID field
AXIS_FID
|
Default value: AXIS_FID
|
QgsProcessingParameterField |
Polygons to disaggregate
POLYGON
|
QgsProcessingParameterFeatureSource | |
Polygons Axis FID field
POLY_AXIS_FID
|
Default value: AXIS_FID
|
QgsProcessingParameterField |
Disaggregation distance
STEP
|
Default value: 250
|
QgsProcessingParameterNumber |
Disaggregated polygons
DISAGGREGATED
|
QgsProcessingParameterFeatureSink |
See Also¶
-
ValleyCenterLine