Lines Matching refs:DONE

35   * DONE Algorithms can handle data with utf-8 in filepath.
43 * DONE create a general inputVectorLayer method.
50 * DONE Fix ParameterFiles (use False instead of 0 value for file type).
51 * DONE Support multiple output vector formats.
52 * DONE Add an optional/advanced 'format option' textbox if vector output is detected.
53 * DONE Review all algorithm parameters.
54 * DONE Support multiple output file raster formats.
55 * DONE Add an optional/advanced 'format option' textbox if raster output is detected.
56 * DONE Detext file format from extension.
57 * DONE Improve GdalUtils to report raster formats that can be created with GDAL.
58 * DONE Add GRASS 7.2 new algorithms.
59 * DONE Remove r.aspect => r.slope.aspect.
60 * DONE Remove r.median.
61 * DONE r.out.ascii.
62 * DONE r.out.mat.
63 * DONE r.out.mpeg.
64 * DONE r.out.png.
65 * DONE r.out.pop.
66 * DONE r.out.ppm3.
67 * DONE r.out.vtk.
68 * DONE r.out.xyz.
69 * DONE r.proj.
70 * DONE r.stats.zonal.
71 * DONE v.decimate.
72 * DONE v.in.e00.
73 * DONE v.proj.
74 * DONE Support QgsProcessingParameterRange (error in processing/gui/wrappers.py).
75 * DONE implement a basic RangePanel/wrapper.
76 * DONE Improve Wrapper logic for min/max.
77 * DONE Use some raster/vector layers with spacename into their path.
78 * DONE Use GRASS --exec instead of GRASS_BATCH_JOB.
79 * DONE Improve Grass Path and Binary detection for all OSs.
80 * DONE Replace all parameters by QgsProcessingParameters.
81 * DONE Support multiple QgsProcessingParameterEnum.
82 * DONE Review all ParameterFile
83 * DONE Review all OutputDirectory.
84 * DONE Convert all OutputDirectory to QgsProcessingParameterFolderDestination
85 * DONE Default case:
89 * DONE Remove all multipleOutputDir in ext/
90 * r.colors: TODO ext | DONE desc | TODO tests.
91 * r.texture: DONE ext | DONE desc | TODO tests.
92 * r.stats.quantile: DONE ext | DONE desc | TODO tests.
93 * r.series.interp: DONE ext | DONE desc | TODO tests.
94 * r.mapcalc: DONE ext | DONE desc | TODO tests.
95 * i.aster.toar: DONE ext | DONE desc | TODO tests.
96 * i.tasscap: DONE ext | DONE desc | TODO tests.
97 * i.rectify: DONE ext | DONE desc | TODO tests.
98 * i.cca: DONE ext | DONE desc | TODO tests.
99 * i.landsat.toar: DONE ext | DONE desc | TODO tests.
100 * i.pca: DONE ext | DONE desc | TODO tests.
101 * i.topo.corr: DONE ext | DONE desc | TODO tests.
102 * DONE Review all OutputFile
103 * DONE Replace by QgsProcessingParameterFileDestination
104 * DONE QgsProcessingParameterFileDestination should use the file filter in Dialog.
106 * DONE Remove specific algorithms code in Grass7Algorithm.py (move them in ext).
107 * DONE Re-enable GRASS algorithm by default.
108 * DONE Support multiple bands input rasters.
109 * DONE Better support for files output that are HTML.
110 * DONE All html output files will be report outputs.
111 * DONE All html output will come as stdout files by default.
112 * DONE OutputHtml must not be converted to OutputLayerDefinition.
113 * DONE Convert false HTML files to real HTML files.
114 * DONE Opens HTML files in Viewer.