Hi Even,<br><br>Thanks for replying. I am currently using gdal version <a href="http://1.5.1.">1.5.1.</a> I realised previously the gdal issue i had with building overviews was because I used external libtiff library. (probably version 3.8). After switching to using the internally built libtiff library that comes with gdal, everything is working well.<br>
<br>Thanks alot<br>Heng Hock<br><br><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 1:48 AM, Even Rouault &lt;<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>&gt; wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
You have to more specific on which GDAL version you are using, whether it is<br>
compiled using internal or external libtiff, the properties of your TIFF<br>
file. If external libtiff, which libtiff version it is, etc etc. But<br>
generally, there&#39;s no incompatibility between Linux and overview building.<br>
The same combination of GDAL + libtiff versions should yield the same results<br>
on both Windows and Linux.<br>
<br>
If using an &quot;old&quot; GDAL and/or libtiff version, you should also consider<br>
upgrading to latest GDAL and compiling it with internal libtiff support. For<br>
your information, there were problems with older GDAL&amp;libtiff versions when<br>
building overviews on TIFF files in compressed formats like LZW or JPEG that<br>
have been solved since then.<br>
<br>
Le Tuesday 03 June 2008 11:33:50 lee heng hock, vous avez écrit&nbsp;:<br>
<div><div></div><div>&gt; hi,<br>
&gt;<br>
&gt; I attempted to build overviews for .tiff files on Linux and windows. For<br>
&gt; the windows version, building of overviews worked fine. But on linux, I<br>
&gt; have this error message:<br>
&gt;<br>
&gt; &quot;ERROR 1: IReadBlock failed at X offset ... &quot;<br>
&gt;<br>
&gt; I did a google search and seems to me that this problem is inherent in<br>
&gt; gdal. Is this problem existent only in Linux but not on windows?<br>
&gt;<br>
&gt; Regards<br>
&gt; Heng Hock<br>
&gt;<br>
&gt; On Tue, Jun 3, 2008 at 12:00 AM, &lt;<a href="mailto:gdal-dev-request@lists.osgeo.org" target="_blank">gdal-dev-request@lists.osgeo.org</a>&gt; wrote:<br>
&gt; &gt; Send gdal-dev mailing list submissions to<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
&gt; &gt;<br>
&gt; &gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt; &gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gdal-dev-request@lists.osgeo.org" target="_blank">gdal-dev-request@lists.osgeo.org</a><br>
&gt; &gt;<br>
&gt; &gt; You can reach the person managing the list at<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gdal-dev-owner@lists.osgeo.org" target="_blank">gdal-dev-owner@lists.osgeo.org</a><br>
&gt; &gt;<br>
&gt; &gt; When replying, please edit your Subject line so it is more specific<br>
&gt; &gt; than &quot;Re: Contents of gdal-dev digest...&quot;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Today&#39;s Topics:<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; 1. Re: Converting between datum (Bryan Keith)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ----------------------------------------------------------------------<br>
&gt; &gt;<br>
&gt; &gt; Message: 1<br>
&gt; &gt; Date: Mon, 2 Jun 2008 08:37:57 -0600 (MDT)<br>
&gt; &gt; From: &quot;Bryan Keith&quot; &lt;<a href="mailto:bryan@ideotrope.org" target="_blank">bryan@ideotrope.org</a>&gt;<br>
&gt; &gt; Subject: Re: [gdal-dev] Converting between datum<br>
&gt; &gt; To: &quot;Andreas Theofilu&quot; &lt;<a href="mailto:andreas@theosys.at" target="_blank">andreas@theosys.at</a>&gt;<br>
&gt; &gt; Cc: GDAL list &lt;<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a>&gt;<br>
&gt; &gt; Message-ID: &lt;<a href="mailto:2326.64.78.232.178.1212417477.squirrel@ideotrope.org" target="_blank">2326.64.78.232.178.1212417477.squirrel@ideotrope.org</a>&gt;<br>
&gt; &gt; Content-Type: text/plain;charset=iso-8859-1<br>
&gt; &gt;<br>
&gt; &gt; &gt; Am Sonntag, 1. Juni 2008 14:01:53 schrieben Sie:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Frank, thanks for that hint. It seems to work, but:<br>
&gt; &gt; &gt;&gt; So, try changing your DataWindow definition to:<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &lt;DataWindow&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;UpperLeftX&gt;617400&lt;/UpperLeftX&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;UpperLeftY&gt;481865&lt;/UpperLeftY&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;LowerRightX&gt;626560&lt;/LowerRightX&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;LowerRightY&gt;480365&lt;/LowerRightY&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;SizeX&gt;916&lt;/SizeX&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;SizeY&gt;150&lt;/SizeY&gt;<br>
&gt; &gt; &gt;&gt; &nbsp; &nbsp; &lt;/DataWindow&gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; call me stupid, but I can&#39;t figure out how you calculated these values.<br>
&gt; &gt; &gt; Allthough I know what square pixel means, I don&#39;t know how I can<br>
&gt; &gt;<br>
&gt; &gt; calculate<br>
&gt; &gt;<br>
&gt; &gt; &gt; them. Could you or anybody else point me to a page where I may find a<br>
&gt; &gt; &gt; documentation on how to do that?<br>
&gt; &gt;<br>
&gt; &gt; Andreas,<br>
&gt; &gt;<br>
&gt; &gt; Here you see how to calculate the cellsize from the given numbers:<br>
&gt; &gt; &gt;&gt;&gt; 481865 - 480365<br>
&gt; &gt;<br>
&gt; &gt; 1500<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt;&gt; _ / 150.<br>
&gt; &gt;<br>
&gt; &gt; 10.0<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt;&gt; 626560 - 617400<br>
&gt; &gt;<br>
&gt; &gt; 9160<br>
&gt; &gt;<br>
&gt; &gt; &gt;&gt;&gt; _ / 916.<br>
&gt; &gt;<br>
&gt; &gt; 10.0<br>
&gt; &gt;<br>
&gt; &gt; So Frank made square cells size 10.0. &nbsp;In the other direction you need to<br>
&gt; &gt; slightly increase your extent and then calculate the number of pixels in<br>
&gt; &gt; x and y so that you get square cells.<br>
&gt; &gt;<br>
&gt; &gt; Bryan<br>
&gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Andreas Theofilu<br>
&gt; &gt; &gt; TheoSys - Software Systems and Solutions<br>
&gt; &gt; &gt; <a href="http://www.theosys.at" target="_blank">http://www.theosys.at</a><br>
&gt; &gt; &gt; Tel.: +43 676 / 786 53 89<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; gdal-dev mailing list<br>
&gt; &gt; &gt; <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
&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>
&gt; &gt;<br>
&gt; &gt; ------------------------------<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; gdal-dev mailing list<br>
&gt; &gt; <a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt; &gt;<br>
&gt; &gt; End of gdal-dev Digest, Vol 49, Issue 4<br>
&gt; &gt; ***************************************<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Regards<br>Heng Hock