File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/processing/algs/saga Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def processAlgorithm(self, progress):
168168 layers = param .value .split (';' )
169169 if layers is None or len (layers ) == 0 :
170170 continue
171- if param .datatype == dataobjects .TYPE_RASTER :
171+ if param .datatype == ParameterMultipleInput .TYPE_RASTER :
172172 for i , layerfile in enumerate (layers ):
173173 if layerfile .endswith ('sdat' ):
174174 layerfile = param .value [:- 4 ] + "sgrd"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AllowUnmatching
44ParameterMultipleInput|GRIDS|Input Grids|3|False
55ParameterString|NAME|Name|Mosaic
66ParameterSelection|TYPE|Preferred data storage type|[0] 1 bit;[1] 1 byte unsigned integer;[2] 1 byte signed integer;[3] 2 byte unsigned integer;[4] 2 byte signed integer;[5] 4 byte unsigned integer;[6] 4 byte signed integer;[7] 4 byte floating point;[8] 8 byte floating point|7
7- ParameterSelection|INTERPOL |Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0
7+ ParameterSelection|RESAMPLING |Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0
88ParameterSelection|OVERLAP|Overlapping Areas|[0] first;[1] last;[2] minimum;[3] maximum;[4] mean;[5] blend boundary;[6] feathering|1
99ParameterNumber|BLEND_DIST|Blending Distance|0.0|None|10.0
1010ParameterSelection|MATCH|Match|[0] none;[1] regression|0
You can’t perform that action at this time.
0 commit comments