home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1315516624

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/5878#issuecomment-1315516624 https://api.github.com/repos/pydata/xarray/issues/5878 1315516624 IC_kwDOAMm_X85OaTDQ 48723181 2022-11-15T15:57:55Z 2022-11-15T15:57:55Z NONE

Coming back to this a year later, I am still having the same issue.

Running the gsutil locally gsutil cat gs://ldeo-glaciology/append_test/test30/temperature/.zarray shows shape 6: { "chunks": [ 3 ], "compressor": { "blocksize": 0, "clevel": 5, "cname": "lz4", "id": "blosc", "shuffle": 1 }, "dtype": "<i8", "fill_value": null, "filters": null, "order": "C", "shape": [ 6 ], "zarr_format": 2

whereas running fsspec on leap-pangeo shows only shape 3: ``` import fsspec import xarray as xr import json import gcsfs

mapper = fsspec.get_mapper('gs://ldeo-glaciology/append_test/test30', mode='r') ds_both = xr.open_zarr(mapper) len(ds_both.temperature) ```

And trying to append using a new toy dataset written from leap-pangeo has the same issue.

Any ideas on what to try next?

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