2017-11-04 15:31:21 +01:00

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