Skip to content

Commit 2176e16

Browse files
author
gioman
committed
add a r.cost submodule that uses a raster input as starting point(s)
1 parent fc519f8 commit 2176e16

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.raster - 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+
ParameterRaster|start_rast|Name of starting raster points map|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)