[Gdal-dev] gdal cache

Frank Warmerdam warmerdam at pobox.com
Wed Oct 13 12:20:38 EDT 2004


Gillian Walter wrote:
> Hi,
> 
> I've done a test in python, and it doesn't seem to be flushing:

Gillian,

How was the file externally updated?  Was it completely re-written?  If so
it is likely that GDAL still has the old file open even though it doesn't
show up in the file system.  For instance, you can open a file with GDAL
and then delete it from the operating system but GDAL will continue to access
the data till the file is closed at which point the operating system really
deletes it.

I suspect something like this is going on in your case.

Best regards,

-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent




More information about the Gdal-dev mailing list