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

Document how to store multidim matrices/volumes in row major format #1163

Open
psteinb opened this issue Jul 24, 2024 · 1 comment
Open

Document how to store multidim matrices/volumes in row major format #1163

psteinb opened this issue Jul 24, 2024 · 1 comment

Comments

@psteinb
Copy link
Contributor

psteinb commented Jul 24, 2024

Hi,
first off, thanks for providing such a high quality implementation of HDF5 with julia. I am working on a project where we need to store a 3D matrix in a .h5 file in such a fashion, that it can be consumed by python libraries. The HDF5.jl documentation currently only describes how to read nD "arrays" that have been stored in row major. I currently require the reverse and hence would appreciate a comment on this in the docs as I perceive myself as a julia beginner.
Thanks.

@psteinb
Copy link
Contributor Author

psteinb commented Jul 24, 2024

See also https://github.com/JuliaIO/HDF5.jl/blob/master/docs/src/index.md at the very bottom.

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