Merge pull request #3839 from anitagraser/patch-2

[processing] Create cost allocation map output
This commit is contained in:
volaya 2016-12-09 12:09:11 +01:00 committed by GitHub
commit 8ec3eaf456
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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