Skip to content

Commit 5c62a17

Browse files
committedFeb 18, 2016
[processing] added descriptions for SAGA 2.2.3
1 parent 61a92e2 commit 5c62a17

File tree

235 files changed

+2112
-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.

235 files changed

+2112
-0
lines changed
 

‎python/plugins/processing/algs/saga/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FILE(GLOB DESCR213_FILES description/2.1.3/*.txt)
44
FILE(GLOB DESCR214_FILES description/2.1.4/*.txt)
55
FILE(GLOB DESCR220_FILES description/2.2.0/*.txt)
66
FILE(GLOB DESCR222_FILES description/2.2.2/*.txt)
7+
FILE(GLOB DESCR223_FILES description/2.2.3/*.txt)
78
FILE(GLOB HELP_FILES help/*.rst)
89

910
ADD_SUBDIRECTORY(ext)
@@ -14,4 +15,5 @@ PLUGIN_INSTALL(processing algs/saga/description/2.1.3 ${DESCR213_FILES})
1415
PLUGIN_INSTALL(processing algs/saga/description/2.1.4 ${DESCR214_FILES})
1516
PLUGIN_INSTALL(processing algs/saga/description/2.2.0 ${DESCR220_FILES})
1617
PLUGIN_INSTALL(processing algs/saga/description/2.2.2 ${DESCR222_FILES})
18+
PLUGIN_INSTALL(processing algs/saga/description/2.2.3 ${DESCR223_FILES})
1719
PLUGIN_INSTALL(processing algs/saga/help ${HELP_FILES})
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Accumulated Cost (Anisotropic)
2+
grid_analysis
3+
ParameterRaster|COST|Cost Grid|False
4+
ParameterRaster|DIRECTION|Direction of max cost|False
5+
ParameterRaster|POINTS|Destination Points|False
6+
ParameterNumber|K|k factor|None|None|1
7+
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0
8+
OutputRaster|ACCCOST|Accumulated Cost

0 commit comments

Comments
 (0)
Please sign in to comment.