How to read compound dataset with structs which has a variable string length? #153
Unanswered
Julian9620
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Many requested read variable data. I'll see what I can do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E.g.:
Name | Type | Array Size
Comment | String, length = variable, padding=H5T_STR_NULLTERM, cset = H5T_CSET_ASCII | 1
A example file does not exists so far.
The current implementation uses the Hdf5.ReadCompounds<my_struct>() methode. Is it better to read a list instead of a list?
Beta Was this translation helpful? Give feedback.
All reactions