Skip to content

Commit

Permalink
Merge pull request #1844 from gioman/fix_saga_rastercalc
Browse files Browse the repository at this point in the history
fix different issues in SAGA grid calculator module and add a couple of useful options
  • Loading branch information
volaya committed Jan 21, 2015
2 parents 7796b15 + a95e28f commit bebd71c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
@@ -1,7 +1,9 @@
Raster calculator|Grid calcualtor
Raster calculator|Grid Calculator
grid_calculus
AllowUnmatching
ParameterRaster|XGRID|Main input layer|False
ParameterMultipleInput|GRIDS|Additional layers|3|False
ParameterRaster|GRIDS|Main input layer|False
ParameterMultipleInput|XGRIDS|Additional layers|3|True
ParameterString|FORMULA|Formula|
ParameterBoolean|USE_NODATA|Use NoData|False
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
OutputRaster|RESULT|Result layer
@@ -1,7 +1,9 @@
Raster calculator|Grid calcualtor
Raster calculator|Grid Calculator
grid_calculus
AllowUnmatching
ParameterRaster|XGRID|Main input layer|False
ParameterMultipleInput|GRIDS|Additional layers|3|False
ParameterRaster|GRIDS|Main input layer|False
ParameterMultipleInput|XGRIDS|Additional layers|3|True
ParameterString|FORMULA|Formula|
ParameterBoolean|USE_NODATA|Use NoData|False
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
OutputRaster|RESULT|Result layer

0 comments on commit bebd71c

Please sign in to comment.