<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Either with gdal_merge.py -separate -o out.nc in1.tif ...
      in2.tif  (<a class="moz-txt-link-freetext" href="https://gdal.org/programs/gdal_merge.html">https://gdal.org/programs/gdal_merge.html</a>), but it might
      be memory hungry</p>
    <p>Or use gdalbuildvrt -separate tmp.vrt in1.tif ... in2.tif +
      gdal_translate tmp.vrt out.nc<br>
    </p>
    <div class="moz-cite-prefix">Le 16/06/2021 à 17:22, Lorenzo Di
      Giacomo a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAERmyNSR3ANu8Jg==LutQ924AJbmSzHsD=3b56fO812aA=AQrg@mail.gmail.com">
      <div dir="ltr">Hi everybody, initially i have 1 NetCDF and for
        each band i create 1 GEOTIFF.<br>
        Now, i have X ( where X = #bands) TIFF files and i want to come
        back to 1 NetCDF file.<br>
        How should i do it?<br>
        <br>
        P.S. i saw that with gdal_translate i can also transform each
        GEOTIFF in one NetCDF, but at the end i cant find a way to merge
        all this files into 1 single NetCDF.<br>
        <br>
        If you have any suggestions i'll really appreciate it, thanks</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>