Hello all,<div>Thanks in advance for your time. This may be a stupid question but I can&#39;t figure out how to mosaic two geotiff files with different color bands? Is this possible? I get an error using gdalbuildvrt saying it ignores the image with only color band. <br>

<br></div><div>I have the SRTM3 DEM file for my area of interest. Notice it only has 1 color band. Gray</div>
<div><br></div><div><div>Driver: GTiff/GeoTIFF</div><div>Files: hillshade_cut_33N.tif</div><div>Size is 13, 17</div><div>Coordinate System is:</div><div>PROJCS[&quot;WGS 84 / UTM zone 33N&quot;,</div><div>    GEOGCS[&quot;WGS 84&quot;,</div>


<div>        DATUM[&quot;WGS_1984&quot;,</div><div>            SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,</div><div>                AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],</div><div>            AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],</div>


<div>        PRIMEM[&quot;Greenwich&quot;,0],</div><div>        UNIT[&quot;degree&quot;,0.0174532925199433],</div><div>        AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],</div><div>    PROJECTION[&quot;Transverse_Mercator&quot;],</div>


<div>    PARAMETER[&quot;latitude_of_origin&quot;,0],</div><div>    PARAMETER[&quot;central_meridian&quot;,15],</div><div>    PARAMETER[&quot;scale_factor&quot;,0.9996],</div><div>    PARAMETER[&quot;false_easting&quot;,500000],</div>


<div>    PARAMETER[&quot;false_northing&quot;,0],</div><div>    UNIT[&quot;metre&quot;,1,</div><div>        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],</div><div>    AUTHORITY[&quot;EPSG&quot;,&quot;32633&quot;]]</div>

<div>Pixel Size = (75.631606558927956,-75.631606558927956)</div>
<div>Band 1 Block=13x17 Type=Byte, ColorInterp=Gray</div><div>  NoData Value=255</div></div><div><br></div><div>My geotiff mosiac:</div><div><br></div><div><div>Driver: GTiff/GeoTIFF</div><div>Files: mosaic_33N.tif</div>

<div>
Size is 7946, 6763</div><div>Coordinate System is:</div><div>PROJCS[&quot;WGS 84 / UTM zone 33N&quot;,</div><div>    GEOGCS[&quot;WGS 84&quot;,</div><div>        DATUM[&quot;WGS_1984&quot;,</div><div>            SPHEROID[&quot;WGS 84&quot;,6378137,298.257223563,</div>


<div>                AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],</div><div>            AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],</div><div>        PRIMEM[&quot;Greenwich&quot;,0],</div><div>        UNIT[&quot;degree&quot;,0.0174532925199433],</div>


<div>        AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]],</div><div>    PROJECTION[&quot;Transverse_Mercator&quot;],</div><div>    PARAMETER[&quot;latitude_of_origin&quot;,0],</div><div>    PARAMETER[&quot;central_meridian&quot;,15],</div>


<div>    PARAMETER[&quot;scale_factor&quot;,0.9996],</div><div>    PARAMETER[&quot;false_easting&quot;,500000],</div><div>    PARAMETER[&quot;false_northing&quot;,0],</div><div>    UNIT[&quot;metre&quot;,1,</div><div>        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],</div>


<div>    AUTHORITY[&quot;EPSG&quot;,&quot;32633&quot;]]</div><div>Pixel Size = (0.026845850153315,-0.026845850153315)</div>
<div>Band 1 Block=7946x1 Type=Byte, ColorInterp=Red</div><div>  NoData Value=255</div><div>Band 2 Block=7946x1 Type=Byte, ColorInterp=Green</div><div>  NoData Value=255</div><div>Band 3 Block=7946x1 Type=Byte, ColorInterp=Blue</div>


<div>  NoData Value=255</div></div><div><br></div><div>I would like to drape the mosaic over top of the DEM background tiff, which is slightly larger. Is it possible to mosaic these images together using gdalbuildvrt? I realize the pixel size of the DEM image is much larger, my goal is to generate the same sort of image as you would see viewing both of these tifs together in ArcGIS or QGIS. Hope this makes sense.</div>

<div><br></div><div>Many thanks,</div>
<div>Jon-Pierre</div>