View source: R/sagang_accumulatedcost.R
sagang_accumulatedcost | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Accumulated cost (sagang:accumulatedcost). —————- Arguments —————- DEST_TYPE: Input Type of Destinations Default value: 0 Argument type: enum Available values: - 0: (0) Point - 1: (1) Grid Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' DEST_POINTS: Destinations Argument type: source Acceptable values: - Path to a vector layer DEST_GRID: Destinations Argument type: raster Acceptable values: - Path to a raster layer COST: Local Cost Argument type: raster Acceptable values: - Path to a raster layer DIR_MAXCOST: Direction of Maximum Cost (optional) Argument type: raster Acceptable values: - Path to a raster layer DIR_UNIT: Units of Direction Default value: 0 Argument type: enum Available values: - 0: (0) radians - 1: (1) degree Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' DIR_K: K Factor Default value: 2 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 ACCUMULATED: Accumulated Cost Argument type: rasterDestination Acceptable values: - Path for new raster layer ALLOCATION: Allocation Argument type: rasterDestination Acceptable values: - Path for new raster layer THRESHOLD: Threshold for different route Default value: 0 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_accumulatedcost(
DEST_TYPE = qgisprocess:::qgis_default_value(),
DEST_POINTS = qgisprocess:::qgis_default_value(),
DEST_GRID = qgisprocess:::qgis_default_value(),
COST = qgisprocess:::qgis_default_value(),
DIR_MAXCOST = qgisprocess:::qgis_default_value(),
DIR_UNIT = qgisprocess:::qgis_default_value(),
DIR_K = qgisprocess:::qgis_default_value(),
ACCUMULATED = qgisprocess:::qgis_default_value(),
ALLOCATION = qgisprocess:::qgis_default_value(),
THRESHOLD = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DEST_TYPE |
|
DEST_POINTS |
|
DEST_GRID |
|
COST |
|
DIR_MAXCOST |
|
DIR_UNIT |
|
DIR_K |
|
ACCUMULATED |
|
ALLOCATION |
|
THRESHOLD |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
ACCUMULATED - outputRaster - Accumulated Cost
ALLOCATION - outputRaster - Allocation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.