Skip to content

Commit e142401

Browse files
committedApr 19, 2014
[processing] added grass7 files (forgot to add them on refactoring)
1 parent 5bb522e commit e142401

File tree

180 files changed

+3273
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+3273
-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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FILE(GLOB PY_FILES *.py)
2+
FILE(GLOB OTHER_FILES grass7.txt)
3+
FILE(GLOB DESCR_FILES description/*.txt)
4+
5+
ADD_SUBDIRECTORY(ext)
6+
7+
PLUGIN_INSTALL(processing grass7 ${PY_FILES} ${OTHER_FILES})
8+
PLUGIN_INSTALL(processing grass7/description ${DESCR_FILES})

0 commit comments

Comments
 (0)
Please sign in to comment.