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
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 |