home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 525008289

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/3251#issuecomment-525008289 https://api.github.com/repos/pydata/xarray/issues/3251 525008289 MDEyOklzc3VlQ29tbWVudDUyNTAwODI4OQ== 48155582 2019-08-26T19:59:32Z 2019-08-26T20:02:00Z NONE

Upon further testing it looks like the error has to do with the consolidated zarr store. Even thou the orginal set was written with:

python ds.to_zarr(store=gcsmap, mode='w-', consolidated=True)

The new append to zarr with:

python ds.to_zarr(store=gcsmap, mode='a', consolidated=True, compute=False, append_dim='time')

Fails since it reads an empty array. This might be more of a problem for zarr itself and not xarray. Going to test rewriting a netcdf file to zarr with consolidation and if the error persists then I will move to zarr for the error.

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