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 5056139 commit 4ae948dCopy full SHA for 4ae948d
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