Skip to content

Commit

Permalink
fix different issues in SAGA grid calculator module and add a couple …
Browse files Browse the repository at this point in the history
…of useful options
  • Loading branch information
Giovanni Manghi committed Jan 20, 2015
1 parent bdcbeb1 commit a95e28f
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 a95e28f

Please sign in to comment.