You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if the scale_factor and add_offset attributes are of a different data type from the variable (containing the packed data) then the unpacked data should match the type of these attributes, which must both be of type float or both be of type double .
From the CFConventions 8.1 Packed Data.
Here is another issue with Zarr specifically: I don't think JSON can define Float32 and other data types, scale_factor and add_offset should be the same data type as the unpacked data. This means, at least in a strict sense, that we cannot have Float32 variables. Not sure what to do about this
The text was updated successfully, but these errors were encountered:
From the CFConventions 8.1 Packed Data.
Here is another issue with Zarr specifically: I don't think JSON can define Float32 and other data types,
scale_factor
andadd_offset
should be the same data type as the unpacked data. This means, at least in a strict sense, that we cannot have Float32 variables. Not sure what to do about thisThe text was updated successfully, but these errors were encountered: