Skip to content

Commit a0a546f

Browse files
author
Giovanni Manghi
committedOct 19, 2014
small fix for SAGA module
1 parent a548d1f commit a0a546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/description/2.1_Mosaicking.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ParameterMultipleInput|GRID_GRID|Grid (Optional Input)|3|True
66
ParameterSelection|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
77
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0
88
ParameterSelection|OVERLAP|Overlapping Areas|[0] first;[1] last;[2] minimum;[3] maximum;[4] mean;[5] blend boundary;[6] feathering|1
9-
ParameterNumber|BLEND_DIST|Blending Distance|0.000000|999999.000000|10.000000
9+
ParameterNumber|BLEND_DIST|Blending Distance|0.0|None|10.0
1010
ParameterSelection|MATCH|Match|[0] none;[1] regression|0
1111
ParameterSelection|TARGET|Target Grid|[0] user defined;[1] existing grid or grid system|0
1212
ParameterSelection|USER_FIT|Fit|[0] nodes;[1] cells|0

0 commit comments

Comments
 (0)
Please sign in to comment.