Skip to content

Commit c2c0389

Browse files
committedJul 23, 2013
[sextante] fixes in saga algs an models
1 parent 0c0184d commit c2c0389

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎python/plugins/sextante/algs/FieldsCalculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FieldsCalculator(GeoAlgorithm):
4848
OUTPUT_LAYER = "OUTPUT_LAYER"
4949

5050
TYPE_NAMES = ["Float", "Integer", "String", "Boolean"]
51-
TYPES = [QVariant.Double, QVariant.Int, QVariant.String. QVariant.Bool]
51+
TYPES = [QVariant.Double, QVariant.Int, QVariant.String, QVariant.Bool]
5252

5353

5454
def defineCharacteristics(self):

‎python/plugins/sextante/modeler/models/notinorder.model

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ None
3131
None
3232
None
3333
None
34-
ALGORITHM:saga:fillsinksplanchondarboux2001
34+
ALGORITHM:saga:fillsinks
3535
340.0,260.0
3636
None
3737
-1|RASTERLAYER_RASTER

‎python/plugins/sextante/modeler/models/watersheds.model

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VALUE:HARDCODEDPARAMVALUE_LINEARTHRS_1===500.0
1717
VALUE:HARDCODEDPARAMVALUE_DIV_CELLS_2===10
1818
VALUE:HARDCODEDPARAMVALUE_CONVERGENCE_1===1.0
1919
VALUE:HARDCODEDPARAMVALUE_MINLEN_2===10
20-
ALGORITHM:saga:fillsinksplanchondarboux2001
20+
ALGORITHM:saga:fillsinks
2121
120.0,160.0
2222
None
2323
-1|RASTERLAYER_DEM

‎python/plugins/sextante/saga/description/TPIBasedLandformClassification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ParameterRaster|DEM|Elevation|False
44
ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
55
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
66
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
7-
ParameterNumber|RADIUS_B_MAX|Min Radius B|None|None|1000
7+
ParameterNumber|RADIUS_B_MAX|Max Radius B|None|None|1000
88
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
99
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
1010
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True

0 commit comments

Comments
 (0)
Please sign in to comment.