home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1094411214

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/6456#issuecomment-1094411214 https://api.github.com/repos/pydata/xarray/issues/6456 1094411214 IC_kwDOAMm_X85BO2PO 3698640 2022-04-10T23:40:49Z 2022-04-10T23:40:49Z CONTRIBUTOR

@tbloch1 following up on Max's suggestion - it looks like you might be overwriting the file with every iteration. See the docs on ds.to_zarr - mode='w' will overwrite the file while mode='a' will append. That said, you still would need your indices to not overlap. How are you distinguishing between the files? is each one a different point in time?

To me, this doesn't seem likely to be a bug, but is more of a usage question. Have you tried asking on stackoverflow with the xarray tag?

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