Opened 12 years ago

Last modified 5 years ago

#4539 closed defect

gdal_fillnodata.py doesn't fill raster when -si flag specified — at Version 1

Reported by: dickeya Owned by: warmerdam
Priority: normal Milestone: closed_because_of_github_migration
Component: default Version: 1.9.0
Severity: normal Keywords: gdal, fillnodata
Cc: Kyle Shannon

Description (last modified by dickeya)

When I run the gdal_fillnodata.py script with no arguments, it works as expected - the nodata areas get filled. If I specify the -si flag the script fills a 1px buffer and leaves the rest unfilled. In the case of Int16 data, the remainder of the hole is filled with zeros.

I'm running as:

gdal_fillnodata.py -si 1 test_F32.tif test_F32.fill.si.tif

Change History (4)

by dickeya, 12 years ago

Attachment: test_F32.tif added

by dickeya, 12 years ago

Attachment: test_F32.fill.si.tif added

comment:1 by dickeya, 12 years ago

Description: modified (diff)

by Kyle Shannon, 12 years ago

Attachment: test_F32.fill.si.new.tif added

output after patch

Note: See TracTickets for help on using tickets.