Skip to content

Commit bebd71c

Browse files
committedJan 21, 2015
Merge pull request #1844 from gioman/fix_saga_rastercalc
fix different issues in SAGA grid calculator module and add a couple of useful options
2 parents 7796b15 + a95e28f commit bebd71c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
 
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Raster calculator|Grid calcualtor
1+
Raster calculator|Grid Calculator
22
grid_calculus
33
AllowUnmatching
4-
ParameterRaster|XGRID|Main input layer|False
5-
ParameterMultipleInput|GRIDS|Additional layers|3|False
4+
ParameterRaster|GRIDS|Main input layer|False
5+
ParameterMultipleInput|XGRIDS|Additional layers|3|True
66
ParameterString|FORMULA|Formula|
7+
ParameterBoolean|USE_NODATA|Use NoData|False
8+
ParameterSelection|TYPE|Output Data Type|[0] bit;[1] unsigned 1 byte integer;[2] signed 1 byte integer;[3] unsigned 2 byte integer;[4] signed 2 byte integer;[5] unsigned 4 byte integer;[6] signed 4 byte integer;[7] 4 byte floating point number;[8] 8 byte floating point number|7
79
OutputRaster|RESULT|Result layer
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Raster calculator|Grid calcualtor
1+
Raster calculator|Grid Calculator
22
grid_calculus
33
AllowUnmatching
4-
ParameterRaster|XGRID|Main input layer|False
5-
ParameterMultipleInput|GRIDS|Additional layers|3|False
4+
ParameterRaster|GRIDS|Main input layer|False
5+
ParameterMultipleInput|XGRIDS|Additional layers|3|True
66
ParameterString|FORMULA|Formula|
7+
ParameterBoolean|USE_NODATA|Use NoData|False
8+
ParameterSelection|TYPE|Output Data Type|[0] bit;[1] unsigned 1 byte integer;[2] signed 1 byte integer;[3] unsigned 2 byte integer;[4] signed 2 byte integer;[5] unsigned 4 byte integer;[6] signed 4 byte integer;[7] 4 byte floating point number;[8] 8 byte floating point number|7
79
OutputRaster|RESULT|Result layer

0 commit comments

Comments
 (0)
Please sign in to comment.