<div dir="ltr">Hi, i have N netcdf OR N tiff.<br>I want merge them all in 1 tiff.<br>I do that using:<br>Either <span style="font-family:"Helvetica Neue";font-size:12px">gdal_merge.py -separate -o</span><span class="gmail-Apple-converted-space" style="font-family:"Helvetica Neue";font-size:12px"> ....<br>OR </span><span style="font-family:"Helvetica Neue";font-size:12px">gdalbuildvrt AND </span><span style="font-family:"Helvetica Neue";font-size:12px">gdal_translate ... Both approaches works but each band has a name like "band_1", "band_2" ecc. the original band name is lost.... Is there a way to at least keep the band name like "original_file_name_1"... Because the informations abouts the bands are lost and are impossibile to know which bands coming from which file. <br>Thanks!!</span></div>