-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Currently there are a few metadata keys that get handled specially in the GDSStore
(see below).
Lines 35 to 39 in 0251229
if os.path.basename(fn) in [ | |
zarr.storage.array_meta_key, | |
zarr.storage.group_meta_key, | |
zarr.storage.attrs_key, | |
]: |
Though one that isn't handled currently is the consolidated metadata key (.zmetadata
), which can show up for some Zarr stores.
Would be good to filter this one out too
Metadata
Metadata
Assignees
Labels
No labels