issues: 1172229856
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1172229856 | I_kwDOAMm_X85F3s7g | 6374 | Should the zarr backend support NCZarr conventions? | 22245117 | closed | 0 | 18 | 2022-03-17T11:00:17Z | 2022-04-14T15:36:05Z | 2022-04-14T15:36:05Z | CONTRIBUTOR | What is your issue?As part of the CZI EOSS4 grant, at B-Open we are keen on improving xarray/zarr cross-community conventions. It looks like xarray's Currently, it is possible to open a ds = xr.Dataset( { "a": (("y", "x"), np.random.rand(6).reshape(2, 3)), "b": (("y", "x"), np.random.rand(6).reshape(2, 3)), }, coords={"y": [0, 1], "x": [10, 20, 30]}, ) ds.to_netcdf("file://test.nczarr#mode=nczarr") ds_from_nczarr = xr.open_dataset("file://test.nczarr#mode=nczarr", engine="netcdf4") xr.testing.assert_identical(ds, ds_from_nczarr) xr.open_dataset("test.nczarr", engine="zarr") KeyError: 'Zarr object is missing the attribute
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6374/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |