Maciej Sieczka wrote:
Hi!

If I use the followiwng syntax:

 gdaladdo --config HFA_USE_RRD YES --config USE_RRD YES some.tif 2 4 8

a small aux file and a big rrd file are created. If I use:

 gdaladdo --config USE_RRD YES some.tif 2 4 8

only a big aux is created.

In the 1st case the sum of aux and rrd file sizes is equal the size of
the aux file from the 2nd case.

What is the difference between the 2 methods, is any better (in what
terms) and could gdaladdo man page please address these issues
(currently it only mentions USE_RRD alone).

The HFA_USE_RRD controls native overviews builder implemented specifically for a driver, HFA in this case.

The USE_RRD controls so called default overviews builder, for drivers that do not support it natively.

However, I'm unable to give in depth explanation what is the differences between these two types of overviews for HFA.

Greetings,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to