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

h5t methods #10

Open
bnlawrence opened this issue Jul 14, 2024 · 1 comment
Open

h5t methods #10

bnlawrence opened this issue Jul 14, 2024 · 1 comment

Comments

@bnlawrence
Copy link
Collaborator

I've had to create, for the moment, an h5t emulation layer, with three methods which really have little place in pyfive as it currently stands. It might be that we do need this layer for complete vlen str compatibility with H5Py (insofar as a vlen string should return the same dtype, it doesn't currently).

This is all part of h5netcdf support (#7).

The issue here is, do I leave these here, will we need them (e.g. if we do go to enumeration support and/or complete vlen compatability?), or can we move them elsewhere (e.g. into h5netcdf) because they're not really part of the necessary API?

@bnlawrence
Copy link
Collaborator Author

These exist, and utilise, because the H5Py vlen and enumerations inherit a class called DataType which has a metadata method ...

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

1 participant