Is there a way to quickly close a large dataset using the API? For instance, I&#39;m writing to very large TIFF file at which point the user cancels, the code in turn stops what it&#39;s doing, closes the dataset, and deletes the file. The problem is, since the file is around 5GB the close dataset function will flush out the remaining file since it believes I&#39;m done writing, where in reality I would prefer it to just close it, leaving it in an invalid state, so I can promptly delete it (or GDAL could close and delete it itself if it wanted doesn&#39;t matter to me). Thanks.<div>
<br></div><div>Christiaan</div>