home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 117478779 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

user 1

  • shoyer · 6 ✖

issue 1

  • Problem with checking in Variable._parse_dimensions() (xray.core.variable) · 6 ✖

author_association 1

  • MEMBER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
157572075 https://github.com/pydata/xarray/issues/662#issuecomment-157572075 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU3MjA3NQ== shoyer 1217238 2015-11-18T01:56:26Z 2015-11-18T01:56:26Z MEMBER

I think this is likely https://github.com/unidata/netcdf4-python/issues/300

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779
157571862 https://github.com/pydata/xarray/issues/662#issuecomment-157571862 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU3MTg2Mg== shoyer 1217238 2015-11-18T01:54:47Z 2015-11-18T01:54:47Z MEMBER

OK, I was able to reproduce this using netcdf4==1.1.1!

I still don't know exactly what's going on, but it seems to have been fixed since then -- it works when I specify engine='scipy' in open_dataset or install a newer version of netCDF4.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779
157569228 https://github.com/pydata/xarray/issues/662#issuecomment-157569228 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU2OTIyOA== shoyer 1217238 2015-11-18T01:35:46Z 2015-11-18T01:35:46Z MEMBER

OK -- when I run your example, it works fine on my machine!

What versIons are you using for each of these libraries: netCDF4, scipy, numpy, pandas, xray?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779
157568417 https://github.com/pydata/xarray/issues/662#issuecomment-157568417 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU2ODQxNw== shoyer 1217238 2015-11-18T01:32:12Z 2015-11-18T01:32:12Z MEMBER

Here's a link to the file on dropbox: https://www.dropbox.com/s/9al7mw6f45pmfk8/hycom_example.nc?dl=1

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779
157565632 https://github.com/pydata/xarray/issues/662#issuecomment-157565632 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU2NTYzMg== shoyer 1217238 2015-11-18T01:13:00Z 2015-11-18T01:13:00Z MEMBER

@rafa-guedes can you share an example netcdf file that reproduces the issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779
157552130 https://github.com/pydata/xarray/issues/662#issuecomment-157552130 https://api.github.com/repos/pydata/xarray/issues/662 MDEyOklzc3VlQ29tbWVudDE1NzU1MjEzMA== shoyer 1217238 2015-11-18T00:14:54Z 2015-11-18T00:14:54Z MEMBER

In particular -- how exactly do you concatenate the datasets together?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problem with checking in Variable._parse_dimensions() (xray.core.variable) 117478779

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