[gdal-dev] GDALFillNodata needs GTiff driver?

Sean Gillies sean at mapbox.com
Fri Jan 16 16:37:30 PST 2015


Hi all,

I'm wondering about the possibility of using MEM datasets in
GDALFillNodata() instead of TIFFs. I see in the code

GDALDriverH hDriver = GDALGetDriverByName( "GTiff" ); if (hDriver == NULL)
{ CPLError(CE_Failure, CPLE_AppDefined, "GDALFillNodata needs GTiff
driver"); return CE_Failure; }
Does the algorithm require TIFF features or can I swap in the MEM driver?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20150116/ebcde78c/attachment.html>


More information about the gdal-dev mailing list