<div dir="ltr">Hi all, <div><br></div><div>I'm wondering about the possibility of using MEM datasets in GDALFillNodata() instead of TIFFs. I see in the code</div><div><br></div><div><table class="" style="border-collapse:collapse;border-spacing:0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif,'Segoe UI Emoji','Segoe UI Symbol';font-size:12.7272720336914px;line-height:16.5454540252686px"><tbody><tr><td id="LC446" class="" style="padding:0px 10px;vertical-align:top;overflow:visible"><font face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;white-space:pre">    GDALDriverH  hDriver = GDALGetDriverByName( "GTiff" );
    if (hDriver == NULL)
    {
        CPLError(CE_Failure, CPLE_AppDefined,
                 "GDALFillNodata needs GTiff driver");
        return CE_Failure;
    }
<br></span></font></td></tr></tbody></table>Does the algorithm require TIFF features or can I swap in the MEM driver?</div><div><br></div><div>Thanks!</div></div>