Re: [gdal-dev] Re: python SetCacheMax, GetCacheMax

2012-05-14 Thread Even Rouault
Le lundi 14 mai 2012 19:16:25, Matt Gregory a écrit : > On 5/11/2012 4:55 PM, Gregory, Matthew wrote: > > Hi all, > > > > Probably a newbie question. I'm trying to investigate some read rates without the benefit of caching from Python. When I do this: > >from osgeo import gdal > >gdal.S

[gdal-dev] Re: python SetCacheMax, GetCacheMax

2012-05-14 Thread Matt Gregory
On 5/11/2012 4:55 PM, Gregory, Matthew wrote: Hi all, Probably a newbie question. I'm trying to investigate some read rates without the benefit of caching from Python. When I do this: from osgeo import gdal gdal.SetCacheMax(0) print gdal.GetCacheMax() I always get the environment v