python/plugins/grassprovider/TODO.md
TODO List for GRASS7 algorithms support into QGIS Processing
TODO Convert all ext scripts.
Things to do elsewhere
TODO Review all the methods of QgsProcessingAlgorithm.
TODO Make tests under MS-Windows 7 for Utf-8 support.
TODO Review Python3 port.
TODO Improve unit tests.
TODO Use prepareAlgorithm for algorithm preparation.
TODO Support ParameterTable.
TODO Support multiple input vector formats
DONE Fix ParameterFiles (use False instead of 0 value for file type).
DONE Support multiple output vector formats.
DONE Review all algorithm parameters.
DONE Support multiple output file raster formats.
DONE Add GRASS 7.2 new algorithms.
DONE Support QgsProcessingParameterRange (error in processing/gui/wrappers.py).
DONE Use some raster/vector layers with spacename into their path.
DONE Use GRASS --exec instead of GRASS_BATCH_JOB.
DONE Improve Grass Path and Binary detection for all OSs.
DONE Replace all parameters by QgsProcessingParameters.
DONE Remove specific algorithms code in Grass7Algorithm.py (move them in ext).
DONE Re-enable GRASS algorithm by default.
DONE Support multiple bands input rasters.
DONE Better support for files output that are HTML.
Need to write everything
Need to write everything