gzuidhof / zarr.js

Javascript implementation of Zarr
https://guido.io/zarr.js
Apache License 2.0
133 stars 23 forks source link

Support F-order #118

Closed normanrz closed 2 years ago

normanrz commented 2 years ago

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!