Re: [gdal-dev] FillNodata and source NoDatas

2010-04-15 Thread Jose Gomez-Dans
Frank, On 15 April 2010 17:24, Frank Warmerdam wrote: > Jose Gomez-Dans wrote: > >> Basically, my raster looks like a black square with some "island blobs" >> where I have data. Some pixels in those blobs are flagged as unsuitable >> (using a mask band), and I would like to interpolate these uns

Re: [gdal-dev] FillNodata and source NoDatas

2010-04-15 Thread Frank Warmerdam
Jose Gomez-Dans wrote: Hi, I want to use FillNodata to fill some missing data in a raster file (obviously!). However, in my source data file some of the NoData mean just "NoData", and I want the algorithm to ignore those values. Does this method ignore the missing values when it bags the value

[gdal-dev] FillNodata and source NoDatas

2010-04-15 Thread Jose Gomez-Dans
Hi, I want to use FillNodata to fill some missing data in a raster file (obviously!). However, in my source data file some of the NoData mean just "NoData", and I want the algorithm to ignore those values. Does this method ignore the missing values when it bags the values to interpolate the output?