Skip to content

Commit

Permalink
Update SAGA ParameterNumber params
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and alexbruy committed Nov 9, 2017
1 parent a1300f3 commit 640891e
Show file tree
Hide file tree
Showing 249 changed files with 713 additions and 713 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/saga/description/ANGMAP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ta_slope_stability
QgsProcessingParameterRasterLayer|DEM|Elevation|None|False
QgsProcessingParameterRasterLayer|C|Dip grid (degrees)|None|True
QgsProcessingParameterRasterLayer|D|Dip direction grid (degrees)|None|True
ParameterNumber|fB|Global structure dip (degrees)|None|None| 45.000000
ParameterNumber|fC|Global structure dip direction (degrees)|None|None| 90.000000
QgsProcessingParameterNumber|fB|Global structure dip (degrees)|QgsProcessingParameterNumber.Double|45.000000|False|None|None
QgsProcessingParameterNumber|fC|Global structure dip direction (degrees)|QgsProcessingParameterNumber.Double|90.000000|False|None|None
OutputRaster|E|Angle
OutputRaster|F|CL dipdir
OutputRaster|G|CL dip
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ grid_analysis
QgsProcessingParameterRasterLayer|COST|Cost Grid|None|False
QgsProcessingParameterRasterLayer|DIRECTION|Direction of max cost|None|False
QgsProcessingParameterRasterLayer|POINTS|Destination Points|None|False
ParameterNumber|K|k factor|None|None|1
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0
QgsProcessingParameterNumber|K|k factor|QgsProcessingParameterNumber.Integer|1|False|None|None
QgsProcessingParameterNumber|THRESHOLD|Threshold for different route|QgsProcessingParameterNumber.Integer|0|False|None|None
OutputRaster|ACCCOST|Accumulated Cost
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Accumulated Cost (Isotropic)
grid_analysis
QgsProcessingParameterRasterLayer|COST|Cost Grid|None|False
QgsProcessingParameterRasterLayer|POINTS|Destination Points|None|False
ParameterNumber|THRESHOLD|Threshold for different route|None|None|0.0
QgsProcessingParameterNumber|THRESHOLD|Threshold for different route|QgsProcessingParameterNumber.Double|0.0|False|None|None
OutputRaster|ACCCOST|Accumulated Cost
OutputRaster|CLOSESTPT|Closest Point
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QgsProcessingParameterRasterLayer|DEST_GRID|Destinations|None|False
QgsProcessingParameterRasterLayer|COST|Local Cost|None|False
QgsProcessingParameterRasterLayer|DIR_MAXCOST|Direction of Maximum Cost|None|True
ParameterSelection|DIR_UNIT|Units of Direction|[0] radians;[1] degree| 0
ParameterNumber|DIR_K|K Factor|None|None| 2.000000
QgsProcessingParameterNumber|DIR_K|K Factor|QgsProcessingParameterNumber.Double|2.000000|False|None|None
OutputRaster|ACCUMULATED|Accumulated Cost
OutputRaster|ALLOCATION|Allocation
ParameterNumber|THRESHOLD|Threshold for different route| 0.000000|None| 0.000000
QgsProcessingParameterNumber|THRESHOLD|Threshold for different route|QgsProcessingParameterNumber.Double|0.000000|False| 0.000000|None
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ OutputRaster|FLUX|Flux
OutputRaster|STATE_OUT|State t + 1
ParameterSelection|OPERATION|Operation|[0] accuflux;[1] accucapacityflux / state;[2] accufractionflux / state;[3] accuthresholdflux / state;[4] accutriggerflux / state| 0
ParameterBoolean|LINEAR|Switch to Linear Flow|True
ParameterNumber|THRES_LINEAR|Threshold Linear Flow|None|None| 0.000000
QgsProcessingParameterNumber|THRES_LINEAR|Threshold Linear Flow|QgsProcessingParameterNumber.Double|0.000000|False|None|None
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Aggregate
grid_tools
QgsProcessingParameterRasterLayer|INPUT|Grid|None|False
ParameterNumber|SIZE|Aggregation Size|None|None|3
QgsProcessingParameterNumber|SIZE|Aggregation Size|QgsProcessingParameterNumber.Integer|3|False|None|None
ParameterSelection|METHOD|Method|[0] Sum;[1] Min;[2] Max
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ParameterTableField|TRACK|Track|OBSERVATIONS|-1|False
ParameterTableField|DATE|Date|OBSERVATIONS|-1|False
ParameterTableField|TIME|Time|OBSERVATIONS|-1|False
ParameterTableField|PARAMETER|Parameter|OBSERVATIONS|-1|False
ParameterNumber|EPS_TIME|Maximum Time Span (Seconds)|None|None|60.0
ParameterNumber|EPS_SPACE|Maximum Distance|None|None|0.002
QgsProcessingParameterNumber|EPS_TIME|Maximum Time Span (Seconds)|QgsProcessingParameterNumber.Double|60.0|False|None|None
QgsProcessingParameterNumber|EPS_SPACE|Maximum Distance|QgsProcessingParameterNumber.Double|0.002|False|None|None
OutputTable|AGGREGATED|Aggregated
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Aggregation Index
grid_analysis
QgsProcessingParameterRasterLayer|INPUT|Input Grid|None|False
ParameterNumber|MAXNUMCLASS|Max. Number of Classes|None|None|5
QgsProcessingParameterNumber|MAXNUMCLASS|Max. Number of Classes|QgsProcessingParameterNumber.Integer|5|False|None|None
OutputTable|RESULT|Result
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Analytical Hillshading
ta_lighting
QgsProcessingParameterRasterLayer|ELEVATION|Elevation|None|False
ParameterSelection|METHOD|Shading Method|[0] Standard;[1] Standard (max. 90Degree);[2] Combined Shading;[3] Ray Tracing
ParameterNumber|AZIMUTH|Azimuth [Degree]|None|None|315.0
ParameterNumber|DECLINATION|Declination [Degree]|None|None|45.0
ParameterNumber|EXAGGERATION|Exaggeration|None|None|4.0
QgsProcessingParameterNumber|AZIMUTH|Azimuth [Degree]|QgsProcessingParameterNumber.Double|315.0|False|None|None
QgsProcessingParameterNumber|DECLINATION|Declination [Degree]|QgsProcessingParameterNumber.Double|45.0|False|None|None
QgsProcessingParameterNumber|EXAGGERATION|Exaggeration|QgsProcessingParameterNumber.Double|4.0|False|None|None
OutputRaster|SHADE|Analytical Hillshading
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ grid_gridding
ParameterVector|SHAPES|Points|-1|False
ParameterTable|FIELD|Attribute|False
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system| 0
ParameterNumber|TARGET_USER_SIZE|Cellsize| 0.000000|None| 1.000000
ParameterNumber|TARGET_USER_XMIN|Left|None|None| 0.000000
ParameterNumber|TARGET_USER_XMAX|Right|None|None| 100.000000
ParameterNumber|TARGET_USER_YMIN|Bottom|None|None| 0.000000
ParameterNumber|TARGET_USER_YMAX|Top|None|None| 100.000000
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|1.000000|False| 0.000000|None
QgsProcessingParameterNumber|TARGET_USER_XMIN|Left|QgsProcessingParameterNumber.Double|0.000000|False|None|None
QgsProcessingParameterNumber|TARGET_USER_XMAX|Right|QgsProcessingParameterNumber.Double|100.000000|False|None|None
QgsProcessingParameterNumber|TARGET_USER_YMIN|Bottom|QgsProcessingParameterNumber.Double|0.000000|False|None|None
QgsProcessingParameterNumber|TARGET_USER_YMAX|Top|QgsProcessingParameterNumber.Double|100.000000|False|None|None
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells| 0
QgsProcessingParameterRasterLayer|TARGET_TEMPLATE|Target System|None|True
OutputRaster|TARGET_OUT_GRID|Target Grid
ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global| 0
ParameterNumber|SEARCH_RADIUS|Maximum Search Distance| 0.000000|None| 1000.000000
QgsProcessingParameterNumber|SEARCH_RADIUS|Maximum Search Distance|QgsProcessingParameterNumber.Double|1000.000000|False| 0.000000|None
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance| 0
ParameterNumber|SEARCH_POINTS_MIN|Minimum| 1|None| -1
ParameterNumber|SEARCH_POINTS_MAX|Maximum| 1|None| 20
QgsProcessingParameterNumber|SEARCH_POINTS_MIN|Minimum|QgsProcessingParameterNumber.Integer|-1|False| 1|None
QgsProcessingParameterNumber|SEARCH_POINTS_MAX|Maximum|QgsProcessingParameterNumber.Integer|20|False| 1|None
ParameterSelection|SEARCH_DIRECTION|Direction|[0] all directions;[1] quadrants| 0
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting| 1
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power| 0.000000|None| 2.000000
QgsProcessingParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|QgsProcessingParameterNumber.Double|2.000000|False| 0.000000|None
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|False
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth| 0.000000|None| 1.000000
QgsProcessingParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|QgsProcessingParameterNumber.Double|1.000000|False| 0.000000|None
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ ParameterBoolean|NORMALIZE|Normalize|False
ParameterVector|TRAIN_AREAS|Training Areas|2|False
ParameterTable|TRAIN_CLASS|Class Identifier|False
OutputRaster|CLASSES|Classification
ParameterNumber|ANN_LAYERS|Number of Layers| 1|None| 3
ParameterNumber|ANN_NEURONS|Number of Neurons| 1|None| 3
ParameterNumber|ANN_MAXITER|Maximum Number of Iterations| 1|None| 300
ParameterNumber|ANN_EPSILON|Error Change (Epsilon)| 0.000000|None| 0.000000
QgsProcessingParameterNumber|ANN_LAYERS|Number of Layers|QgsProcessingParameterNumber.Integer|3|False| 1|None
QgsProcessingParameterNumber|ANN_NEURONS|Number of Neurons|QgsProcessingParameterNumber.Integer|3|False| 1|None
QgsProcessingParameterNumber|ANN_MAXITER|Maximum Number of Iterations|QgsProcessingParameterNumber.Integer|300|False| 1|None
QgsProcessingParameterNumber|ANN_EPSILON|Error Change (Epsilon)|QgsProcessingParameterNumber.Double|0.000000|False| 0.000000|None
ParameterSelection|ANN_ACTIVATION|Activation Function|[0] Identity;[1] Sigmoid;[2] Gaussian| 1
ParameterNumber|ANN_ACT_ALPHA|Function's Alpha|None|None| 1.000000
ParameterNumber|ANN_ACT_BETA|Function's Beta|None|None| 1.000000
QgsProcessingParameterNumber|ANN_ACT_ALPHA|Function's Alpha|QgsProcessingParameterNumber.Double|1.000000|False|None|None
QgsProcessingParameterNumber|ANN_ACT_BETA|Function's Beta|QgsProcessingParameterNumber.Double|1.000000|False|None|None
ParameterSelection|ANN_PROPAGATION|Training Method|[0] resilient propagation;[1] back propagation| 1
ParameterNumber|ANN_RP_DW0|Initial Update Value|None|None| 0.000000
ParameterNumber|ANN_RP_DW_PLUS|Increase Factor| 1.010000|None| 1.200000
ParameterNumber|ANN_RP_DW_MINUS|Decrease Factor| 0.010000| 0.990000| 0.500000
ParameterNumber|ANN_RP_DW_MIN|Lower Value Update Limit| 0.010000|None| 0.100000
ParameterNumber|ANN_RP_DW_MAX|Upper Value Update Limit| 1.010000|None| 1.100000
ParameterNumber|ANN_BP_DW|Weight Gradient Term|None|None| 0.100000
ParameterNumber|ANN_BP_MOMENT|Moment Term|None|None| 0.100000
QgsProcessingParameterNumber|ANN_RP_DW0|Initial Update Value|QgsProcessingParameterNumber.Double|0.000000|False|None|None
QgsProcessingParameterNumber|ANN_RP_DW_PLUS|Increase Factor|QgsProcessingParameterNumber.Double|1.200000|False| 1.010000|None
QgsProcessingParameterNumber|ANN_RP_DW_MINUS|Decrease Factor|QgsProcessingParameterNumber.Double|0.500000|False| 0.010000| 0.990000