Answering my own question: I had forgotten that GDALFillNodata() modifies
the given image band in-place and had not opened the dataset for updating.
Once I did that, I was all clear. No problems at all with the MEM files.
On Wed, Apr 1, 2015 at 9:59 AM, Sean Gillies wrote:
> Hi all,
>
> I've enc
Hi all,
I've encountered a problem similar to the one reported at
https://trac.osgeo.org/gdal/ticket/4088. My case is slightly different:
I've modified GDALFillNodata() to allow MEM as the temp file format (patch
accepted in GDAL) and I'm getting the dirty block write error while using
the MEM dri