home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where user = 6420873 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 4

  • Decode time error in CESM POP output 2
  • Transpose some but not all dimensions 2
  • indexing error in sel subsets 1
  • Lost coords after multiplication 1

user 1

  • Yefee · 6 ✖

author_association 1

  • NONE 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
300841058 https://github.com/pydata/xarray/issues/1403#issuecomment-300841058 https://api.github.com/repos/pydata/xarray/issues/1403 MDEyOklzc3VlQ29tbWVudDMwMDg0MTA1OA== Yefee 6420873 2017-05-11T16:18:35Z 2017-05-11T16:18:35Z NONE

Thanks, @shoyer. This confuses me for a long time. It solves my problem to some extent.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Lost coords after multiplication 227858207
294520876 https://github.com/pydata/xarray/issues/1374#issuecomment-294520876 https://api.github.com/repos/pydata/xarray/issues/1374 MDEyOklzc3VlQ29tbWVudDI5NDUyMDg3Ng== Yefee 6420873 2017-04-17T16:25:12Z 2017-04-17T16:25:12Z NONE

It should be the default engine netCDF4. Here I provided a file: https://github.com/Yefee/bugs-fix/blob/master/lgm2co2.nc

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  indexing error in sel subsets 221855729
258531525 https://github.com/pydata/xarray/issues/1081#issuecomment-258531525 https://api.github.com/repos/pydata/xarray/issues/1081 MDEyOklzc3VlQ29tbWVudDI1ODUzMTUyNQ== Yefee 6420873 2016-11-04T19:53:49Z 2016-11-04T19:53:49Z NONE

Thanks! I will check it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Transpose some but not all dimensions 187393785
258530348 https://github.com/pydata/xarray/issues/1081#issuecomment-258530348 https://api.github.com/repos/pydata/xarray/issues/1081 MDEyOklzc3VlQ29tbWVudDI1ODUzMDM0OA== Yefee 6420873 2016-11-04T19:48:20Z 2016-11-04T19:48:20Z NONE

Thanks, @shoyer

I agree your methods works for 2d matrix, but for 3 or 4d matrix it fails.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Transpose some but not all dimensions 187393785
219347003 https://github.com/pydata/xarray/issues/848#issuecomment-219347003 https://api.github.com/repos/pydata/xarray/issues/848 MDEyOklzc3VlQ29tbWVudDIxOTM0NzAwMw== Yefee 6420873 2016-05-16T04:34:45Z 2016-05-16T04:34:45Z NONE

Thanks for your comment. @rabernat The time decoding problem is solved to some extent for me. However,I have another question now. That is how to deal with the coordinates in pop output. Most of the variables have coordinates like (time, nlat, nlon), but they are not the real coordinates in space. If I combine xarray and cartopy to plot something, (i.e. temperature) the nlat and nlon coordinates is annoying. Do you have any good ideas?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode time error in CESM POP output 154924822
219310127 https://github.com/pydata/xarray/issues/848#issuecomment-219310127 https://api.github.com/repos/pydata/xarray/issues/848 MDEyOklzc3VlQ29tbWVudDIxOTMxMDEyNw== Yefee 6420873 2016-05-15T20:57:48Z 2016-05-15T20:57:48Z NONE

A similar issue is found here: #521 sloutions: https://github.com/pydata/xarray/issues/521

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Decode time error in CESM POP output 154924822

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