Re: [gdal-dev] Metadata exceeding 32000 bytes cannot be written into GeoTIFF....

2021-07-14 Thread Even Rouault
Yes, there's this limitation to 32kb for the metadata stored in the GDAL_METADATA TIFF tag. I'm not sure where this comes from. I think this could probably be raised. Could you open a ticket about that ? In the meantime, you could do gdal_translate -a_srs EPSG:4326 -strict NETCDF:MITO_2021071

[gdal-dev] Metadata exceeding 32000 bytes cannot be written into GeoTIFF....

2021-07-14 Thread Lorenzo Di Giacomo
Hi i'm having a NetCDF (.nc) file, with N bands each of those have N levels. 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) So my workflow would be: extract each band and its levels to 1 single tiff

[gdal-dev] GDAL joins NumFOCUS Sponsored Projects

2021-07-14 Thread Howard Butler
All, As described in previous threads, the GDAL team has now completed the administrative tasks necessary to join NumFOCUS as a Sponsored Project. You can find the press release with a few more details at https://numfocus.medium.com/gdal-joins-numfocus-sponsored-projects-34189e3d8f92 NumFOCUS

Re: [gdal-dev] Lost band name during merge

2021-07-14 Thread Lorenzo Di Giacomo
Hi Matt, thanks but actually since i have more than 1 raster to merge and each raster contains 1 band but with many levels, the script you pass me doesn't do the trick. But yeah, what i need is to know during gdal_merge.py (with -separate) if there is a way to bring in the output raster also the ba