<div dir="ltr">Hi i'm having a NetCDF (.nc) file, with N bands each of those have N levels.<br><br>My final goal would be have a single GEOTIFF with all the bands and levels (since Geotiff dont support levels, all the levels will be a BAND).... <br><br>So my workflow would be: extract each band and its levels to 1 single tiff each -> merge all tiffs in 1 final GeoTiff<br><br>But the problem, now, seems that i cant extract a band multi-level to a single geotiff.<br>Using the command:<br><br>





<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span class="gmail-s1" style=""><font color="#000000" face="Menlo"><span style="font-size:11px;font-variant-ligatures:no-common-ligatures">gdal_translate -a_srs EPSG:4326 -strict NETCDF:MITO_20210713_20210713T00.nc:V -of GTiff /Users/lollo/Desktop/TESTMITO/V.tiff</span></font><br><br>I actually have a GeoTiff with all the levels of the band "V" (in the netcdf) as bands in the tiff... But there are not metadata, because i got a WARNING:<br><br>





</span></p><p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span class="gmail-s1" style=""><font color="#000000" face="Menlo"><span style="font-size:11px;font-variant-ligatures:no-common-ligatures">Metadata exceeding 32000 bytes cannot be written into GeoTIFF. Transferred to PAM instead.</span></font><br><br>How can i have 1 single tiff with all the metadata coming from the band in netcdf? Thank you!!</span></p></div>