home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 325226656

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/1528#issuecomment-325226656 https://api.github.com/repos/pydata/xarray/issues/1528 325226656 MDEyOklzc3VlQ29tbWVudDMyNTIyNjY1Ng== 1197350 2017-08-27T21:42:23Z 2017-08-27T21:42:23Z MEMBER

Is the aim to reduce the number of metadata files hanging around?

This is also part of my goal. I think all the metadata can be stored internally to zarr via attributes. There just have to be some "special" attributes that xarray hides from the user. This is the same as h5netcdf.

@alimanfoo suggested this should be possible in that earlier thread:

Specifically I'm wondering if this could all be stored as attributes on the Zarr array, with some conventions for special xarray attribute names?

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