We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ab3a213 commit e9b6da1Copy full SHA for e9b6da1
python/plugins/processing/algs/gdal/translate.py
@@ -69,7 +69,7 @@ def initAlgorithm(self, config=None):
69
self.addParameter(QgsProcessingParameterNumber(self.NODATA,
70
self.tr('Assign a specified nodata value to output bands'),
71
type=QgsProcessingParameterNumber.Double,
72
- defaultValue=0.0,
+ defaultValue=None,
73
optional=True))
74
self.addParameter(QgsProcessingParameterBoolean(self.COPY_SUBDATASETS,
75
self.tr('Copy all subdatasets of this file to individual output files'),
0 commit comments