Bug report #20870

Updated by Jürgen Fischer over 5 years ago

When you run menu item: raster -> Analysis -> Fill no data and use the default settings in the following popup and push run, an error occurs indicating that
gdal_fillnodata.bat is missing from the OSGeo4W setup. Using OSGeo4W setup (advanced), updating GDAL, does not resolve the issue. Nor is gdal_fillnodata.bat visible in the OSGeo4W shell environment.

the complete error log is:
<pre>
Processing algorithm…
Algorithm 'Fill nodata' starting…
Input parameters:
{ 'BAND' : 1, 'DISTANCE' : 10, 'INPUT' : 'C:/Users/Harm/Downloads/r_02dn1.tif', 'ITERATIONS' : 0, 'MASK_LAYER' : None, 'NO_MASK' : False, 'OUTPUT' : 'C:/Users/Harm/AppData/Local/Temp/processing_5f044c95297b44e69512fd54e6eb7577/7f29e9f1bf05452a9362a0fb74d1666d/OUTPUT.tif' }

GDAL command:
cmd.exe /C gdal_fillnodata.bat -md 10 -b 1 -of GTiff C:/Users/Harm/Downloads/r_02dn1.tif C:/Users/Harm/AppData/Local/Temp/processing_5f044c95297b44e69512fd54e6eb7577/7f29e9f1bf05452a9362a0fb74d1666d/OUTPUT.tif
GDAL command output:
'gdal_fillnodata.bat' is not recognized as an internal or external command,

operable program or batch file.
</pre>

Back