Skip to content

Commit dd0df19

Browse files
authoredDec 6, 2016
Create cost allocation map output
1 parent 231f97a commit dd0df19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/algs/grass7/description/r.cost.raster.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ParameterBoolean|-n|Keep null values in output raster layer|True
88
ParameterNumber|max_cost|Maximum cumulative cost|0|None|0
99
ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0
1010
ParameterNumber|memory|Maximum memory to be used in MB|0|None|300
11-
OutputRaster|output|Cumulative cost
11+
OutputRaster|output|Cumulative cost
12+
OutputRaster|nearest|Cost allocation map

0 commit comments

Comments
 (0)
Please sign in to comment.