home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 859065068 and user = 31640292 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • WardBrian · 2 ✖

issue 1

  • Xarray unable to read file that netCDF4 can · 2 ✖

author_association 1

  • CONTRIBUTOR 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
821233500 https://github.com/pydata/xarray/issues/5164#issuecomment-821233500 https://api.github.com/repos/pydata/xarray/issues/5164 MDEyOklzc3VlQ29tbWVudDgyMTIzMzUwMA== WardBrian 31640292 2021-04-16T14:53:03Z 2021-04-16T14:53:48Z CONTRIBUTOR

I've been able to confirm locally that the problem is caused by the call to filters here https://github.com/pydata/xarray/blob/18ed29e4086145c29fde31c9d728a939536911c9/xarray/backends/netCDF4_.py#L395-L399

The line is even commented to say it is netcdf4 specific, but it is called unconditionally. I wrapped it in a try/except and then the file loaded, so I think this may just be an oversight in the backend

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Xarray unable to read file that netCDF4 can 859065068
820630936 https://github.com/pydata/xarray/issues/5164#issuecomment-820630936 https://api.github.com/repos/pydata/xarray/issues/5164 MDEyOklzc3VlQ29tbWVudDgyMDYzMDkzNg== WardBrian 31640292 2021-04-15T18:11:58Z 2021-04-15T18:11:58Z CONTRIBUTOR

hdf4

Yes, the only mention I can find of hdf4 for xarray relies on PyNIO, which has been discontinued. If netCDF4 can open the raw file, I'm not sure why xarray can't

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Xarray unable to read file that netCDF4 can 859065068

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 12.975ms · About: xarray-datasette