Skip to content
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

Open
MGSL opened this issue Apr 8, 2016 · 4 comments
Open

Reading a binary string of data into a netcdf dataset #550

MGSL opened this issue Apr 8, 2016 · 4 comments

Comments

@MGSL
Copy link

MGSL commented Apr 8, 2016

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

@shoyer
Copy link
Contributor

shoyer commented Apr 8, 2016

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.

@MGSL
Copy link
Author

MGSL commented Apr 8, 2016

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.

-MGSL

@shoyer
Copy link
Contributor

shoyer commented Apr 8, 2016

@MGSL probably best to ask the Unidata developers over in #406 (this issue is a duplicate of that one).

@dopplershift
Copy link
Member

I think the C library gained the interface--I just haven't been able to carve out the time to implement in Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants