home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 274200419

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/1223#issuecomment-274200419 https://api.github.com/repos/pydata/xarray/issues/1223 274200419 MDEyOklzc3VlQ29tbWVudDI3NDIwMDQxOQ== 306380 2017-01-20T22:46:44Z 2017-01-20T22:46:44Z MEMBER

This looks pretty cool to me. I expected it to be harder to encode xarray into zarr. Some thoughts/comments:

  1. Is it harder to encode a full xarray into zarr? Are there cases that are not covered by this example that are likely to occur in the wild (mostly a question for @shoyer)
  2. I guess one major thing missing is storing full Dataset objects rather than just DataArrays. I suspect that scientific users want to keep all of the variables and coordinates in a single artifact
  3. It would be nice to avoid using pickle if possible, so that the data could be cross-language.
  4. How open is the XArray community to adding experimental to/from_zarr methods?
  5. Eventually we probably want to do lazy_value = da.store(..., compute=False) and then compute all of them at once

@pwolfram @rabernat @jhamman

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