Hi,<br><br>
&gt; &gt; &gt; I have recently come across the mosaicking magic that is 1) build a vrt<br>
&gt; &gt; &gt; usin gdalbuildvrt and then 2) gdal_translate the vrt to whatever format<br>
&gt; &gt; &gt; I want -- I&#39;m noticing this is a crazy-fast way to do mosaicking<br>
&gt; &gt; &gt; compared<br>
<br>I had a similar question on this a while ago, and one thing you have to be wary about is that the HDF libraries usually have a finite number of HDF files open simultaneously (see &lt;<a href="http://trac.osgeo.org/gdal/wiki/HDF">http://trac.osgeo.org/gdal/wiki/HDF</a>&gt;). If you plan on using more than (say) 32 files simultaneously, you&#39;ll need to recompile the HDF library.<br>
<br>Jose<br><br><br>