home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1081236360

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/issues/6374#issuecomment-1081236360 https://api.github.com/repos/pydata/xarray/issues/6374 1081236360 IC_kwDOAMm_X85AcluI 905179 2022-03-28T23:05:51Z 2022-03-28T23:05:51Z NONE

dimension names stored by xarray in .zattrs["_ARRAY_DIMENSIONS"] are stored by NCZarr in .zarray["_NCZARR_ARRAY"]["dimrefs"]

I made a recent change to this so that where possible, all NCZarr files contain the xarray _ARRAY_ATTRIBUTE. By "where possible" I mean that the array is in the root group and the dimensions it references are "defined" in the root group (i.e. they have the simple FQN "/XXX" where XXX is the dim name. This means that there is sometimes a duplication of information between _ARRAY_ATTRIBUTE and ".zarray["_NCZARR_ARRAY"]["dimrefs"].

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