Skip to content

Commit 21f0b4f

Browse files
committed
[processing] some cleaning in saga algorithms
1 parent 3abfb62 commit 21f0b4f

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

python/plugins/processing/algs/saga/description/CatchmentArea(Mass-FluxMethod).txt

-12
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
Catchment Area (Parallel)
1+
Catchment Area|Catchment Area (Parallel)
22
ta_hydrology
33
ParameterRaster|ELEVATION|Elevation|False
4-
ParameterRaster|SINKROUTE|Sink Routes|True
5-
ParameterRaster|WEIGHT|Weight|True
6-
ParameterRaster|MATERIAL|Material|True
7-
ParameterRaster|TARGET|Target|True
8-
ParameterNumber|STEP|Step|None|None|1
94
ParameterSelection|Method|Method|[0] Deterministic 8;[1] Rho 8;[2] Braunschweiger Reliefmodell;[3] Deterministic Infinity;[4] Multiple Flow Direction;[5] Multiple Triangular Flow Directon
10-
ParameterBoolean|DOLINEAR |Linear Flow|True
11-
ParameterNumber|LINEARTHRS|Linear Flow Threshold|None|None|500.0
12-
ParameterRaster|LINEARTHRS_GRID|Linear Flow Threshold Grid|True
13-
ParameterRaster|CHDIR_GRID|Channel Direction|True
14-
ParameterNumber|CONVERGENCE|Convergence|None|None|1.0
155
OutputRaster|CAREA|Catchment Area
16-
OutputRaster|CHEIGHT|Catchment Height
17-
OutputRaster|CSLOPE|Catchment Slope
18-
OutputRaster|ACCU_TOT|Total accumulated Material
19-
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
20-
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side
21-
OutputRaster|CASPECT|Catchment Aspect
22-
OutputRaster|FLWPATH|Flow Path Length

python/plugins/processing/gui/algclasssification.txt

-5
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ saga:analyticalhierarchyprocess,USE_ORIGINAL_NAME,Raster/Miscellaneous
170170
saga:basicterrainanalysis,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
171171
saga:bsplineapproximation,USE_ORIGINAL_NAME,Raster - vector/Raster -> Vector
172172
saga:burnstreamnetworkintodem,USE_ORIGINAL_NAME,Domain specific/Hydrology
173-
saga:catchmentareaflowtracing,USE_ORIGINAL_NAME,Domain specific/Hydrology
174-
saga:catchmentareamassfluxmethod,USE_ORIGINAL_NAME,Domain specific/Hydrology
175173
saga:catchmentareaparallel,USE_ORIGINAL_NAME,Domain specific/Hydrology
176174
saga:catchmentarearecursive,USE_ORIGINAL_NAME,Domain specific/Hydrology
177175
saga:cellbalance,USE_ORIGINAL_NAME,Domain specific/Hydrology
@@ -224,10 +222,7 @@ saga:effectiveairflowheights,USE_ORIGINAL_NAME,Domain specific/Terrain analysis
224222
saga:enumeratetablefield,USE_ORIGINAL_NAME,Vector/Table tools
225223
saga:fillgapsinrecords,USE_ORIGINAL_NAME,Vector/Table tools
226224
saga:fillsinks,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
227-
saga:fillsinkswangliu,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
228-
saga:fillsinksxxlwangliu,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
229225
saga:filterclumps,Remove small pixel clumps (to no-data),Raster/General tools
230-
saga:fireriskanalysis,USE_ORIGINAL_NAME,Domain specific/Miscellaneous
231226
saga:fitnpointstoshape,USE_ORIGINAL_NAME,Vector/Points
232227
saga:flatdetection,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
233228
saga:flowpathlength,USE_ORIGINAL_NAME,Domain specific/Hydrology

0 commit comments

Comments
 (0)