Christiaan Janssen wrote:
After reading the HFA image format description, I was under the impression that GDAL would support external .ovr files for this format but it seems that is not the case. I ran quick test with gdaladdo ("gdaladdo -ro test.img 2 4 8") and got the following error message: "ERROR 6: BuildOverviews() not supported for this dataset." After poking through the code a bit I can see that HFA driver doesn't seem to be using the default overview manager so it would seem that .ovr files aren't actually ever being used (but i could be wrong). Was this the intended result, or is this a bug?
Christiaan, I believe this is the intended behavior. HFA format overviews are always handling either in the .img file itself, in the .aux file or in an .rrd file. If the documentation indicates otherwise, please point out the location and I'll attempt to clarify it. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
