-
Notifications
You must be signed in to change notification settings - Fork 143
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
Compound type with an array inside #50
Comments
Array types are definitely supported (see the examples in Am I correct in guessing that you have an HDF5 file written by other software that you want to read into Julia? If you can email me a small test file, I'd be happy to play with this a bit. |
I sent you a small dataset |
Thanks, got it. Indeed we don't yet support the fixed-size Because my ability to work on this over the next couple of weeks will be limited, I've started a branch called |
The |
Thanks a lot Tim. I'm not sure sure if I have the ability to proceed on this. I tried a workaround with |
I fully understand. I will get to this as soon as I can. In the meantime, is there an option to convert the files to a different saving style? For example, instead of a compound type can you use 3 different variables, and instead of a fixed-size array can you use the (more common) variable-length arrays? |
We're halfway there, see 5679103. |
closed by #592. |
I have a dataset with a compound type and inside this compound type an array. Is there a way to read this compound type into Julia? It seems that Array types are not supported yet, but perhaps it's possible to patch this scenario with the low-level routines?
The text was updated successfully, but these errors were encountered: