Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] Fix exception when clicking help for GDAL algorithms
(cherry-picked from b328819)
- Loading branch information
Showing
with
140 additions
and 24 deletions.
- +3 −0 python/plugins/processing/algs/gdal/AssignProjection.py
- +4 −1 python/plugins/processing/algs/gdal/ClipRasterByMask.py
- +4 −1 python/plugins/processing/algs/gdal/ColorRelief.py
- +6 −4 python/plugins/processing/algs/gdal/GdalAlgorithm.py
- +4 −1 python/plugins/processing/algs/gdal/aspect.py
- +4 −1 python/plugins/processing/algs/gdal/contour.py
- +3 −0 python/plugins/processing/algs/gdal/fillnodata.py
- +3 −0 python/plugins/processing/algs/gdal/gdal2tiles.py
- +3 −1 python/plugins/processing/algs/gdal/gdal2xyz.py
- +4 −1 python/plugins/processing/algs/gdal/gdaladdo.py
- +4 −1 python/plugins/processing/algs/gdal/gdalinfo.py
- +4 −1 python/plugins/processing/algs/gdal/gdaltindex.py
- +4 −1 python/plugins/processing/algs/gdal/hillshade.py
- +4 −1 python/plugins/processing/algs/gdal/nearblack.py
- +4 −2 python/plugins/processing/algs/gdal/ogrinfo.py
- +3 −0 python/plugins/processing/algs/gdal/pct2rgb.py
- +3 −0 python/plugins/processing/algs/gdal/polygonize.py
- +3 −0 python/plugins/processing/algs/gdal/proximity.py
- +3 −0 python/plugins/processing/algs/gdal/rgb2pct.py
- +4 −1 python/plugins/processing/algs/gdal/roughness.py
- +3 −0 python/plugins/processing/algs/gdal/sieve.py
- +4 −1 python/plugins/processing/algs/gdal/slope.py
- +4 −1 python/plugins/processing/algs/gdal/tpi.py
- +4 −1 python/plugins/processing/algs/gdal/translate.py
- +4 −1 python/plugins/processing/algs/gdal/tri.py
- +4 −1 python/plugins/processing/algs/gdal/warp.py
- +36 −2 python/plugins/processing/tests/AlgorithmsTestBase.py
- +1 −0 python/plugins/processing/tests/CMakeLists.txt
- +6 −0 python/plugins/processing/tests/GdalAlgorithmsTest.py
Oops, something went wrong.