From af1fe9e231caed8af78dccf85f52d204de413d84 Mon Sep 17 00:00:00 2001 From: Giovanni Manghi Date: Sun, 19 Oct 2014 19:46:15 +0100 Subject: [PATCH] fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters --- .../description/{Merging.txt => 2.0.8_Merging.txt} | 0 .../algs/saga/description/2.1_Mosaicking.txt | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename python/plugins/processing/algs/saga/description/{Merging.txt => 2.0.8_Merging.txt} (100%) create mode 100644 python/plugins/processing/algs/saga/description/2.1_Mosaicking.txt diff --git a/python/plugins/processing/algs/saga/description/Merging.txt b/python/plugins/processing/algs/saga/description/2.0.8_Merging.txt similarity index 100% rename from python/plugins/processing/algs/saga/description/Merging.txt rename to python/plugins/processing/algs/saga/description/2.0.8_Merging.txt diff --git a/python/plugins/processing/algs/saga/description/2.1_Mosaicking.txt b/python/plugins/processing/algs/saga/description/2.1_Mosaicking.txt new file mode 100644 index 00000000000..203a01dbd46 --- /dev/null +++ b/python/plugins/processing/algs/saga/description/2.1_Mosaicking.txt @@ -0,0 +1,14 @@ +Mosaick raster layers|Mosaicking +grid_tools +AllowUnmatching +ParameterMultipleInput|GRIDS|Input Grids|3|False +ParameterMultipleInput|GRID_GRID|Grid (Optional Input)|3|True +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 +ParameterSelection|INTERPOL|Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation|0 +ParameterSelection|OVERLAP|Overlapping Areas|[0] first;[1] last;[2] minimum;[3] maximum;[4] mean;[5] blend boundary;[6] feathering|1 +ParameterNumber|BLEND_DIST|Blending Distance|0.000000|999999.000000|10.000000 +ParameterSelection|MATCH|Match|[0] none;[1] regression|0 +ParameterSelection|TARGET|Target Grid|[0] user defined;[1] existing grid or grid system|0 +ParameterSelection|USER_FIT|Fit|[0] nodes;[1] cells|0 +Extent USER_XMIN USER_XMAX USER_YMIN USER_YMAX +OutputRaster|USER_GRID|Mosaicked Grid \ No newline at end of file