Closed
Description
By default, zarr chunk files use .
as the axis separator in their names, e.g. 10.20.30
. But in Python, one can use a NestedDirectoryStore
to store in a directory tree, effectively using /
as the separator, e.g. 10/20/30
.
Unfortunately, the metadata in .zarray
does not specify which format is used. (This is a known shortcoming of the zarr spec.)
Is there any way to tell neuroglancer which format a zarr array uses? I notice that the source code seems to support both, at least in theory. But I can't figure out how to tell neuroglancer that my zarr array uses the /
separator in chunk names instead of the default .
separator. Is there a way to do it?
Metadata
Metadata
Assignees
Labels
No labels