Opened 12 years ago

Last modified 5 years ago

#4539 closed defect

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

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

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 input.tif output.tif

Change History (2)

by dickeya, 12 years ago

Attachment: test_F32.tif added

by dickeya, 12 years ago

Attachment: test_F32.fill.si.tif added
Note: See TracTickets for help on using tickets.