Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7518 from alexbruy/homogenize-param
[processing] homogenize label for "additional creation options" parameter
- Loading branch information
Showing
with
24 additions
and 45 deletions.
- +1 −1 python/plugins/processing/algs/gdal/ClipRasterByExtent.py
- +1 −1 python/plugins/processing/algs/gdal/ClipRasterByMask.py
- +1 −1 python/plugins/processing/algs/gdal/ColorRelief.py
- +1 −1 python/plugins/processing/algs/gdal/GridAverage.py
- +1 −1 python/plugins/processing/algs/gdal/GridDataMetrics.py
- +1 −1 python/plugins/processing/algs/gdal/GridInverseDistance.py
- +1 −1 python/plugins/processing/algs/gdal/GridInverseDistanceNearestNeighbor.py
- +1 −1 python/plugins/processing/algs/gdal/GridLinear.py
- +1 −1 python/plugins/processing/algs/gdal/GridNearestNeighbor.py
- +1 −1 python/plugins/processing/algs/gdal/aspect.py
- +2 −21 python/plugins/processing/algs/gdal/gdalcalc.py
- +1 −1 python/plugins/processing/algs/gdal/hillshade.py
- +1 −1 python/plugins/processing/algs/gdal/merge.py
- +1 −1 python/plugins/processing/algs/gdal/nearblack.py
- +1 −1 python/plugins/processing/algs/gdal/proximity.py
- +1 −1 python/plugins/processing/algs/gdal/rasterize.py
- +1 −1 python/plugins/processing/algs/gdal/retile.py
- +1 −1 python/plugins/processing/algs/gdal/roughness.py
- +1 −1 python/plugins/processing/algs/gdal/slope.py
- +1 −1 python/plugins/processing/algs/gdal/tpi.py
- +1 −1 python/plugins/processing/algs/gdal/translate.py
- +1 −1 python/plugins/processing/algs/gdal/tri.py
- +1 −1 python/plugins/processing/algs/gdal/warp.py
- +0 −2 python/plugins/processing/tests/GdalAlgorithmsTest.py