Skip to content

Commit

Permalink
fix SAGA cluster analysis for rasters
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Jul 24, 2017
1 parent ab6dd74 commit 456e015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaNameDecorator.py
Expand Up @@ -95,7 +95,7 @@ def decoratedGroupName(name):
'Add Grid Values to Shapes': 'Add raster values to features',
'Change Grid Values': 'Reclassify values (simple)',
'Clip Grid with Polygon': 'Clip raster with polygon',
'Cluster Analysis for Grids': 'Cluster Analysis',
'K-Means Clustering for Grid': 'Cluster Analysis',
'Contour Lines from Grid': 'Contour Lines',
'Cubic Spline Approximation': 'Interpolate (Cubic spline)',
'Cut Shapes Layer': 'Cut vector Layer',
Expand Down
@@ -1,9 +1,11 @@
Cluster Analysis for Grids
K-Means Clustering for Grids
imagery_classification
ParameterMultipleInput|GRIDS|Grids|3.0|False
ParameterSelection|METHOD|Method|[0] Iterative Minimum Distance (Forgy 1965);[1] Hill-Climbing (Rubin 1967);[2] Combined Minimum Distance / Hillclimbing
ParameterNumber|NCLUSTER|Clusters|None|None|5
ParameterBoolean|NORMALISE |Normalise|True
ParameterBoolean|OLDVERSION |Old Version|True
ParameterNumber|NCLUSTER|Clusters|2|None|10
ParameterNumber|MAXITER|Maximum Iterations|0|None|0
ParameterBoolean|NORMALISE|Normalise|True
ParameterBoolean|OLDVERSION|Old Version|False
ParameterBoolean|UPDATEVIEW|Update View|False
OutputRaster|CLUSTER|Clusters
OutputTable|STATISTICS|Statistics
OutputTable|STATISTICS|Statistics

0 comments on commit 456e015

Please sign in to comment.