-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading a binary string of data into a netcdf dataset #550
Comments
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, -MGSL |
I think the C library gained the interface--I just haven't been able to carve out the time to implement in Python. |
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: