Skip to content

Commit

Permalink
Merge pull request #3839 from anitagraser/patch-2
Browse files Browse the repository at this point in the history
[processing] Create cost allocation map output
  • Loading branch information
volaya authored Dec 9, 2016
2 parents fdf2a9d + dd0df19 commit 8ec3eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8ec3eaf

Please sign in to comment.