Skip to content

Commit

Permalink
add a r.cost submodule that uses a raster input as starting point(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Jun 19, 2014
1 parent fc519f8 commit 2176e16
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
r.cost
r.cost.full.raster - Creates a raster layer of cumulative cost of moving across a raster layer whose cell values represent cost.
Raster (r.*)
ParameterRaster|input|Unit cost layer|False
ParameterRaster|start_rast|Name of starting raster points map|0|False
ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False
ParameterBoolean|-n|Keep null values in output raster layer|False
OutputRaster|output|Cumulative cost

0 comments on commit 2176e16

Please sign in to comment.