Read.pudn.com

In Python: import gdal. from gdalconst import * dataset = gdal.Open( filename, GA_ReadOnly ) ... In order to enable reading and creation of this style of overviews it is necessary for the GDALDataset to initialize the oOvManager object within itself. This is typically accomplished with a call like the following near the end of the Open() method ... ................
................