I noticed in the docs that F-order is not yet supported. It seems all arrays is silently treated as C-order, even if the .zarray metadata specifies F-order.
I saw this discussion, which deferred support for F-order for later https://github.com/gzuidhof/zarr.js/issues/15.
I'd be happy to contribute a PR for adding F-order but wanted to ask first, if you had some existing ideas how/where to implement that. Thanks!
I noticed in the docs that F-order is not yet supported. It seems all arrays is silently treated as C-order, even if the
.zarray
metadata specifies F-order. I saw this discussion, which deferred support for F-order for later https://github.com/gzuidhof/zarr.js/issues/15.I'd be happy to contribute a PR for adding F-order but wanted to ask first, if you had some existing ideas how/where to implement that. Thanks!