home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1272555653

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/7146#issuecomment-1272555653 https://api.github.com/repos/pydata/xarray/issues/7146 1272555653 IC_kwDOAMm_X85L2aiF 14808389 2022-10-09T14:36:13Z 2022-10-09T14:36:13Z MEMBER

great, good to know. Can you try this with h5py: ```python import h5py

N_TIMES = 48 with h5py.File("test.nc", mode="w") as f: time = f.create_dataset("time", (N_TIMES,), dtype="i") time[:] = 0

d1 = f.create_dataset("d1", (N_TIMES, 201, 201), dtype="f")
d1[:] = 0

```

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