Skip to content

Commit c99170d

Browse files
giomanalexbruy
authored andcommittedMay 7, 2014
add grass7 r.cost module with no need for stop points input
1 parent 6ab5d21 commit c99170d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.cost
2+
r.cost.full - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
3+
Raster (r.*)
4+
ParameterRaster|input|Unit cost layer|False
5+
ParameterVector|start_points|Start points|0|False
6+
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
7+
ParameterBoolean|-n|Keep null values in output raster layer|False
8+
OutputRaster|output|Cumulative cost

0 commit comments

Comments
 (0)
Please sign in to comment.