kerchunk icon indicating copy to clipboard operation
kerchunk copied to clipboard

Float32 converted Float64 during reference creation

Open yuanjianz opened this issue 3 months ago • 3 comments

Kerchunk Verison: 0.2.7 I am using kerchunk to convert my netcdf files on s3 to json references. The original netcdf files are composed of variables of mixed data type of float32 and float64. After converted to json and read through xarray, all float data are converted to float64. I wonder is it an expected behaviour?

yuanjianz avatar Dec 03 '24 23:12 yuanjianz