2016-03-09 11:57:37 +00:00
r.cost
2017-12-06 10:23:25 +01:00
Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
2016-03-09 11:57:37 +00:00
Raster (r.*)
2017-09-03 17:42:13 +02:00
QgsProcessingParameterRasterLayer|input|Unit cost layer|None|False
2017-11-11 14:31:58 +01:00
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
2017-09-03 17:42:13 +02:00
QgsProcessingParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
QgsProcessingParameterBoolean|-n|Keep null values in output raster layer|True
2017-12-06 10:23:25 +01:00
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
2017-09-03 17:42:13 +02:00
QgsProcessingParameterRasterDestination|output|Cumulative cost
QgsProcessingParameterRasterDestination|nearest|Cost allocation map
2017-12-06 10:23:25 +01:00
QgsProcessingParameterRasterDestination|outdir|Movement directions