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
I am trying to read a binary string that represents an entire netcdf file into a dataset object. Is there any way to accomplish what I am describing? The grib api has a function that allows you to read in binary data directly to a grib message, but I am not sure why there is no way to do the same thing in the netcdf api. Thank you
-MGSL
The text was updated successfully, but these errors were encountered:
This is possible with the scipy.io.netcdf library, but not with this package. I know that there is interest in adding this to the official netCDF C-library, but to my knowledge it hasn't landed in a release yet.
Shoyer,
Thank you for the info! I will check out that other lib. Do you know if the binary string feature is on the roadmap? If not, how does one get involved in order to push out these features? Thank you.
I am trying to read a binary string that represents an entire netcdf file into a dataset object. Is there any way to accomplish what I am describing? The grib api has a function that allows you to read in binary data directly to a grib message, but I am not sure why there is no way to do the same thing in the netcdf api. Thank you
-MGSL
The text was updated successfully, but these errors were encountered: