mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
11 lines
653 B
Plaintext
11 lines
653 B
Plaintext
r.cost
|
|
r.cost.points - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|input|Unit cost layer|None|False
|
|
QgsProcessingParameterVectorLayer|start_points|Start points|0|None|False
|
|
QgsProcessingParameterVectorLayer|stop_points|Stop points|0|None|True
|
|
QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
|
|
QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|True
|
|
QgsProcessingParameterRasterDestination|output|Cumulative cost
|
|
QgsProcessingParameterRasterDestination|nearest|Cost allocation map
|