Re: [gdal-dev] Save min/max values in TIFF

2022-11-12 Thread Javier Jimenez Shaw
Thanks! .___ ._ ..._ .. . ._. .___ .. __ . _. . __.. ... ._ .__ Entre dos pensamientos racionales hay infinitos pensamientos irracionales. On Fri, 11 Nov 2022 at 19:25, Even Rouault wrote: > > Le 11/11/2022 à 19:12, Javier Jimenez Shaw a écrit : > > Hi > > I am creating a GeoTIFF file w

Re: [gdal-dev] Save min/max values in TIFF

2022-11-11 Thread Even Rouault
Le 11/11/2022 à 19:12, Javier Jimenez Shaw a écrit : Hi I am creating a GeoTIFF file with C++. It is a large DSM (one band of Float32). Because I am generating it, I already know the min and max values. I would like to store the min and max values directly in the TIFF, not in a sidecar file.

[gdal-dev] Save min/max values in TIFF

2022-11-11 Thread Javier Jimenez Shaw
Hi I am creating a GeoTIFF file with C++. It is a large DSM (one band of Float32). Because I am generating it, I already know the min and max values. I would like to store the min and max values directly in the TIFF, not in a sidecar file. Is there any gdal metadata (stored in the TIFF) that can b