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

Order of variables contained in a netcdf file #12

Closed
dopplershift opened this issue Feb 26, 2014 · 2 comments
Closed

Order of variables contained in a netcdf file #12

dopplershift opened this issue Feb 26, 2014 · 2 comments

Comments

@dopplershift
Copy link
Member

From mommesp...@gmail.com on February 27, 2009 08:45:29

To operate on the entire data in huge netcdf-files efficiently I'd need to
know the order in which the variables are stored in the files I read. Is
there any way to obtain this informtaion within the netcdf4-python module?
Didn't find anything in the documentation...

(I hope this is the right place to raise this issue, I didn't find a user
mailing list or s.thing similar...)

Original issue: http://code.google.com/p/netcdf4-python/issues/detail?id=12

@dopplershift
Copy link
Member Author

From whitaker.jeffrey@gmail.com on February 27, 2009 10:26:10

There is no way I know of to get the creation order from the netcdf API. In the old
netcdf 3 format this may have been important for efficient access, but with the new
underlying HDF5 format in netcdf 4 I don't think it is anymore.

@dopplershift
Copy link
Member Author

From whitaker.jeffrey@gmail.com on May 25, 2009 05:59:48

Status: WontFix

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

No branches or pull requests

1 participant