Displaying single band from multi-band raster using QGIS
 
Clash Royale CLAN TAG #URR8PPP        1         How can I extract a single band from multi-band raster in QGIS? I have an remote sensed image which has 6 bands (including NDVI band), I want to display each band separately, but have no idea how to do. I have seen some questions similar here but none worked for me. The original image (has 6 bands) is: I want to display the band 6 which should be like this: But I tried gdal_translate, and couldn't get the correct result. What I have got is:     qgis raster multi-band      share | improve this question     edited Mar 5 at 0:53       Summer         asked Mar 4 at 6:42       Summer Summer   23 6         	          Is this any help gis.stackexchange.com/questions/220658/… ? if not gis.stackexchange.com/questions/62133/… might help.   – Michael Stimson  Mar 4 at 6:46              Thanks for answering but when I used gdal_translate, qgis showed that 'Error 4: Kayena.tif: No such file or directory". Would you know how to fi...