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 229ef29 commit d0e595fCopy full SHA for d0e595f
python/plugins/processing/algs/lidar/fusion/DTM2ASCII.py
@@ -41,9 +41,9 @@ def defineCharacteristics(self):
41
self.name, self.i18n_name = self.trAlgorithm('DTM to ASCII')
42
self.group, self.i18n_group = self.trAlgorithm('Points')
43
self.addParameter(ParameterFile(
44
- self.INPUT, self.tr('Input canopy surface (.dtm)')))
+ self.INPUT, self.tr('Input canopy surface (.dtm)')))
45
self.addParameter(ParameterSelection(
46
- self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))
+ self.SWITCH, self.tr('Output format'), ['raster (ASCII)', 'csv']))
47
48
def processAlgorithm(self, progress):
49
commands = [os.path.join(FusionUtils.FusionPath(), 'DTM2ASCII.exe')]
0 commit comments