Re: [gdal-dev] Question on converting netCDF to GTiff

2019-10-23 Thread Stephen Woodbridge
On 10/23/2019 1:54 PM, Even Rouault wrote: On mercredi 23 octobre 2019 13:41:45 CEST Stephen Woodbridge wrote: Hi, I have a netCDF grid of Float32 values that I want to convert to GTiff with Int16 values. The min/max values will support this without scaling, but I'm not sure what will happen to

Re: [gdal-dev] Question on converting netCDF to GTiff

2019-10-23 Thread Even Rouault
On mercredi 23 octobre 2019 13:41:45 CEST Stephen Woodbridge wrote: > Hi, > > I have a netCDF grid of Float32 values that I want to convert to GTiff > with Int16 values. The min/max values will support this without scaling, > but I'm not sure what will happen to the NODATA value = > 9.969209968386

[gdal-dev] Question on converting netCDF to GTiff

2019-10-23 Thread Stephen Woodbridge
Hi, I have a netCDF grid of Float32 values that I want to convert to GTiff with Int16 values. The min/max values will support this without scaling, but I'm not sure what will happen to the NODATA value = 9.96920996838686905e+36. Ideally, I would like to set it to something like 32000 but not