mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] some cleaning in saga algorithms
This commit is contained in:
parent
3abfb62c61
commit
21f0b4f449
@ -1,12 +0,0 @@
|
||||
Catchment Area (Mass-Flux Method)
|
||||
ta_hydrology
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterSelection|METHOD|Flow Split Method|[0] flow width (original);[1] cell area
|
||||
Harcoded|-B_SLOPE
|
||||
Harcoded|-B_ASPECT
|
||||
Harcoded|-B_AREA
|
||||
Harcoded|-B_FLOW
|
||||
OutputRaster|G_SLOPE|Slope
|
||||
OutputRaster|G_ASPECT|Aspect
|
||||
OutputRaster|G_AREA|Flow Accumulation
|
||||
OutputRaster|G_FLOW|Flow Lines
|
@ -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
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user