Opened 15 years ago

Closed 15 years ago

#2866 closed defect (fixed)

gdal_fillnodata - specifying dstfile does not work properly

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.7.0
Component: Utilities Version: svn-trunk
Severity: normal Keywords: gdal_fillnodata
Cc: bryan@…

Description (last modified by warmerdam)

In GDAL trunk doing something like:

gdal_fillnodata.py src.tif dst.tif

produces a blank dst.tif. It turns out the script has no provision to copy the source data to the destination file before updating it in place by filling nodata areas.

Change History (1)

comment:1 by warmerdam, 15 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

I have updated the gdal_fillnodata.py script to address this incomplete aspect (r16470). It is accessable at:

http://svn.osgeo.org/gdal/trunk/gdal/swig/python/scripts/gdal_fillnodata.py

Note: See TracTickets for help on using tickets.