Hi,<br><br>
> > > I have recently come across the mosaicking magic that is 1) build a vrt<br>
> > > usin gdalbuildvrt and then 2) gdal_translate the vrt to whatever format<br>
> > > I want -- I'm noticing this is a crazy-fast way to do mosaicking<br>
> > > 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 <<a href="http://trac.osgeo.org/gdal/wiki/HDF">http://trac.osgeo.org/gdal/wiki/HDF</a>>). If you plan on using more than (say) 32 files simultaneously, you'll need to recompile the HDF library.<br>
<br>Jose<br><br><br>