mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
11 lines
750 B
Plaintext
11 lines
750 B
Plaintext
r.carve
|
|
Takes vector stream data, transforms it to raster and subtracts depth from the output DEM.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|raster|Elevation|None|False
|
|
QgsProcessingParameterVectorLayer|vector|Vector layer containing stream(s)|1|None|False
|
|
QgsProcessingParameterNumber|width|Stream width (in meters). Default is raster cell width|QgsProcessingParameterNumber.Double|None|True|None|None
|
|
QgsProcessingParameterNumber|depth|Additional stream depth (in meters)|QgsProcessingParameterNumber.Double|None|True|None|None
|
|
QgsProcessingParameterBoolean|-n|No flat areas allowed in flow direction|False
|
|
QgsProcessingParameterRasterDestination|output|Modified elevation
|
|
QgsProcessingParameterVectorDestination|points|Adjusted stream points
|