2012-08-04 19:48:25 +02:00
|
|
|
r.cost
|
2012-12-12 00:47:29 +01:00
|
|
|
r.cost - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
|
2012-08-04 19:48:25 +02:00
|
|
|
Raster (r.*)
|
2012-12-12 00:47:29 +01:00
|
|
|
ParameterRaster|input|Unit cost layer|False
|
|
|
|
ParameterVector|start_points|Start points|0|False
|
|
|
|
ParameterVector|stop_points|Stop points|0|False
|
2012-08-04 19:48:25 +02:00
|
|
|
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
|
2012-12-12 00:47:29 +01:00
|
|
|
ParameterBoolean|-n|Keep null values in output raster layer|False
|
|
|
|
OutputRaster|output|Cumulative cost
|