Hi Greg,<br><br>I don't know of a gdal_translate command for this, but you can use the gdal_merge.py tool to do this.<br><br>gdal_merge.py - o <outfile> -separate gtif_R.tif gtif_G.tif gtif_B.tif<br><br>Roger<br>
--<br><br><div class="gmail_quote">2009/1/9 Greg Coats <span dir="ltr"><<a href="mailto:gregcoats@mac.com">gregcoats@mac.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div>I have 3 single band GeoTIF images of the same geographic area: one for the Red band, one for the Green band, and one for the Blue band, gtif_R.tif, gtif_G.tif, gtif_B.tif. Please, what is the gdal_translate syntax <a href="http://www.gdal.org/gdal_translate.html" target="_blank">http://www.gdal.org/gdal_translate.html </a>to combine these 3 single band GeoTIF images into 1 three band RGB GeoTIF image, gtif_RGB.tif? Greg</div>
</div>
<br>_______________________________________________<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>