grass_r_cost | R Documentation |
QGIS Algorithm provided by GRASS r.cost (grass:r.cost). Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
grass_r_cost(
input = qgisprocess:::qgis_default_value(),
start_coordinates = qgisprocess:::qgis_default_value(),
stop_coordinates = qgisprocess:::qgis_default_value(),
.k = qgisprocess:::qgis_default_value(),
.n = qgisprocess:::qgis_default_value(),
start_points = qgisprocess:::qgis_default_value(),
stop_points = qgisprocess:::qgis_default_value(),
start_raster = qgisprocess:::qgis_default_value(),
max_cost = qgisprocess:::qgis_default_value(),
null_cost = qgisprocess:::qgis_default_value(),
memory = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
nearest = qgisprocess:::qgis_default_value(),
outdir = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
start_coordinates |
|
stop_coordinates |
|
.k |
|
.n |
|
start_points |
|
stop_points |
|
start_raster |
|
max_cost |
|
null_cost |
|
memory |
|
output |
|
nearest |
|
outdir |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
nearest - outputRaster - Cost allocation map
outdir - outputRaster - Movement directions
output - outputRaster - Cumulative cost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.