Skip to content

Commit af1fe9e

Browse files
author
Giovanni Manghi
committedOct 19, 2014
fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters
1 parent da5766c commit af1fe9e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Mosaick raster layers|Mosaicking
2+
grid_tools
3+
AllowUnmatching
4+
ParameterMultipleInput|GRIDS|Input Grids|3|False
5+
ParameterMultipleInput|GRID_GRID|Grid (Optional Input)|3|True
6+
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
7+
ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0
8+
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
10+
ParameterSelection|MATCH|Match|[0] none;[1] regression|0
11+
ParameterSelection|TARGET|Target Grid|[0] user defined;[1] existing grid or grid system|0
12+
ParameterSelection|USER_FIT|Fit|[0] nodes;[1] cells|0
13+
Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX
14+
OutputRaster|USER_GRID|Mosaicked Grid

0 commit comments

Comments
 (0)
Please sign in to comment.