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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
As discussed, N5 stores dimension metadata in java/fortran order. z5py (and presumably zarr) reverses that metadata and transposes the returned arrays into numpy/C order. pyn5 should do the same.