<div dir="ltr"><div>Hi Nathan</div><div><br></div><div>Unfortunately there is not ColorInterp for NIR or RedEdge. But you can use the "Description" of the bands. QGIS will use that name. I do not know how to do it in gdal_merge (I did in C++).</div><div><br></div><div>About computing the NDVI, as far as I know there is no trick to do it in the "Layer Styling". If anybody knows how to do it, please tell us! So the solution is to use a raster calculator, and do the maths there.</div><div><br></div><div>Representing the "true" colors in QGIS of such images is not easy. Are they radiometrically corrected? QGIS will try to adjust the min and max value of each band, that are usually very different. You should adjust it properly.<br></div><div><br></div><div>Cheers<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 19 Apr 2024 at 23:52, Raley, Nathan via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg4123670912846194042">





<div lang="EN-US" style="overflow-wrap: break-word;">
<div class="m_4123670912846194042WordSection1">
<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?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks,<u></u><u></u></p>
<p class="MsoNormal">Nathan<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></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></div>

_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></blockquote></div>