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 #8762 from alexbruy/processing-gdal-defaults
[processing] set default value for band parameters in GDAL algs (fix #20610)
- Loading branch information
Showing
with
13 additions
and 0 deletions.
- +1 −0 python/plugins/processing/algs/gdal/ColorRelief.py
- +1 −0 python/plugins/processing/algs/gdal/aspect.py
- +1 −0 python/plugins/processing/algs/gdal/contour.py
- +1 −0 python/plugins/processing/algs/gdal/fillnodata.py
- +1 −0 python/plugins/processing/algs/gdal/gdal2xyz.py
- +1 −0 python/plugins/processing/algs/gdal/hillshade.py
- +1 −0 python/plugins/processing/algs/gdal/pct2rgb.py
- +1 −0 python/plugins/processing/algs/gdal/polygonize.py
- +1 −0 python/plugins/processing/algs/gdal/proximity.py
- +1 −0 python/plugins/processing/algs/gdal/roughness.py
- +1 −0 python/plugins/processing/algs/gdal/slope.py
- +1 −0 python/plugins/processing/algs/gdal/tpi.py
- +1 −0 python/plugins/processing/algs/gdal/tri.py