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!
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to