home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 361858640

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
361858640 MDU6SXNzdWUzNjE4NTg2NDA= 2423 manually specify chunks in open_zarr 1197350 closed 0     2 2018-09-19T17:52:31Z 2020-01-09T15:21:35Z 2020-01-09T15:21:35Z MEMBER      

Currently, open_zarr has two possible chunking behaviors. auto_chunk=True (default) creates dask chunks corresponding with zarr chunks. auto_chunk=False creates no chunks. But what if you want to manually specify the chunks, as with open_dataset(chunks=...). open_zarr could easily support this, but it does not currently.

Note that this is not the same as calling .chunk() post dataset creation. That operation is very inefficient, since it begins from a single global chunk for each variable.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2423/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 77.182ms · About: xarray-datasette