-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2869 from NaturalGIS/processing_fix_saga_223_chan…
…ged_modules [processing] fix/adds SAGA 2.2.3 tools
- Loading branch information
Showing
17 changed files
with
145 additions
and
33 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
python/plugins/processing/algs/saga/description/2.2.2/ConfusionMatrix(GridPolygons).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Confusion Matrix (Polygons / Grid) | ||
imagery_classification | ||
ParameterRaster|GRID|Classification|False | ||
ParameterTable|GRID_LUT|Look-up Table|True | ||
ParameterTableField|GRID_LUT_MIN|Value|GRID_LUT|-1|True | ||
ParameterTableField|GRID_LUT_MAX|Value (Maximum)|GRID_LUT|-1|True | ||
ParameterTableField|GRID_LUT_NAM|Name|GRID_LUT|-1|True | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
ParameterTableField|FIELD|Classes|POLYGONS|-1|False | ||
OutputTable|CONFUSION|Confusion Matrix | ||
OutputTable|CLASSES|Class Values | ||
OutputTable|SUMMARY|Summary |
14 changes: 14 additions & 0 deletions
14
python/plugins/processing/algs/saga/description/2.2.2/DiversityOfCategories.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Diversity of Categories | ||
grid_analysis | ||
ParameterRaster|CATEGORIES|Categories|False | ||
ParameterSelection|SEARCH_MODE|Search Mode|[0] square;[1] circle|1 | ||
ParameterNumber|SEARCH_RADIUS|Search Radius Distance|1.0|3|3 | ||
ParameterSelection|NB_CASE|Connectivity Neighbourhood|[0] Rook's case;[1] Queen's case|1 | ||
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting | ||
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1 | ||
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True | ||
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|0.7 | ||
OutputRaster|DIVERSITY|Diversity | ||
OutputRaster|SIZE_MEAN|Average Size | ||
OutputRaster|SIZE_SKEW|Skewness | ||
OutputRaster|CONNECTIVITY|Connectivity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
python/plugins/processing/algs/saga/description/2.2.3/ConfusionMatrix(GridPolygons).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Confusion Matrix (Polygons / Grid) | ||
imagery_classification | ||
ParameterRaster|GRID|Classification|False | ||
ParameterTable|GRID_LUT|Look-up Table|True | ||
ParameterTableField|GRID_LUT_MIN|Value|GRID_LUT|-1|True | ||
ParameterTableField|GRID_LUT_MAX|Value (Maximum)|GRID_LUT|-1|True | ||
ParameterTableField|GRID_LUT_NAM|Name|GRID_LUT|-1|True | ||
ParameterVector|POLYGONS|Polygons|2|False | ||
ParameterTableField|FIELD|Classes|POLYGONS|-1|False | ||
OutputTable|CONFUSION|Confusion Matrix | ||
OutputTable|CLASSES|Class Values | ||
OutputTable|SUMMARY|Summary |
8 changes: 0 additions & 8 deletions
8
python/plugins/processing/algs/saga/description/2.2.3/CreateGraticule.txt
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
python/plugins/processing/algs/saga/description/2.2.3/CreateLinesGraticule.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Create Lines Graticule|Create Graticule | ||
shapes_tools | ||
Hardcoded|-TYPE 0 | ||
ParameterVector|EXTENT|Extent|-1|True | ||
Extent EXTENT_X_MIN EXTENT_X_MAX EXTENT_Y_MIN EXTENT_Y_MAX | ||
ParameterNumber|DIVISION_X|Division Width|None|None|1.0 | ||
ParameterNumber|DIVISION_Y|Division Height|None|None|1.0 | ||
ParameterSelection|ALIGNMENT|Alignment|[0] Bottom left;[1] Top left;[2] Bottom right;[3] Top right;[4] Centered|0 | ||
OutputVector|GRATICULE_LINE|Lines Graticule |
9 changes: 9 additions & 0 deletions
9
python/plugins/processing/algs/saga/description/2.2.3/CreatePolygonsGraticule.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Create Polygons Graticule|Create Graticule | ||
shapes_tools | ||
Hardcoded|-TYPE 1 | ||
ParameterVector|EXTENT|Extent|-1|True | ||
Extent EXTENT_X_MIN EXTENT_X_MAX EXTENT_Y_MIN EXTENT_Y_MAX | ||
ParameterNumber|DIVISION_X|Division Width|None|None|1.0 | ||
ParameterNumber|DIVISION_Y|Division Height|None|None|1.0 | ||
ParameterSelection|ALIGNMENT|Alignment|[0] Bottom left;[1] Top left;[2] Bottom right;[3] Top right;[4] Centered|0 | ||
OutputVector|GRATICULE_RECT|Rectangle Graticule |
11 changes: 11 additions & 0 deletions
11
python/plugins/processing/algs/saga/description/2.2.3/DiffusiveHillslopeEvolution(ADI).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Diffusive Hillslope Evolution (ADI) | ||
sim_qm_of_esp | ||
ParameterRaster|DEM|Elevation|False | ||
ParameterRaster|CHANNELS|Channel Mask|True | ||
ParameterBoolean|UPDATE|Update|True | ||
ParameterNumber|KAPPA|Diffusivity [m2/kyr]|0.0|None|10.0 | ||
ParameterNumber|DURATION|Simulation Time [kyr]|0.0|None|10000.0 | ||
ParameterSelection|TIMESTEP|Time Step|[0] user defined;[1] automatically|1 | ||
ParameterNumber|DTIME|Time Step [kyr]|0.0|None|1000.0 | ||
OutputRaster|MODEL|Modelled Elevation | ||
OutputRaster|DIFF|Elevation Difference |
11 changes: 11 additions & 0 deletions
11
python/plugins/processing/algs/saga/description/2.2.3/DiffusiveHillslopeEvolution(FTCS).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Diffusive Hillslope Evolution (FTCS) | ||
sim_qm_of_esp | ||
ParameterRaster|DEM|Elevation|False | ||
ParameterBoolean|UPDATE|Update|True | ||
ParameterNumber|KAPPA|Diffusivity [m2/kyr]|0.0|None|1.0 | ||
ParameterNumber|DURATION|Simulation Time [kyr]|0.0|None|100.0 | ||
ParameterSelection|TIMESTEP|Time Step|[0] user defined;[1] automatically|1 | ||
ParameterNumber|DTIME|Time Step [kyr]|0.0|None|10.0 | ||
ParameterSelection|NEIGHBOURS|Neighbourhood|[0] Neumann;[1] Moore|1 | ||
OutputRaster|MODEL|Modelled Elevation | ||
OutputRaster|DIFF|Elevation Difference |
15 changes: 15 additions & 0 deletions
15
python/plugins/processing/algs/saga/description/2.2.3/DiversityOfCategories.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Diversity of Categories | ||
grid_analysis | ||
ParameterRaster|CATEGORIES|Categories|False | ||
ParameterSelection|SEARCH_MODE|Search Mode|[0] square;[1] circle|1 | ||
ParameterNumber|SEARCH_RADIUS|Search Radius Distance|1.0|3|3 | ||
ParameterSelection|NB_CASE|Connectivity Neighbourhood|[0] Rook's case;[1] Queen's case|1 | ||
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting | ||
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1 | ||
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True | ||
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|0.0|None|0.7 | ||
OutputRaster|COUNT|Number of Categories | ||
OutputRaster|DIVERSITY|Diversity | ||
OutputRaster|SIZE_MEAN|Average Size | ||
OutputRaster|SIZE_SKEW|Skewness | ||
OutputRaster|CONNECTIVITY|Connectivity |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.3/FillSinks(QMofESP).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Fill Sinks (QM of ESP) | ||
sim_qm_of_esp | ||
ParameterRaster|DEM|DEM|False | ||
ParameterNumber|DZFILL|Fill Increment|0.0|None|0.01 | ||
OutputRaster|FILLED|DEM Without Sinks | ||
OutputRaster|SINKS|Sinks |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.2.3/FlowAccumulation(QMofESP).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Flow Accumulation (QM of ESP) | ||
sim_qm_of_esp | ||
ParameterRaster|DEM|DEM|False | ||
ParameterSelection|PREPROC|Preprocessing|[0] none;[1] fill sinks temporarily;[2] fill sinks permanently|1 | ||
ParameterNumber|DZFILL|Fill Increment|0.00|None|0.01 | ||
OutputRaster|FLOW|Contributing Area |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
python/plugins/processing/algs/saga/description/2.2.3/ResidualAnalysis(Grid).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
python/plugins/processing/algs/saga/description/2.2.3/SuccessiveFlowRouting.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Successive Flow Routing | ||
sim_qm_of_esp | ||
ParameterRaster|DEM|DEM|False | ||
ParameterNumber|ITERATIONS|Iterations|1|None|100 | ||
ParameterNumber|RUNOFF|Runoff|None|None|1.00 | ||
ParameterNumber|MANNING|Manning's Roughness|None|None|0.20 | ||
OutputRaster|FLOW|Flow |