GIving gdalwarp a try now and slapping my forehead for not thinking to try a .vrt.  Thanks for the nudge Jeff.<br><br><div class="gmail_quote">On Fri, Oct 7, 2011 at 12:25 PM, Jeff Ruby <span dir="ltr">&lt;<a href="mailto:jgr007@gmail.com">jgr007@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;">You might try building a vrt file first and then converting that.<br>
<br>
gdalbuildvrt merge.vrt *.tif<br>
<br>
 -or just merge the original IMGs-<br>
<br>
gdalbuildvrt merge.vrt *.img<br>
<br>
-then-<br>
<br>
gdal_translate &lt;your options&gt; merge.vrt output.tif<br>
<br>
<br>
&gt; Message: 4<br>
&gt; Date: Fri, 7 Oct 2011 11:42:52 -0400<br>
&gt; From: &quot;Jay L.&quot; &lt;<a href="mailto:jzl5325@psu.edu">jzl5325@psu.edu</a>&gt;<br>
&gt; Subject: [gdal-dev] Fwd: gdal_merge.py - Missing images - sans<br>
&gt;        attachment<br>
&gt; To: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt; Message-ID:<br>
&gt;        &lt;<a href="mailto:CA%2BbfmPsVpqKPSdOWvuvnG8vR9okKpHBRAKvznCQ3fRbBuGjDVQ@mail.gmail.com">CA+bfmPsVpqKPSdOWvuvnG8vR9okKpHBRAKvznCQ3fRbBuGjDVQ@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Sent with an example attachment, which is awaiting approval.  Here is the<br>
&gt; mail without attachement.<br>
<div><div></div><div class="h5">&gt;<br>
&gt;<br>
&gt; I have 8 large Gtiffs which I am trying to mosaic.  Tiffs were created from<br>
&gt; .IMG files downloaded from PDS.  I converted to tif using:<br>
&gt;<br>
&gt;        gdal_translate -of GTiff -scale -co &quot;TILED=YES&quot; -co &quot;COMPRESS=JPEG&quot;<br>
&gt; &lt;input&gt;<br>
&gt;<br>
&gt; The format conversion is working without a problem.  Gdalinfo is reporting<br>
&gt; the correct NDV and projection information.  Viewing each tif also returns<br>
&gt; the expected raster iamge.  So far, so good.<br>
&gt;<br>
&gt;<br>
&gt; I then use:<br>
&gt;<br>
&gt;        gdal_merge.py -o wacmos.tif -of GTiff -v --optfile tiff_list.txt<br>
&gt;<br>
&gt;<br>
&gt; Six of the eight tiles are added to the mosaic correctly.  Varying the order<br>
&gt; in the list, or using *.tif does not change the output.  It is always the<br>
&gt; same two images which are missing.  Watching the verbose output, it looks<br>
</div></div>&gt; like the images are mosaicing correctly.  What would cause these images to<br>
&gt; be merged as totally black tiles?<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; Thanks for any insight,<br>
&gt; Jay<br>
</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>