home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 615288533 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • dcherian 1
  • adibratul 1
  • ac547 1

author_association 2

  • NONE 2
  • MEMBER 1

issue 1

  • RuntimeError: NetCDF: HDF error · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1560055470 https://github.com/pydata/xarray/issues/4050#issuecomment-1560055470 https://api.github.com/repos/pydata/xarray/issues/4050 IC_kwDOAMm_X85c_I6u ac547 54964372 2023-05-23T20:07:28Z 2023-05-23T20:07:28Z NONE

Another cause for this issue could be an unclosed netcdf file. Specifically if you did something like:

my_file = Dataset('my_file.nc','w')

and did not close it with

my_file.close()

The ncfile is still open and the HDF library still has a lock on it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RuntimeError: NetCDF: HDF error 615288533
660510851 https://github.com/pydata/xarray/issues/4050#issuecomment-660510851 https://api.github.com/repos/pydata/xarray/issues/4050 MDEyOklzc3VlQ29tbWVudDY2MDUxMDg1MQ== adibratul 47941638 2020-07-18T16:58:40Z 2020-07-18T16:58:40Z NONE

yes it was corrupted

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RuntimeError: NetCDF: HDF error 615288533
627409269 https://github.com/pydata/xarray/issues/4050#issuecomment-627409269 https://api.github.com/repos/pydata/xarray/issues/4050 MDEyOklzc3VlQ29tbWVudDYyNzQwOTI2OQ== dcherian 2448579 2020-05-12T15:15:02Z 2020-05-12T15:15:02Z MEMBER

what is s5p_file? HDF error means your file couldn't be read for one of many reasons: corrupt file for example.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RuntimeError: NetCDF: HDF error 615288533

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 10.107ms · About: xarray-datasette