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
Currently, netCDF files are encoded as base64 even if returned by reference. A possible workaround is to define utf-8 as encoding for application/x-netcdf, but is misleading. Encodings such as raw/binary/native/... might be more intuitive.
Currently, netCDF files are encoded as base64 even if returned by reference. A possible workaround is to define utf-8 as encoding for application/x-netcdf, but is misleading. Encodings such as raw/binary/native/... might be more intuitive.