You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: