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

Dimension scales #14

Closed
jjhelmus opened this issue Sep 12, 2016 · 0 comments · Fixed by #21
Closed

Dimension scales #14

jjhelmus opened this issue Sep 12, 2016 · 0 comments · Fixed by #21

Comments

@jjhelmus
Copy link
Owner

NetCDF4 files use HDF5's concept of "dimensional scales" to provide named and common dimensions to multidimensional arrays. h5py supports these scales through the Dataset.dims attribute. pyfive should support reading this information from HDF5 files and provide a similar API for accessing these labels.

I believe this would require implementing support for referenced datatypes (class 7) as well more complete support for variable length datatypes.

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

Successfully merging a pull request may close this issue.

1 participant