<br><br><div class="gmail_quote">On Mon, Apr 5, 2010 at 2:52 PM, John C. Tull <span dir="ltr">&lt;<a href="mailto:jctull@gmail.com">jctull@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="word-wrap: break-word;"><div><div></div><div class="h5"><div></div><br></div></div><div>Looking at the vrt from the file I built with my drg images, I have this:</div><div><br></div><div><div>    &lt;SimpleSource&gt;</div>
<div>      &lt;SourceFilename relativeToVRT=&quot;1&quot;&gt;./barrett_canyon/o39117a4.tif&lt;/SourceFilename&gt;</div><div>      &lt;SourceBand&gt;1&lt;/SourceBand&gt;</div><div>      &lt;SourceProperties RasterXSize=&quot;4463&quot; RasterYSize=&quot;5710&quot; DataType=&quot;Byte&quot; BlockXSize=&quot;4463&quot; BlockYSize=&quot;1&quot;/&gt;</div>
<div>      &lt;SrcRect xOff=&quot;0&quot; yOff=&quot;0&quot; xSize=&quot;4463&quot; ySize=&quot;5710&quot;/&gt;</div><div>      &lt;DstRect xOff=&quot;92733&quot; yOff=&quot;134498&quot; xSize=&quot;4473&quot; ySize=&quot;5723&quot;/&gt;</div>
<div>    &lt;/SimpleSource&gt;</div><div><br></div><div>So, presumably, gdalbuildvrt generates this for you. Is there something missing here to achieve what you are talking about, Matt?</div><br></div></div></blockquote><div>
<br>That looks very similar to what I have with only one exception.  I&#39;m using an absolute path.  Could it be the case that you created this VRT and have since moved it?  Or the data that it&#39;s referring to?  If so, the VRT file may not be able to find the TIFF files that it&#39;s pointing to.  <br>
<br>I&#39;d suggest testing this by using gdal_translate to extract a piece of the VRT where you expect there to exist data.  Run gdal_translate with  CPL_DEBUG=ON in your environment so that you can see debug info to understand what files it&#39;s trying to open.  You should be able to see it opening one of your TIFF files.....and verbose info if it&#39;s failing to.  <br>
<br>--Matt<br></div></div>