mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
15 lines
927 B
Plaintext
15 lines
927 B
Plaintext
r.cost
|
|
r.cost.coords - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost from a list of coordinates.
|
|
Raster (r.*)
|
|
ParameterRaster|input|Unit cost layer|False
|
|
ParameterString|start_coordinates|Coordinates of starting point(s) (a list of E,N)|None|False|False
|
|
ParameterString|stop_coordinates|Coordinates of stopping point(s) (a list of E,N)|None|False|True
|
|
ParameterNumber|max_cost|Maximum cumulative cost|None|None|0.0|True
|
|
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|None|True
|
|
*ParameterNumber|memory|Maximum memory to be used in MB|0|None|300|True
|
|
*ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
|
|
*ParameterBoolean|-n|Keep null values in output raster layer|False
|
|
OutputRaster|output|Cumulative cost
|
|
OutputRaster|nearest|Nearest start points
|
|
OutputRaster|outdir|Movement Directions
|