<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Aptos;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Aptos",sans-serif;
        mso-ligatures:standardcontextual;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Aptos",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:11.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#467886" vlink="#96607D" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">I have individual TIFS from the different sensors on the drone.  Currently, I have the R, G, NIR, and Redge bands.  Is the correct method to merge these into a multi-band image that I can then view as NDVI or apply other algorithms against
 just to use:<br>
<br>
gdal_merge.py -separate R.TIF G.TIF NIR.TIF RE.TIF -o multispec.tif<br>
<br>
I noticed that only the first band is listing as:<br>
Band 1 Block=2580x1 Type=UInt16, ColorInterp=Gray<br>
whereas all the others are listing:<br>
Band 2 Block=2580x1 Type=UInt16, ColorInterp=Undefined<br>
<br>
Any attempts to define them as ColorInterp=Gray through gdal_edit fails to yield any results.<br>
<br>
I was just wanting to confirm I have the correct workflow here.  I haven’t had any luck viewing the multispec.tif within QGIS by applying any RasterCalculations on the bands in the multispec.tif, so I was wanting to confirm I’m not doing anything incorrectly.<br>
<br>
I’ve also attempted to pull out the blue band from the RGB camera, and add that to the multispec.tif as well, after scaling it from the 0-255 to the 0-65535, and that displays the blue band in there.  I can then ColorInterp bands 1, 2, and 3 as red, green,
 and blue, then it appears to let me specify the 4 and 5 bands as gray, but the colors are way off.<br>
<br>
Can anyone offer some assistance?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Nathan<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>

<DIV>
<hr><font size="1">This email transmission, including any attachments, is intended solely for the addressee named above, and may contain confidential or privileged information. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender immediately by reply email and destroy the message and its attachments.</font>
</DIV></body>
</html>