<div>Hi, Even: </div>
<div> </div>
<div>I have used the tool you mentioned. There is a gdaladdo utility in GDAL1.5.2. But still it didn&#39;t work with the .img file in my computer. </div>
<div>Then I realized that since I&#39;ve used these .img files in ArcGIS and Erdas before. These software must automatically create the .rrd files. That explains why I can&#39;t use the following code &quot;dataset.BuildOverviews(&quot;NEAREST&quot;, pOverviewList);&quot;. </div>

<div>It turns out to be that the reason why the &quot;.tif&quot; file works using the previous code is because there is a .aux file together with the .rrd file. It seems that the .aux file can be both read and written. </div>

<div>Thanks a lot for all the help and information.</div>
<div>  </div>
<div> </div>
<div class="gmail_quote">2010/11/12 Even Rouault <span dir="ltr">&lt;<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>&gt;</span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Zhenyu,<br><br>gdaladdo is not a function. It is a command line utility that you should find<br>with the other GDAL utilities.<br>
<br>Le jeudi 11 novembre 2010 19:05:23, Zhenyu Lu a écrit :<br>
<div>
<div></div>
<div class="h5">&gt; Hi, Even:<br>&gt;<br>&gt; Thanks for the information. I double checked the GDAL-1.5.2 compiled .net<br>&gt; dll. But I can&#39;t find the function named as gdaladdo. What I can only find<br>&gt; is three BuildOverviews function.<br>
&gt; So I am confused whether there is such a function in GDAL-1.5.2. I will try<br>&gt; to test with GDAL-1.6 to see whether I can access such function.<br>&gt; Thanks,<br>&gt;<br>&gt; 2010/11/11 Even Rouault &lt;<a href="mailto:even.rouault@mines-paris.org">even.rouault@mines-paris.org</a>&gt;<br>
&gt;<br>&gt; &gt; Actually, the HFA driver *does* support overviews. It isn&#39;t obvious why<br>&gt; &gt; it does not work for you. Perhaps you should consider upgrading to a<br>&gt; &gt; newer GDAL<br>&gt; &gt; version, but I don&#39;t think this is an issue with GDAL 1.5.2. Does<br>
&gt; &gt; gdaladdo work on the dataset ? If so, then it must be rather related to<br>&gt; &gt; something wrong<br>&gt; &gt; in your code. The &quot;int[] pOverviewList = { overView*2}&quot; is a bit strange,<br>&gt; &gt; but<br>
&gt; &gt; it is difficult to know without more context.<br>&gt; &gt;<br>&gt; &gt; Le jeudi 11 novembre 2010 08:00:15, Chaitanya kumar CH a écrit :<br>&gt; &gt;  &gt; Zhenyu,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; GDAL&#39;s HFA driver doesn&#39;t support creation of overviews. It can only<br>
&gt; &gt; &gt; read them.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Thu, Nov 11, 2010 at 9:16 AM, Zhenyu Lu &lt;<a href="mailto:luzhenyu1981@gmail.com">luzhenyu1981@gmail.com</a>&gt;<br>&gt; &gt;<br>&gt; &gt; wrote:<br>&gt; &gt; &gt; &gt; Hi, all:<br>
&gt; &gt; &gt; &gt; I&#39;m having an error while using function Dataset.BuildOverviews in my<br>&gt; &gt; &gt; &gt; code. The error message is &quot;BuildOverviews() not supported for this<br>&gt; &gt; &gt; &gt; dataset&quot;. However, when I used the &quot;.tif&quot; file the BuildOverviews<br>
&gt; &gt;<br>&gt; &gt; worked<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; just fine. The<br>&gt; &gt; &gt; &gt; code is:<br>&gt; &gt; &gt; &gt; int[] pOverviewList = { overView*2};<br>&gt; &gt; &gt; &gt; int[] pBandList = new int[dataset.RasterCount];<br>
&gt; &gt; &gt; &gt; int err = dataset.BuildOverviews(&quot;NEAREST&quot;, pOverviewList);<br>&gt; &gt; &gt; &gt; if (err != (int)CPLErr.CE_None)<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;       return null;<br>&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I&#39;m using GDAL1.5.2 and C#2.0. Is it because the HFA driver doesn&#39;t<br>&gt; &gt; &gt; &gt; support overview? Or is it a bug? Can anyone pointed out where is my<br>&gt; &gt; &gt; &gt; problem? Thanks a<br>
&gt; &gt; &gt; &gt; lot!<br>&gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; Zhenyu Lu<br>&gt; &gt; &gt; &gt; SUNY-ESF<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; gdal-dev mailing list<br>&gt; &gt; &gt; &gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>&gt; &gt; &gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>
<div>Zhenyu Lu</div>
<div>SUNY-ESF</div><br>