<div dir="ltr">Thanks!  Adding -DNETCDF_HAS_NC4 makes the warning go away.  <div><br></div><div>Now I wonder what that means to users of this code that have been living without that for forever.</div><div><br></div><div>I will try gdal_translate with and without that flag and see what happens.  It looks like I should see differences with unsigned types.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 7, 2019 at 2:36 PM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On mercredi 7 août 2019 14:24:32 CEST Kurt Schwehr wrote:<br>
> Hmm... these are netcdf 5 according to file. <br>
<br>
HDF5, not netCDF 5. netCDF v4 file format is a profile on top of HDF5.<br>
<br>
> I have the extra fun that my build is bazel based. <br>
<br>
Ah that likely explains it... You need to add -DNETCDF_HAS_NC4 to the <br>
compilation flags of the frmts/netcdf/*.cpp files<br>
<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote></div>