Skip to content

Commit

Permalink
[sextante] fixes in saga algs an models
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jul 23, 2013
1 parent 0c0184d commit c2c0389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/plugins/sextante/algs/FieldsCalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class FieldsCalculator(GeoAlgorithm):
OUTPUT_LAYER = "OUTPUT_LAYER"

TYPE_NAMES = ["Float", "Integer", "String", "Boolean"]
TYPES = [QVariant.Double, QVariant.Int, QVariant.String. QVariant.Bool]
TYPES = [QVariant.Double, QVariant.Int, QVariant.String, QVariant.Bool]


def defineCharacteristics(self):
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/modeler/models/notinorder.model
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ None
None
None
None
ALGORITHM:saga:fillsinksplanchondarboux2001
ALGORITHM:saga:fillsinks
340.0,260.0
None
-1|RASTERLAYER_RASTER
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/modeler/models/watersheds.model
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VALUE:HARDCODEDPARAMVALUE_LINEARTHRS_1===500.0
VALUE:HARDCODEDPARAMVALUE_DIV_CELLS_2===10
VALUE:HARDCODEDPARAMVALUE_CONVERGENCE_1===1.0
VALUE:HARDCODEDPARAMVALUE_MINLEN_2===10
ALGORITHM:saga:fillsinksplanchondarboux2001
ALGORITHM:saga:fillsinks
120.0,160.0
None
-1|RASTERLAYER_DEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ParameterRaster|DEM|Elevation|False
ParameterNumber|RADIUS_A_MIN|Min Radius A|None|None|0
ParameterNumber|RADIUS_A_MAX|Max Radius A|None|None|100
ParameterNumber|RADIUS_B_MIN|Min Radius B|None|None|0
ParameterNumber|RADIUS_B_MAX|Min Radius B|None|None|1000
ParameterNumber|RADIUS_B_MAX|Max Radius B|None|None|1000
ParameterSelection|DISTANCE_WEIGHTING_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
ParameterNumber|DISTANCE_WEIGHTING_IDW_POWER|Inverse Distance Weighting Power|0.0|None|1
ParameterBoolean|DISTANCE_WEIGHTING_IDW_OFFSET |Inverse Distance Offset|True
Expand Down

0 comments on commit c2c0389

Please sign in to comment.