Skip to content

Commit

Permalink
[processing] some cleaning in saga algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 11, 2014
1 parent 3abfb62 commit 21f0b4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.

This file was deleted.

@@ -1,22 +1,5 @@
Catchment Area (Parallel)
Catchment Area|Catchment Area (Parallel)
ta_hydrology
ParameterRaster|ELEVATION|Elevation|False
ParameterRaster|SINKROUTE|Sink Routes|True
ParameterRaster|WEIGHT|Weight|True
ParameterRaster|MATERIAL|Material|True
ParameterRaster|TARGET|Target|True
ParameterNumber|STEP|Step|None|None|1
ParameterSelection|Method|Method|[0] Deterministic 8;[1] Rho 8;[2] Braunschweiger Reliefmodell;[3] Deterministic Infinity;[4] Multiple Flow Direction;[5] Multiple Triangular Flow Directon
ParameterBoolean|DOLINEAR |Linear Flow|True
ParameterNumber|LINEARTHRS|Linear Flow Threshold|None|None|500.0
ParameterRaster|LINEARTHRS_GRID|Linear Flow Threshold Grid|True
ParameterRaster|CHDIR_GRID|Channel Direction|True
ParameterNumber|CONVERGENCE|Convergence|None|None|1.0
OutputRaster|CAREA|Catchment Area
OutputRaster|CHEIGHT|Catchment Height
OutputRaster|CSLOPE|Catchment Slope
OutputRaster|ACCU_TOT|Total accumulated Material
OutputRaster|ACCU_LEFT|Accumulated Material from _left_ side
OutputRaster|ACCU_RIGHT|Accumulated Material from _right_ side
OutputRaster|CASPECT|Catchment Aspect
OutputRaster|FLWPATH|Flow Path Length
5 changes: 0 additions & 5 deletions python/plugins/processing/gui/algclasssification.txt
Expand Up @@ -170,8 +170,6 @@ saga:analyticalhierarchyprocess,USE_ORIGINAL_NAME,Raster/Miscellaneous
saga:basicterrainanalysis,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
saga:bsplineapproximation,USE_ORIGINAL_NAME,Raster - vector/Raster -> Vector
saga:burnstreamnetworkintodem,USE_ORIGINAL_NAME,Domain specific/Hydrology
saga:catchmentareaflowtracing,USE_ORIGINAL_NAME,Domain specific/Hydrology
saga:catchmentareamassfluxmethod,USE_ORIGINAL_NAME,Domain specific/Hydrology
saga:catchmentareaparallel,USE_ORIGINAL_NAME,Domain specific/Hydrology
saga:catchmentarearecursive,USE_ORIGINAL_NAME,Domain specific/Hydrology
saga:cellbalance,USE_ORIGINAL_NAME,Domain specific/Hydrology
Expand Down Expand Up @@ -224,10 +222,7 @@ saga:effectiveairflowheights,USE_ORIGINAL_NAME,Domain specific/Terrain analysis
saga:enumeratetablefield,USE_ORIGINAL_NAME,Vector/Table tools
saga:fillgapsinrecords,USE_ORIGINAL_NAME,Vector/Table tools
saga:fillsinks,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
saga:fillsinkswangliu,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
saga:fillsinksxxlwangliu,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
saga:filterclumps,Remove small pixel clumps (to no-data),Raster/General tools
saga:fireriskanalysis,USE_ORIGINAL_NAME,Domain specific/Miscellaneous
saga:fitnpointstoshape,USE_ORIGINAL_NAME,Vector/Points
saga:flatdetection,USE_ORIGINAL_NAME,Domain specific/Terrain analysis and geomorphometry
saga:flowpathlength,USE_ORIGINAL_NAME,Domain specific/Hydrology
Expand Down

0 comments on commit 21f0b4f

Please sign in to comment.