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
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
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
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
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
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
@@ -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
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
@@ -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
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
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
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
QgsProcessingParameterNumber|ANN_RP_DW_MIN|Lower Value Update Limit|QgsProcessingParameterNumber.Double|0.100000|False| 0.010000|None
QgsProcessingParameterNumber|ANN_RP_DW_MAX|Upper Value Update Limit|QgsProcessingParameterNumber.Double|1.100000|False| 1.010000|None
QgsProcessingParameterNumber|ANN_BP_DW|Weight Gradient Term|QgsProcessingParameterNumber.Double|0.100000|False|None|None
QgsProcessingParameterNumber|ANN_BP_MOMENT|Moment Term|QgsProcessingParameterNumb|er.Double|0.100000|False|None|None
Expand Up @@ -7,8 +7,8 @@ QgsProcessingParameterRasterLayer|BAND5|Landsat Band 5|None|False
QgsProcessingParameterRasterLayer|BAND6|Landsat Band 6|None|False
OutputRaster|CLOUD|Cloud Cover
ParameterBoolean|FILTER|Apply post-processing filter to remove small holes|True
ParameterNumber|B56C|B56 Composite (step 6)|None|None| 225.000000
ParameterNumber|B45R|B45 Ratio: Desert detection (step 10)|None|None| 1.000000
QgsProcessingParameterNumber|B56C|B56 Composite (step 6)|QgsProcessingParameterNumber.Double|225.000000|False|None|None
QgsProcessingParameterNumber|B45R|B45 Ratio: Desert detection (step 10)|QgsProcessingParameterNumber.Double|1.000000|False|None|None
ParameterBoolean|CSIG|Always use cloud signature (step 14)|True
ParameterBoolean|PASS2|Bypass second-pass processing, and merge warm (not ambiguous) and cold clouds|True
ParameterBoolean|SHADOW|Include a category for cloud shadows|True
Expand Up @@ -3,6 +3,6 @@ contrib_perego
QgsProcessingParameterRasterLayer|INPUT|Input|None|False
QgsProcessingParameterRasterLayer|MASK|Mask Grid|None|False
OutputRaster|RESULT|AWM1 Grid
ParameterNumber|V|Mask value|None|None| 1.000000
ParameterNumber|RX|Radius X| 1|None| 1
ParameterNumber|RY|Radius Y| 1|None| 1
QgsProcessingParameterNumber|V|Mask value|QgsProcessingParameterNumber.Double|1.000000|False|None|None
QgsProcessingParameterNumber|RX|Radius X|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|RY|Radius Y|QgsProcessingParameterNumber.Integer|1|False| 1|None
Expand Up @@ -3,6 +3,6 @@ contrib_perego
QgsProcessingParameterRasterLayer|INPUT|Input|None|False
QgsProcessingParameterRasterLayer|MASK|Mask Grid|None|False
OutputRaster|RESULT|AWM2 Grid
ParameterNumber|V|Mask value|None|None| 1.000000
ParameterNumber|RX|Radius X| 1|None| 1
ParameterNumber|RY|Radius Y| 1|None| 1
QgsProcessingParameterNumber|V|Mask value|QgsProcessingParameterNumber.Double|1.000000|False|None|None
QgsProcessingParameterNumber|RX|Radius X|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|RY|Radius Y|QgsProcessingParameterNumber.Integer|1|False| 1|None
Expand Up @@ -2,6 +2,6 @@ Average With Thereshold 1
contrib_perego
QgsProcessingParameterRasterLayer|INPUT|Input|None|False
OutputRaster|RESULT|AWT Grid
ParameterNumber|RX|Radius X| 1|None| 1
ParameterNumber|RY|Radius Y| 1|None| 1
ParameterNumber|THRESH|Threshold|None|None| 2.000000
QgsProcessingParameterNumber|RX|Radius X|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|RY|Radius Y|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|THRESH|Threshold|QgsProcessingParameterNumber.Double|2.000000|False|None|None
Expand Up @@ -2,6 +2,6 @@ Average With Thereshold 2
contrib_perego
QgsProcessingParameterRasterLayer|INPUT|Input|None|False
OutputRaster|RESULT|AWT Grid
ParameterNumber|RX|Radius X| 1|None| 1
ParameterNumber|RY|Radius Y| 1|None| 1
ParameterNumber|THRESH|Threshold|None|None| 2.000000
QgsProcessingParameterNumber|RX|Radius X|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|RY|Radius Y|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|THRESH|Threshold|QgsProcessingParameterNumber.Double|2.000000|False|None|None
Expand Up @@ -2,6 +2,6 @@ Average With Thereshold 3
contrib_perego
QgsProcessingParameterRasterLayer|INPUT|Input|None|False
OutputRaster|RESULT|AWT Grid
ParameterNumber|RX|Radius X| 1|None| 1
ParameterNumber|RY|Radius Y| 1|None| 1
ParameterNumber|THRESH|Threshold|None|None| 2.000000
QgsProcessingParameterNumber|RX|Radius X|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|RY|Radius Y|QgsProcessingParameterNumber.Integer|1|False| 1|None
QgsProcessingParameterNumber|THRESH|Threshold|QgsProcessingParameterNumber.Double|2.000000|False|None|None
Expand Up @@ -3,8 +3,8 @@ grid_spline
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET_DEFINITION 0
ParameterNumber|LEVEL|Resolution|0.001|None|1.0
QgsProcessingParameterNumber|LEVEL|Resolution|QgsProcessingParameterNumber.Double|1.0|False|0.001|None
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
QgsProcessingParameterNumber|TARGET_USER_SIZE|Cellsize|QgsProcessingParameterNumber.Double|100.0|False|None|None
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
OutputRaster|TARGET_OUT_GRID|Grid
Expand Up @@ -17,4 +17,4 @@ OutputRaster|CHNL_BASE|Channel Network Base Level
OutputRaster|CHNL_DIST|Channel Network Distance
OutputRaster|VALL_DEPTH|Valley Depth
OutputRaster|RSP|Relative Slope Position
ParameterNumber|THRESHOLD|Channel Density| 1|None| 5
QgsProcessingParameterNumber|THRESHOLD|Channel Density|QgsProcessingParameterNumber.Integer|5|False| 1|None
Expand Up @@ -2,4 +2,4 @@ Binary Erosion-Reconstruction
grid_filter
QgsProcessingParameterRasterLayer|INPUT_GRID|Input Grid|None|False
OutputRaster|OUTPUT_GRID|Output Grid
ParameterNumber|RADIUS|Filter Size (Radius)|None|None| 3
QgsProcessingParameterNumber|RADIUS|Filter Size (Radius)|QgsProcessingParameterNumber.Integer|3|False|None|None
Expand Up @@ -5,12 +5,12 @@ ParameterBoolean|NORMALIZE|Normalize|False
ParameterVector|TRAIN_AREAS|Training Areas|-1|False
ParameterTable|TRAIN_CLASS|Class Identifier|False
OutputRaster|CLASSES|Classification
ParameterNumber|MAX_DEPTH|Maximum Tree Depth| 1|None| 10
ParameterNumber|MIN_SAMPLES|Minimum Sample Count| 2|None| 2
ParameterNumber|MAX_CATEGRS|Maximum Categories| 1|None| 10
QgsProcessingParameterNumber|MAX_DEPTH|Maximum Tree Depth|QgsProcessingParameterNumber.Integer|10|False| 1|None
QgsProcessingParameterNumber|MIN_SAMPLES|Minimum Sample Count|QgsProcessingParameterNumber.Integer|2|False| 2|None
QgsProcessingParameterNumber|MAX_CATEGRS|Maximum Categories|QgsProcessingParameterNumber.Integer|10|False| 1|None
ParameterBoolean|1SE_RULE|Use 1SE Rule|True
ParameterBoolean|TRUNC_PRUNED|Truncate Pruned Trees|True
ParameterNumber|REG_ACCURACY|Regression Accuracy| 0.000000|None| 0.010000
ParameterNumber|WEAK_COUNT|Weak Count| 0|None| 100
ParameterNumber|WGT_TRIM_RATE|Weight Trim Rate| 0.000000| 1.000000| 0.950000
QgsProcessingParameterNumber|REG_ACCURACY|Regression Accuracy|QgsProcessingParameterNumber.Double|0.010000|False| 0.000000|None
QgsProcessingParameterNumber|WEAK_COUNT|Weak Count|QgsProcessingParameterNumber.Integer|100|False| 0|None
QgsProcessingParameterNumber|WGT_TRIM_RATE|Weight Trim Rate|QgsProcessingParameterNumber.Double|0.950000|False| 0.000000| 1.000000
ParameterSelection|BOOST_TYPE|Boost Type|[0] Discrete AdaBoost;[1] Real AdaBoost;[2] LogitBoost;[3] Gentle AdaBoost| 1
Expand Up @@ -4,5 +4,5 @@ QgsProcessingParameterRasterLayer|DEM|DEM|None|False
QgsProcessingParameterRasterLayer|STREAM|Streams|None|False
QgsProcessingParameterRasterLayer|FLOWDIR|Flow direction|None|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
QgsProcessingParameterNumber|EPSILON|Epsilon|QgsProcessingParameterNumber.Double|1.0|False|0.0|None
OutputRaster|BURN|Processed DEM
Expand Up @@ -5,4 +5,4 @@ OutputRaster|CATEGORIES|Number of Categories
OutputRaster|COINCIDENCE|Coincidence
OutputRaster|MAJ_COUNT|Dominance of Majority
OutputRaster|MAJ_VALUE|Value of Majority
ParameterNumber|RADIUS|Radius [Cells]| 0|None| 0
QgsProcessingParameterNumber|RADIUS|Radius [Cells]|QgsProcessingParameterNumber.Integer|0|False| 0|None
Expand Up @@ -2,6 +2,6 @@ Cell Balance
ta_hydrology
QgsProcessingParameterRasterLayer|DEM|Elevation|None|False
QgsProcessingParameterRasterLayer|WEIGHTS|Parameter|None|True
ParameterNumber|WEIGHTS_DEFAULT|Default Weight|0.0|None|1.0
QgsProcessingParameterNumber|WEIGHTS_DEFAULT|Default Weight|QgsProcessingParameterNumber.Double|1.0|False|0.0|None
ParameterSelection|METHOD|Method|[0] Deterministic 8;[1] Multiple Flow Direction
OutputRaster|BALANCE|Cell Balance

0 comments on commit 640891e

Please sign in to comment.