diff --git a/python/plugins/processing/algs/gdal/GridAverage.py b/python/plugins/processing/algs/gdal/GridAverage.py index 47d52dc9ee9..ba108e5fddf 100644 --- a/python/plugins/processing/algs/gdal/GridAverage.py +++ b/python/plugins/processing/algs/gdal/GridAverage.py @@ -48,8 +48,7 @@ class GridAverage(GdalAlgorithm): OUTPUT = 'OUTPUT' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def commandLineName(self): return "gdalogr:gridaverage" diff --git a/python/plugins/processing/algs/gdal/GridDataMetrics.py b/python/plugins/processing/algs/gdal/GridDataMetrics.py index 3eb769d73e3..c61cc904108 100644 --- a/python/plugins/processing/algs/gdal/GridDataMetrics.py +++ b/python/plugins/processing/algs/gdal/GridDataMetrics.py @@ -49,8 +49,7 @@ class GridDataMetrics(GdalAlgorithm): OUTPUT = 'OUTPUT' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32',' Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] DATA_METRICS = ['Minimum', 'Maximum', 'Range', 'Count', 'Average distance', 'Average distance between points'] diff --git a/python/plugins/processing/algs/gdal/GridInvDist.py b/python/plugins/processing/algs/gdal/GridInvDist.py index 50a7061dc8a..0a65d886c3b 100644 --- a/python/plugins/processing/algs/gdal/GridInvDist.py +++ b/python/plugins/processing/algs/gdal/GridInvDist.py @@ -52,8 +52,7 @@ class GridInvDist(GdalAlgorithm): OUTPUT = 'OUTPUT' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def commandLineName(self): return "gdalogr:gridinvdist" diff --git a/python/plugins/processing/algs/gdal/GridNearest.py b/python/plugins/processing/algs/gdal/GridNearest.py index 75148be7c27..737aa17b551 100644 --- a/python/plugins/processing/algs/gdal/GridNearest.py +++ b/python/plugins/processing/algs/gdal/GridNearest.py @@ -48,8 +48,7 @@ class GridNearest(GdalAlgorithm): OUTPUT = 'OUTPUT' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def commandLineName(self): return "gdalogr:gridnearestneighbor" diff --git a/python/plugins/processing/algs/gdal/merge.py b/python/plugins/processing/algs/gdal/merge.py index a02b8a93ac1..9eb014f044a 100644 --- a/python/plugins/processing/algs/gdal/merge.py +++ b/python/plugins/processing/algs/gdal/merge.py @@ -43,8 +43,7 @@ class merge(GdalAlgorithm): SEPARATE = 'SEPARATE' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def defineCharacteristics(self): self.name = 'Merge' diff --git a/python/plugins/processing/algs/gdal/proximity.py b/python/plugins/processing/algs/gdal/proximity.py index 2ed3bf25efb..ef76d91ceed 100644 --- a/python/plugins/processing/algs/gdal/proximity.py +++ b/python/plugins/processing/algs/gdal/proximity.py @@ -46,8 +46,7 @@ class proximity(GdalAlgorithm): OUTPUT = 'OUTPUT' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] DISTUNITS = ['GEO', 'PIXEL'] diff --git a/python/plugins/processing/algs/gdal/rasterize.py b/python/plugins/processing/algs/gdal/rasterize.py index ac4f7f074ca..34a007538a6 100644 --- a/python/plugins/processing/algs/gdal/rasterize.py +++ b/python/plugins/processing/algs/gdal/rasterize.py @@ -48,8 +48,7 @@ class rasterize(GdalAlgorithm): RTYPE = 'RTYPE' OUTPUT = 'OUTPUT' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def commandLineName(self): return "gdalogr:rasterize" diff --git a/python/plugins/processing/algs/gdal/translate.py b/python/plugins/processing/algs/gdal/translate.py index 034d5ca3ea0..765e2d7701a 100644 --- a/python/plugins/processing/algs/gdal/translate.py +++ b/python/plugins/processing/algs/gdal/translate.py @@ -52,8 +52,7 @@ class translate(GdalAlgorithm): EXTRA = 'EXTRA' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def commandLineName(self): return "gdalogr:translate" diff --git a/python/plugins/processing/algs/gdal/warp.py b/python/plugins/processing/algs/gdal/warp.py index 58c78462648..44ff70aba69 100644 --- a/python/plugins/processing/algs/gdal/warp.py +++ b/python/plugins/processing/algs/gdal/warp.py @@ -47,8 +47,7 @@ class warp(GdalAlgorithm): EXTRA = 'EXTRA' RTYPE = 'RTYPE' - TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64', - 'CInt16', 'CInt32', 'CFloat32', 'CFloat64'] + TYPE = ['Byte', 'Int16', 'UInt16', 'UInt32', 'Int32', 'Float32', 'Float64'] def defineCharacteristics(self): self.name = 'Warp (reproject)'