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

How to read variable length arrays #439

Closed
WanXinTao opened this issue Apr 10, 2021 · 5 comments
Closed

How to read variable length arrays #439

WanXinTao opened this issue Apr 10, 2021 · 5 comments

Comments

@WanXinTao
Copy link

WanXinTao commented Apr 10, 2021

I have an h5 file

DATASET "foo" {
    DATATYPE H5T_VLEN { H5T_STD_I32LE }
    DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
    DATA {
        (0): (1), (1, 2)
    }
}

How should I read it, is there a similar example

@WanXinTao
Copy link
Author

@alkino I want to read the data shown in the picture above

@WanXinTao
Copy link
Author

Can you provide a demo, thank you very much

@ferdonline
Copy link
Contributor

AFAIK var length non-string arrays are still not supported.

@ferdonline ferdonline changed the title How to read nested array How to read variable length arrays Sep 15, 2021
@maxnoe
Copy link
Contributor

maxnoe commented Nov 4, 2021

This is a duplicate of #369

@alkino alkino added the question label Nov 4, 2021
@alkino
Copy link
Member

alkino commented Nov 4, 2021

Thanks ;)

@alkino alkino closed this as completed Nov 4, 2021
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

4 participants