We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f56c5d commit 3215247Copy full SHA for 3215247
python/plugins/processing/algs/gdal/rasterize.py
@@ -134,6 +134,8 @@ def getConsoleCommands(self):
134
arguments.append('-ot')
135
arguments.append(self.TYPE[self.getParameterValue(self.RTYPE)])
136
dimType = self.getParameterValue(self.DIMENSIONS)
137
+ arguments.append('-of')
138
+ arguments.append(GdalUtils.getFormatShortNameFromFilename(out))
139
if dimType == 0:
140
# size in pixels
141
arguments.append('-ts')
0 commit comments