Hi, I've set up a c++ code which creates a VRTWarpedDataset from a source image then uses ChunkAndWarpImage to warp additional source images and create a mosaic with the VRTWarpedDataset destination (hdst_ds). The code is tested and runs fine without memory leak. However I do get an error upon calling GDALClose(hdst_ds) : *ERROR 6: WriteBlock() not supported for this dataset*. GDALClose calls FlushCache which calls WriteBlock. Just wanting to get some insight on this error. And possibly how to avoid it. Thanks, David
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev