home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 449004641 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

  • mullenkamp 2
  • shoyer 1
  • cocoaaa 1

author_association 2

  • NONE 3
  • MEMBER 1

issue 1

  • `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
509039163 https://github.com/pydata/xarray/issues/2993#issuecomment-509039163 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDUwOTAzOTE2Mw== mullenkamp 2656596 2019-07-07T23:30:40Z 2019-07-07T23:30:40Z NONE

After a little bit of testing, I've found out that setting decode_cf=False reads it in without an error.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641
509011157 https://github.com/pydata/xarray/issues/2993#issuecomment-509011157 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDUwOTAxMTE1Nw== mullenkamp 2656596 2019-07-07T16:00:38Z 2019-07-07T16:00:38Z NONE

I would also like to see if this issue could be looked at. I'm also trying to query the NASA server. This used to work in previous versions of xarray. Thanks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641
497119785 https://github.com/pydata/xarray/issues/2993#issuecomment-497119785 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDQ5NzExOTc4NQ== cocoaaa 8037983 2019-05-29T21:42:18Z 2019-05-29T21:51:37Z NONE

I see, you can open a new account on EARTHDATA (by NASA) easily here. I followed the steps described in this tutorial to set it up and then was trying to use xarray's xr.backends.PydapDataStore to read the dataset as a xr.Dataset which caused this error. Thank for looking into it!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641
496338194 https://github.com/pydata/xarray/issues/2993#issuecomment-496338194 https://api.github.com/repos/pydata/xarray/issues/2993 MDEyOklzc3VlQ29tbWVudDQ5NjMzODE5NA== shoyer 1217238 2019-05-28T02:03:38Z 2019-05-28T02:03:38Z MEMBER

Hmm. There very well may be an xarray bug here, but unfortunately I don't have a good way to test this without a username/password for site.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `xr.open_dataset` with `pydapdatastore` raises `too many indices for array` error 449004641

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