Ticket #2866 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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) (diff)

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

Changed 3 years ago by warmerdam

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

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.