home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 1339129609

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
1339129609 I_kwDOAMm_X85P0X8J 6916 Given zarr-backed Xarray determine store and group 3171991 open 0     3 2022-08-15T15:16:24Z 2022-09-12T18:40:07Z   NONE      

What is your issue?

Given a zarr-backed xarray dataset, it would be nice to know the store and group and if it is zarr-backed or not.

The .encoding attribute has the store, but does not have the group, which would be required to specify the exact dataset. ``` dset = xr.open_zarr( store="gs://some/path", group='subdir' )

dset.encoding

{'source': 'gs://some/path'} ```

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

Links from other tables

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