We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.zmetadata
Currently there are a few metadata keys that get handled specially in the GDSStore (see below).
GDSStore
kvikio/python/kvikio/zarr.py
Lines 35 to 39 in 0251229
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
The text was updated successfully, but these errors were encountered:
cc @dcherian (who pointed this out to us :)
Sorry, something went wrong.
getitems()
56d48ef
Merge pull request rapidsai#119 from beckernick/bugfix/profiler-magic…
a0db77e
…s-function-name Fix function profiler ipython magic
Successfully merging a pull request may close this issue.
Currently there are a few metadata keys that get handled specially in the
GDSStore
(see below).kvikio/python/kvikio/zarr.py
Lines 35 to 39 in 0251229
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
The text was updated successfully, but these errors were encountered: