Merge pull request #1284 from gioman/r_cost

add grass r.cost module with no need for stop points input
This commit is contained in:
volaya 2014-04-16 23:50:57 +02:00
commit 560c45ff19

View File

@ -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