saalfeldlab / n5-zarr

Zarr filesystem backend for N5
BSD 2-Clause "Simplified" License
12 stars 14 forks source link

read dimension_separator from .zarray #6

Closed bogovicj closed 2 years ago

bogovicj commented 3 years ago

The current implementation does not read from the (more n5-like) zarr NestedDirectoryStore.

The above is wrong - such data can be read, but one needs to know the dimension_separator at the time of constructing the N5ZarrReader. New zarr versions tell you in .zarray, see below:

bogovicj commented 3 years ago

See: https://github.com/zarr-developers/zarr-python/issues/530 and https://github.com/zarr-developers/zarr-python/pull/716

bogovicj commented 2 years ago

this feature was added by https://github.com/saalfeldlab/n5-zarr/pull/7