home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1137661171

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/pull/6475#issuecomment-1137661171 https://api.github.com/repos/pydata/xarray/issues/6475 1137661171 IC_kwDOAMm_X85Dz1Tz 1217238 2022-05-25T18:10:21Z 2022-05-25T18:10:21Z MEMBER

One issue with relying only on Array and Group as currently implemented in Zarr-Python is that we can create array nodes outside of any group subfolder. e.g. one can currently create an Array directly at path 'array1' and this would put the chunks under 'data/root/array1/', and metadata at 'meta/root/array1.array.json'. However, the root itself is not a Group. A group is basically a subfolder under root (e.g.' open_group with path = group1 creates '/meta/root/group1/' folder and 'meta/root/group1.group.json' metadata). There is no mechanism in the spec to open root directly as a Group!

is there an issue on the Zarr side where this is currently being discussed?

I opened up https://github.com/zarr-developers/zarr-python/issues/1039

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1200581329
Powered by Datasette · Queries took 155.051ms · About: xarray-datasette