mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix several SAGA 2.1.2 modules, take1
This commit is contained in:
parent
92de1f1b29
commit
7976d9488e
@ -1,4 +1,4 @@
|
||||
Layer of Extreme Value
|
||||
Layer of extreme value
|
||||
grid_analysis
|
||||
ParameterMultipleInput|GRIDS|Grids|3|False
|
||||
ParameterSelection|CRITERIA|Method|[0] Maximum;[1] Minimum
|
@ -0,0 +1,8 @@
|
||||
Burn Stream Network into DEM
|
||||
ta_preprocessor
|
||||
ParameterRaster|DEM|DEM|False
|
||||
ParameterRaster|STREAM|Streams|False
|
||||
ParameterRaster|FLOWDIR|Flow direction|False
|
||||
ParameterSelection|METHOD|Method|[0] simply decrease cell's value by epsilon;[1] lower cell's value to neighbours minimum value minus epsilon;[2] trace stream network downstream
|
||||
ParameterNumber|EPSILON|Epsilon|0.0|None|1.0
|
||||
OutputRaster|BURN|Processed DEM
|
@ -0,0 +1,7 @@
|
||||
Cell Balance
|
||||
ta_hydrology
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterRaster|WEIGHTS|Parameter|True
|
||||
ParameterNumber|WEIGHTS_DEFAULT|Default Weight|0.0|None|1.0
|
||||
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Multiple Flow Direction
|
||||
OutputRaster|BALANCE|Cell Balance
|
@ -0,0 +1,11 @@
|
||||
Convergence Index (Search Radius)
|
||||
ta_morphometry
|
||||
ParameterRaster|ELEVATION|Elevation|False
|
||||
ParameterNumber|RADIUS|Radius [Cells]|1.0|None|10.0
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1.0
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|1.0
|
||||
ParameterBoolean|SLOPE|Gradient|True
|
||||
ParameterSelection|DIFFERENCE|Weighting Function|[0] direction to the center cell;[1] center cell's aspect direction
|
||||
OutputRaster|CONVERGENCE|Convergence Index
|
@ -0,0 +1,6 @@
|
||||
Convergence Index
|
||||
ta_morphometry
|
||||
ParameterRaster|ELEVATION|Elevation|False
|
||||
ParameterSelection|METHOD|Method|[0] Aspect;[1] Gradient
|
||||
ParameterSelection|NEIGHBOURS|Gradient Calculation|[0] 2 x 2;[1] 3 x 3
|
||||
OutputRaster|RESULT|Convergence Index
|
@ -0,0 +1,5 @@
|
||||
Curvature Classification
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|THRESHOLD|Threshold for plane|0.0000|None|0.0005
|
||||
OutputRaster|CLASS|Curvature Classification
|
@ -0,0 +1,5 @@
|
||||
Layer of extreme value
|
||||
grid_analysis
|
||||
ParameterMultipleInput|GRIDS|Grids|3|False
|
||||
ParameterSelection|CRITERIA|Method|[0] Maximum;[1] Minimum
|
||||
OutputRaster|RESULT|Result
|
@ -0,0 +1,12 @@
|
||||
Random Field
|
||||
grid_calculus
|
||||
ParameterSelection|TARGET|Target Grid|[0] user defined
|
||||
ParameterSelection|METHOD|Method|[0] Uniform;[1] Gaussian
|
||||
ParameterNumber|RANGE_MIN|Range Min|None|None|0.0
|
||||
ParameterNumber|RANGE_MAX|Range Max|None|None|1.0
|
||||
ParameterNumber|MEAN|Arithmetic Mean|None|None|0.0
|
||||
ParameterNumber|STDDEV|Standard Deviation|None|None|1.0
|
||||
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
|
||||
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
|
||||
ParameterSelection|USER_FIT|Method|[0] nodes;[1] cells
|
||||
OutputRaster|USER_GRID|Random Field
|
@ -0,0 +1,4 @@
|
||||
Real Surface Area
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
OutputRaster|AREA|Surface Area
|
@ -0,0 +1,13 @@
|
||||
SAGA Wetness Index
|
||||
ta_hydrology
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|SUCTION|Suction|0.0|None|10.0
|
||||
ParameterSelection|AREA_TYPE|Type of Area|[0] absolute catchment area;[1] square root of catchment area;[2] specific catchment area
|
||||
ParameterSelection|SLOPE_TYPE|Type of Slope|[0] local slope;[1] catchment slope
|
||||
ParameterNumber|SLOPE_MIN|Suction|0.0|None|0.0
|
||||
ParameterNumber|SLOPE_OFF|Suction|0.0|None|0.1
|
||||
ParameterNumber|SLOPE_WEIGHT|Suction|0.0|None|1.0
|
||||
OutputRaster|AREA|Catchment area
|
||||
OutputRaster|SLOPE|Catchment slope
|
||||
OutputRaster|AREA_MOD|Modified catchment area
|
||||
OutputRaster|TWI|Topographic Wetness Index
|
@ -0,0 +1,8 @@
|
||||
Shrink and Expand
|
||||
grid_tools
|
||||
ParameterRaster|INPUT|Grid|False
|
||||
ParameterSelection|OPERATION|Operation|[0] Shrink;[1] Expand;[2] shrink and expand;[3] expand and shrink|3
|
||||
ParameterSelection|CIRCLE|Search Mode|[0] Square;[1] Circle
|
||||
ParameterNumber|RADIUS|Radius|1|None|1
|
||||
ParameterSelection|EXPAND|Method|[0] min;[1] max;[2] mean;[3] majority|3
|
||||
OutputRaster|RESULT|Result Grid
|
@ -0,0 +1,12 @@
|
||||
Sky View Factor
|
||||
ta_lighting
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|RADIUS|Maximum Search Radius|0.0|None|10000
|
||||
ParameterSelection|METHOD|Method|[0] multi scale;[1] sectors
|
||||
ParameterNumber|DLEVEL|Multi Scale Factor|1.25|None|3.00
|
||||
ParameterNumber|NDIRS|Number of Sectors|3|None|8
|
||||
OutputRaster|VISIBLE|Visible Sky
|
||||
OutputRaster|SVF|Sky View Factor
|
||||
OutputRaster|SIMPLE|Sky View Factor (Simplified)
|
||||
OutputRaster|TERRAIN|Terrain View Factor
|
||||
OutputRaster|DISTANCE|Terrain View Factor
|
@ -0,0 +1,22 @@
|
||||
Supervised Classification
|
||||
imagery_classification
|
||||
ParameterMultipleInput|GRIDS|Grids|3.0|False
|
||||
ParameterVector|ROI|Training Areas|2|False
|
||||
ParameterTableField|ROI_ID|Class Identifier|ROI|-1|False
|
||||
ParameterTable|STATS|Class Statistics|False
|
||||
ParameterSelection|STATS_SRC|Get Class Statistics from...|[0] training areas;[1] table
|
||||
ParameterSelection|METHOD|Method|[0] Binary Encoding;[1] Parallelepiped;[2] Minimum Distance;[3] Mahalanobis Distance;[4] Maximum Likelihood;[5] Spectral Angle Mapping; [6] Winner Takes All
|
||||
ParameterBoolean|NORMALISE|Normalise|False
|
||||
ParameterNumber|THRESHOLD_DIST|Distance Threshold|0.0|None|0.0
|
||||
ParameterNumber|THRESHOLD_PROB|Probability Threshold (Percent)|0.0|100.0|0.0
|
||||
ParameterSelection|RELATIVE_PROB|Probability Reference|[0] absolute;[1] relative
|
||||
ParameterNumber|THRESHOLD_ANGLE|Spectral Angle Threshold (Degree)|0.0|90.0|0.0
|
||||
ParameterBoolean|WTA_0|Binary Encoding|False
|
||||
ParameterBoolean|WTA_1|Parallelepiped|False
|
||||
ParameterBoolean|WTA_2|Minimum Distance|False
|
||||
ParameterBoolean|WTA_3|Mahalanobis Distance|False
|
||||
ParameterBoolean|WTA_4|Maximum Likelihood|False
|
||||
ParameterBoolean|WTA_5|Spectral Angle Mapping|False
|
||||
OutputTable|CLASS_INFO|Class Information
|
||||
OutputRaster|CLASSES|Classification
|
||||
OutputRaster|QUALITY|Quality
|
@ -0,0 +1,12 @@
|
||||
TPI Based Landform Classification
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
|
||||
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
|
||||
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
|
||||
ParameterNumber|RADIUS_B_MAX|Max Radius B|None|None|1000
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
OutputRaster|LANDFORMS|Landforms
|
@ -0,0 +1,9 @@
|
||||
Terrain Ruggedness Index (TRI)
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|RADIUS|Radius (Cells)|1.0|None|1
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|1.0
|
||||
OutputRaster|TRI|Terrain Ruggedness Index (TRI)
|
@ -0,0 +1,10 @@
|
||||
Thin Plate Spline (Global)
|
||||
grid_spline
|
||||
ParameterVector|SHAPES|Points|0|False
|
||||
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
|
||||
ParameterSelection|TARGET|Target Grid|[0] user defined
|
||||
ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
|
||||
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
|
||||
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
|
||||
ParameterSelection|USER_FIT|Method|[0] nodes;[1] cells
|
||||
OutputRaster|USER_GRID|Grid
|
@ -0,0 +1,15 @@
|
||||
Thin Plate Spline (Local)
|
||||
grid_spline
|
||||
ParameterVector|SHAPES|Points|0|False
|
||||
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
|
||||
ParameterSelection|TARGET|Target Grid|[0] user defined
|
||||
ParameterNumber|REGULARISATION|Regularisation|None|None|0.0001
|
||||
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
|
||||
ParameterNumber|SEARCH_RADIUS|Search Radius|0.0|None|1000.0
|
||||
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
|
||||
ParameterNumber|SEARCH_POINTS_MAX|Maximum Number of Points|1|None|20
|
||||
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
|
||||
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
|
||||
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
|
||||
ParameterSelection|USER_FIT|Method|[0] nodes;[1] cells
|
||||
OutputRaster|USER_GRID|Grid
|
@ -0,0 +1,12 @@
|
||||
Thin Plate Spline (TIN)
|
||||
grid_spline
|
||||
ParameterVector|SHAPES|Points|0|False
|
||||
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
|
||||
ParameterSelection|TARGET|Target Grid|[0] user defined
|
||||
ParameterNumber|REGULARISATION|Regularisation|0.0000|None|0.0001
|
||||
ParameterSelection|LEVEL|Neighbourhood|[0] immediate;[1] level 1;[2] level 2
|
||||
ParameterBoolean|FRAME |Add Frame|True
|
||||
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
|
||||
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
|
||||
ParameterSelection|USER_FIT|Method|[0] nodes;[1] cells
|
||||
OutputRaster|USER_GRID|TIN
|
@ -0,0 +1,11 @@
|
||||
Topographic Position Index (TPI)
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterBoolean|STANDARD |Standardize|True
|
||||
ParameterNumber|RADIUS_MIN|Min Radius|0.0|None|0.0
|
||||
ParameterNumber|RADIUS_MAX|Max Radius|None|None|100.0
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|75.0
|
||||
OutputRaster|TPI|Topographic Position Index
|
@ -0,0 +1,9 @@
|
||||
Vector Ruggedness Measure (VRM)
|
||||
ta_morphometry
|
||||
ParameterRaster|DEM|Elevation|False
|
||||
ParameterNumber|RADIUS|Radius (Cells)|None|None|1
|
||||
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
|
||||
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET |Inverse Distance Offset|True
|
||||
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|1
|
||||
OutputRaster|VRM|Vector Terrain Ruggedness (VRM)
|
@ -0,0 +1,12 @@
|
||||
Vegetation Index (Distance Based)
|
||||
imagery_tools
|
||||
ParameterRaster|NIR|Near Infrared Reflectance|False
|
||||
ParameterRaster|RED|Red Reflectance|False
|
||||
ParameterNumber|SLOPE|Slope of the soil line|None|None|0.5
|
||||
ParameterNumber|INTERCEPT|Intercept of the soil line|None|None|0.0
|
||||
OutputRaster|PVI0|Perpendicular Vegetation Index (Richardson and Wiegand, 1977)
|
||||
OutputRaster|PVI1|Perpendicular Vegetation Index (Perry and Lautenschlager, 1984)
|
||||
OutputRaster|PVI2|Perpendicular Vegetation Index (Walther and Shabaani)
|
||||
OutputRaster|PVI3|Perpendicular Vegetation Index (Qi, et al., 1994)
|
||||
OutputRaster|TSAVI|Transformed Soil Adjusted Vegetation Index (Baret et al. 1989)
|
||||
OutputRaster|ATSAVI|Transformed Soil Adjusted Vegetation Index (Baret and Guyot, 1991)
|
@ -0,0 +1,13 @@
|
||||
Vegetation Index (Slope Based)
|
||||
imagery_tools
|
||||
ParameterRaster|NIR|Near Infrared Reflectance|False
|
||||
ParameterRaster|RED|Red Reflectance|False
|
||||
ParameterNumber|SOIL|Soil Adjustment Factor|0.0|1.0|0.5
|
||||
OutputRaster|DVI|Difference Vegetation Index
|
||||
OutputRaster|NDVI|Normalized Difference Vegetation Index
|
||||
OutputRaster|RVI|Ratio Vegetation Index
|
||||
OutputRaster|NRVI|Normalized Ratio Vegetation Index
|
||||
OutputRaster|TVI|Transformed Vegetation Index
|
||||
OutputRaster|CTVI|Corrected Transformed Vegetation Index
|
||||
OutputRaster|TTVI|Thiam's Transformed Vegetation Index
|
||||
OutputRaster|SAVI|Soil Adjusted Vegetation Index
|
Loading…
x
Reference in New Issue
Block a user