mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Merge pull request #1844 from gioman/fix_saga_rastercalc
fix different issues in SAGA grid calculator module and add a couple of useful options
This commit is contained in:
commit
bebd71c8b4
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user