QGIS Algorithm provided by SAGA Next Gen Riverbasin (sagang:riverbasin). —————- Arguments —————- INPUT: DTM Argument type: raster Acceptable values: - Path to a raster layer INPUT2: HGGrid Argument type: raster Acceptable values: - Path to a raster layer INPUT3: statisches Entnahmeraster (optional) Argument type: raster Acceptable values: - Path to a raster layer WCons: Anteilige Flaechenwasserentnahme Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression WCons2: Dynamische Flaechenwassernutzung... Default value: 0 Argument type: enum Available values: - 0: (0) ...anteilig aus den Flussrasterzellen - 1: (1) ...anteilig aus Rasterzellen der Teileinzugegebiete Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' OUTPUT2: Grad Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT3: Direc Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT4: HGGrad Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT5: RivSpeed Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT6: Coordinates Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT7: BasinShare Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT8: statWUse Argument type: rasterDestination Acceptable values: - Path for new raster layer OUTPUT9: NumInFlowCells Argument type: rasterDestination Acceptable values: - Path for new raster layer pCr: Hauptgerinne-Parameter pHG Default value: 0.0035 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression nCr: Hauptgerinne-Speicherkaskade nHG Default value: 1 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression EnfVmax: Maximal Geschwindigkeit des Hauptgerinnes beruecksichtigen Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression VTresh: Maximalgeschwindigkeit im Hauptgerinne in km/h Default value: 4 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_riverbasin(
INPUT = qgisprocess:::qgis_default_value(),
INPUT2 = qgisprocess:::qgis_default_value(),
INPUT3 = qgisprocess:::qgis_default_value(),
WCons = qgisprocess:::qgis_default_value(),
WCons2 = qgisprocess:::qgis_default_value(),
OUTPUT2 = qgisprocess:::qgis_default_value(),
OUTPUT3 = qgisprocess:::qgis_default_value(),
OUTPUT4 = qgisprocess:::qgis_default_value(),
OUTPUT5 = qgisprocess:::qgis_default_value(),
OUTPUT6 = qgisprocess:::qgis_default_value(),
OUTPUT7 = qgisprocess:::qgis_default_value(),
OUTPUT8 = qgisprocess:::qgis_default_value(),
OUTPUT9 = qgisprocess:::qgis_default_value(),
pCr = qgisprocess:::qgis_default_value(),
nCr = qgisprocess:::qgis_default_value(),
EnfVmax = qgisprocess:::qgis_default_value(),
VTresh = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
raster
- DTM. Path to a raster layer.
raster
- HGGrid. Path to a raster layer.
raster
- statisches Entnahmeraster. Path to a raster layer.
boolean
- Anteilige Flaechenwasserentnahme. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
enum
of ("(0) ...anteilig aus den Flussrasterzellen", "(1) ...anteilig aus Rasterzellen der Teileinzugegebiete")
- Dynamische Flaechenwassernutzung.... Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.
rasterDestination
- Grad. Path for new raster layer.
rasterDestination
- Direc. Path for new raster layer.
rasterDestination
- HGGrad. Path for new raster layer.
rasterDestination
- RivSpeed. Path for new raster layer.
rasterDestination
- Coordinates. Path for new raster layer.
rasterDestination
- BasinShare. Path for new raster layer.
rasterDestination
- statWUse. Path for new raster layer.
rasterDestination
- NumInFlowCells. Path for new raster layer.
number
- Hauptgerinne-Parameter pHG. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number
- Hauptgerinne-Speicherkaskade nHG. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
boolean
- Maximal Geschwindigkeit des Hauptgerinnes beruecksichtigen. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number
- Maximalgeschwindigkeit im Hauptgerinne in km/
h. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.