View source: R/sagang_leastcostpaths.R
sagang_leastcostpaths | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Least cost paths (sagang:leastcostpaths). —————- Arguments —————- SOURCE: Source Point(s) Argument type: source Acceptable values: - Path to a vector layer DEM: Accumulated Cost Surface Argument type: raster Acceptable values: - Path to a raster layer VALUES: Values (optional) Argument type: multilayer POINTS: Profile Points Argument type: vectorDestination Acceptable values: - Path for new vector layer LINE: Profile Lines Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_leastcostpaths(
SOURCE = qgisprocess:::qgis_default_value(),
DEM = qgisprocess:::qgis_default_value(),
VALUES = qgisprocess:::qgis_default_value(),
POINTS = qgisprocess:::qgis_default_value(),
LINE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SOURCE |
|
DEM |
|
VALUES |
|
POINTS |
|
LINE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LINE - outputVector - Profile Lines
POINTS - outputVector - Profile Points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.