home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 732567105 and user = 10194086 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

  • mathause · 3 ✖

issue 1

  • UFuncTypeError when reading data from HDF4 file · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
720059537 https://github.com/pydata/xarray/issues/4552#issuecomment-720059537 https://api.github.com/repos/pydata/xarray/issues/4552 MDEyOklzc3VlQ29tbWVudDcyMDA1OTUzNw== mathause 10194086 2020-11-01T09:28:17Z 2020-11-01T09:28:17Z MEMBER

I am closing this. Feel free to reopen if you think there more we can do.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  UFuncTypeError when reading data from HDF4 file 732567105
719575453 https://github.com/pydata/xarray/issues/4552#issuecomment-719575453 https://api.github.com/repos/pydata/xarray/issues/4552 MDEyOklzc3VlQ29tbWVudDcxOTU3NTQ1Mw== mathause 10194086 2020-10-30T14:11:38Z 2020-10-30T14:11:38Z MEMBER

I don't really see through. The

python-traceback UFuncTypeError: ufunc 'multiply' did not contain a loop with signature matching types (dtype('<U6'), dtype('<U6')) -> dtype('<U6') error hints at a dtype problem. The B01:scale_factor = "0.0001" has dtype=<U6 so maybe it fails trying to apply the scale_factor. The other error python traceback RuntimeError: NetCDF: Attempting netcdf-4 operation on netcdf-3 file sounds like a netCDF3 file is pretending to be a netCDF4 file. Also file HLS.S30.T13SDD.2020004.v1.4.hdf tells me it's a hdf4 file. I thought netCDF4 files have to be hdf5 (but I am not sure).

To summarize 1. the file is maybe not meant to be opened as a netCDF but with a hdf library 2. the file may have an issue, either with the metadata or in the way the file is saved 3. if 2. and 3. are not the case, there may be a bug in the netCDF4 library (because you also get the error using netCDF4 without xarray) So I am tagging this as upstream issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  UFuncTypeError when reading data from HDF4 file 732567105
719072356 https://github.com/pydata/xarray/issues/4552#issuecomment-719072356 https://api.github.com/repos/pydata/xarray/issues/4552 MDEyOklzc3VlQ29tbWVudDcxOTA3MjM1Ng== mathause 10194086 2020-10-29T23:03:30Z 2020-10-29T23:03:30Z MEMBER

Could you try xr.open_dataset(f, decode_cf=False). It could also be helpful to know the output of ncdump - k <file> and ncdump -h <file>

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  UFuncTypeError when reading data from HDF4 file 732567105

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 62.842ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows