Open felixcremer opened 1 year ago
We can probably keep using the nctype2jltyp
dict we have now internally, but whenever we use it we must account for the possibility that the key is not present, e.g. get(nctype2jltyp, T, nothing)
and handle nothing
.
When I try to save a Float16 array into a NetCDF I got the following confusing error message. Is it not possible to save Float16 data in NetCDF?
Could we implement the look up of the NC types using dispatch? So that the default dispatch would be a meaningful error message like: NetCDF does not support the data type $type