mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
18 lines
1.3 KiB
Plaintext
18 lines
1.3 KiB
Plaintext
r.cost
|
|
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
|
|
QgsProcessingParameterPoint|start_coordinates|Coordinates of starting point(s) (E,N)|0,0|False
|
|
QgsProcessingParameterPoint|stop_coordinates|Coordinates of stopping point(s) (E,N)|0,0|False
|
|
QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
|
|
QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|True
|
|
QgsProcessingParameterVectorLayer|start_points|Start points|0|None|True
|
|
QgsProcessingParameterVectorLayer|stop_points|Stop points|0|None|True
|
|
QgsProcessingParameterRasterLayer|start_raster|Name of starting raster points map|None|True
|
|
QgsProcessingParameterNumber|max_cost|Maximum cumulative cost|QgsProcessingParameterNumber.Double|0.0|True|None|None
|
|
QgsProcessingParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|QgsProcessingParameterNumber.Double|None|True|None|None
|
|
QgsProcessingParameterNumber|memory|Maximum memory to be used in MB|QgsProcessingParameterNumber.Integer|300|True|1|None
|
|
QgsProcessingParameterRasterDestination|output|Cumulative cost
|
|
QgsProcessingParameterRasterDestination|nearest|Cost allocation map
|
|
QgsProcessingParameterRasterDestination|outdir|Movement directions
|