mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Merge pull request #3839 from anitagraser/patch-2
[processing] Create cost allocation map output
This commit is contained in:
commit
8ec3eaf456
@ -10,3 +10,4 @@ ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
|
||||
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
|
||||
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
|
||||
OutputRaster|output|Cumulative cost
|
||||
OutputRaster|nearest|Cost allocation map
|
||||
|
@ -7,3 +7,4 @@ ParameterVector|stop_points|Stop points|0|True
|
||||
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
|
||||
ParameterBoolean|-n|Keep null values in output raster layer|True
|
||||
OutputRaster|output|Cumulative cost
|
||||
OutputRaster|nearest|Cost allocation map
|
||||
|
@ -8,4 +8,5 @@ ParameterBoolean|-n|Keep null values in output raster layer|True
|
||||
ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
|
||||
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
|
||||
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
|
||||
OutputRaster|output|Cumulative cost
|
||||
OutputRaster|output|Cumulative cost
|
||||
OutputRaster|nearest|Cost allocation map
|
||||
|
Loading…
x
Reference in New Issue
Block a user