home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 404415760

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/2278#issuecomment-404415760 https://api.github.com/repos/pydata/xarray/issues/2278 404415760 MDEyOklzc3VlQ29tbWVudDQwNDQxNTc2MA== 11750960 2018-07-12T07:25:36Z 2018-07-12T07:25:36Z CONTRIBUTOR

thanks for the workaround suggestion. Apparently you also need to delete chunks for the t singleton coordinate though. The workaround looks at the end like: ds = xr.open_zarr('data.zarr') del ds['v'].encoding['chunks'] del ds['t'].encoding['chunks'] ds.isel(t=0).to_zarr('data_t0.zarr', mode='w') Any idea about how serious this is and/or where it's coming from?

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