That works, thank you !<br><br>-- oyvind<br><br><div class="gmail_quote">On Mon, Apr 2, 2012 at 3:57 PM, Saâd HESSANE <span dir="ltr">&lt;<a href="mailto:saad.hessane@gmail.com">saad.hessane@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">---------- Forwarded message ----------<br>
From: Saâd HESSANE &lt;<a href="mailto:saad.hessane@gmail.com">saad.hessane@gmail.com</a>&gt;<br>
Date: Mon, 2 Apr 2012 15:56:27 +0200<br>
Subject: Re: [gdal-dev] Most optimal way of using tiles ?<br>
To: Oyvind Idland &lt;<a href="mailto:oyvind.idland@gmail.com">oyvind.idland@gmail.com</a>&gt;<br>
<br>
Hy,<br>
<br>
you can use &quot;gdaladdo --config COMPRESS_OVERVIEW [DEFLATE | JPEG]&quot; to<br>
create compressed overview.<br>
And then you can use gdalbuildvrt or gdaltindex to build an index of the files.<br>
<br>
2012/4/2, Oyvind Idland &lt;<a href="mailto:oyvind.idland@gmail.com">oyvind.idland@gmail.com</a>&gt;:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I got a huge dataset consisting of about 100 uncompressed TIFF&#39;s, each with<br>
&gt; size 12599 X 9449 pixels with RGB bands.<br>
&gt; Note, that the TIFF&#39;s are not georef&#39;ed, instead there are .tfw&#39;s following<br>
&gt; each file. Also, since they are about 350 MB each,<br>
&gt; I guess converting them to a compressed format could speed things up (I/O).<br>
&gt;<br>
&gt; The &quot;normal&quot; approach would probably be to make a VRT dataset, and build<br>
&gt; overviews. However, building a an<br>
&gt; overview based on the entire VRT index seems a bit heavy in this case.<br>
&gt;<br>
&gt; Is it possible in some way to create compressed overviews (using gdaladdo)<br>
&gt; for each file, and<br>
&gt; then build a VRT based on these ? Will the VRT dataset utilize the<br>
&gt; generated overviews ?<br>
&gt;<br>
&gt;<br>
&gt; - oyvind<br>
&gt;<br>
</div></div>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br>