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 #3030 from NaturalGIS/processing_fix_raster_clip_n…
…odata [processing] set nodata parameter as optional in GDAL algs
- Loading branch information
Showing
with
6 additions
and 6 deletions.
- +1 −1 python/plugins/processing/algs/gdal/ClipByExtent.py
- +1 −1 python/plugins/processing/algs/gdal/ClipByMask.py
- +1 −1 python/plugins/processing/algs/gdal/gdalcalc.py
- +1 −1 python/plugins/processing/algs/gdal/rasterize.py
- +1 −1 python/plugins/processing/algs/gdal/translate.py
- +1 −1 python/plugins/processing/algs/gdal/warp.py