Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
More append thinning
Along with some other loop optimizations
- Loading branch information
Showing
with
76 additions
and 85 deletions.
- +7 −9 python/plugins/processing/algs/gdal/OgrToPostGis.py
- +7 −9 python/plugins/processing/algs/gdal/ogr2ogrtopostgislist.py
- +8 −9 python/plugins/processing/algs/gdal/pct2rgb.py
- +8 −7 python/plugins/processing/algs/gdal/rgb2pct.py
- +9 −9 python/plugins/processing/algs/gdal/roughness.py
- +11 −12 python/plugins/processing/algs/gdal/slope.py
- +7 −5 python/plugins/processing/algs/gdal/tri.py
- +2 −5 python/plugins/processing/algs/grass7/Grass7Algorithm.py
- +1 −2 python/plugins/processing/algs/qgis/ui/ExecuteSQLWidget.py
- +16 −18 python/plugins/processing/algs/saga/SagaAlgorithm.py