Re: [gdal-dev] Clarification on what is not addressed by GDALFlushCache

2019-10-09 Thread Sean Gillies
Thanks, Even. I've flushed out rasterio's usage of FlushCache. On Thu, Oct 3, 2019 at 11:04 AM Even Rouault wrote: > On jeudi 3 octobre 2019 10:14:45 CEST Sean Gillies wrote: > > In the comments above FlushCache() in gcore/gdaldataset.cpp it is said: > > > > * Using this method does not

Re: [gdal-dev] Clarification on what is not addressed by GDALFlushCache

2019-10-03 Thread Even Rouault
On jeudi 3 octobre 2019 10:14:45 CEST Sean Gillies wrote: > In the comments above FlushCache() in gcore/gdaldataset.cpp it is said: > > * Using this method does not prevent use from calling GDALClose() > * to properly close a dataset and ensure that important data not addressed > * by

[gdal-dev] Clarification on what is not addressed by GDALFlushCache

2019-10-03 Thread Sean Gillies
In the comments above FlushCache() in gcore/gdaldataset.cpp it is said: * Using this method does not prevent use from calling GDALClose() * to properly close a dataset and ensure that important data not addressed * by FlushCache() is written in the file. What exactly is the important data