View source: R/sagang_overlandflowdistancetochannelnetwork.R
sagang_overlandflowdistancetochannelnetwork | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Overland flow distance to channel network (sagang:overlandflowdistancetochannelnetwork). —————- Arguments —————- ELEVATION: Elevation Argument type: raster Acceptable values: - Path to a raster layer CHANNELS: Channel Network Argument type: raster Acceptable values: - Path to a raster layer ROUTE: Preferred Routing (optional) Argument type: raster Acceptable values: - Path to a raster layer DISTANCE: Overland Flow Distance Argument type: rasterDestination Acceptable values: - Path for new raster layer DISTVERT: Vertical Overland Flow Distance Argument type: rasterDestination Acceptable values: - Path for new raster layer DISTHORZ: Horizontal Overland Flow Distance Argument type: rasterDestination Acceptable values: - Path for new raster layer TIME: Flow Travel Time Argument type: rasterDestination Acceptable values: - Path for new raster layer SDR: Sediment Yield Delivery Ratio Argument type: rasterDestination Acceptable values: - Path for new raster layer FIELDS: Fields (optional) Argument type: raster Acceptable values: - Path to a raster layer PASSES: Fields Visited Argument type: rasterDestination Acceptable values: - Path for new raster layer METHOD: Flow Algorithm Default value: 1 Argument type: enum Available values: - 0: (0) D8 - 1: (1) MFD Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' BOUNDARY: Boundary Cells 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 FLOW_B: Beta 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 FLOW_K: Manning-Strickler Coefficient (optional) Argument type: raster Acceptable values: - Path to a raster layer FLOW_K_DEFAULT: Default Default value: 20 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 FLOW_R: Flow Depth (optional) Argument type: raster Acceptable values: - Path to a raster layer FLOW_R_DEFAULT: Default Default value: 0.05 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_overlandflowdistancetochannelnetwork(
ELEVATION = qgisprocess:::qgis_default_value(),
CHANNELS = qgisprocess:::qgis_default_value(),
ROUTE = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
DISTVERT = qgisprocess:::qgis_default_value(),
DISTHORZ = qgisprocess:::qgis_default_value(),
TIME = qgisprocess:::qgis_default_value(),
SDR = qgisprocess:::qgis_default_value(),
FIELDS = qgisprocess:::qgis_default_value(),
PASSES = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
BOUNDARY = qgisprocess:::qgis_default_value(),
FLOW_B = qgisprocess:::qgis_default_value(),
FLOW_K = qgisprocess:::qgis_default_value(),
FLOW_K_DEFAULT = qgisprocess:::qgis_default_value(),
FLOW_R = qgisprocess:::qgis_default_value(),
FLOW_R_DEFAULT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
ELEVATION |
|
CHANNELS |
|
ROUTE |
|
DISTANCE |
|
DISTVERT |
|
DISTHORZ |
|
TIME |
|
SDR |
|
FIELDS |
|
PASSES |
|
METHOD |
|
BOUNDARY |
|
FLOW_B |
|
FLOW_K |
|
FLOW_K_DEFAULT |
|
FLOW_R |
|
FLOW_R_DEFAULT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
DISTANCE - outputRaster - Overland Flow Distance
DISTHORZ - outputRaster - Horizontal Overland Flow Distance
DISTVERT - outputRaster - Vertical Overland Flow Distance
PASSES - outputRaster - Fields Visited
SDR - outputRaster - Sediment Yield Delivery Ratio
TIME - outputRaster - Flow Travel Time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.