Skip to content

Commit

Permalink
add grass7 r.cost module with no need for stop points input
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman authored and alexbruy committed May 7, 2014
1 parent 6ab5d21 commit c99170d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/plugins/processing/grass7/description/r.cost.full.txt
@@ -0,0 +1,8 @@
r.cost
r.cost.full - 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
ParameterVector|start_points|Start points|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 c99170d

Please sign in to comment.