home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR" and issue = 239636285 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • gbrener 2
  • jbednar 1

issue 1

  • Center the coordinates to pixels for rasterio backend · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
313180221 https://github.com/pydata/xarray/pull/1468#issuecomment-313180221 https://api.github.com/repos/pydata/xarray/issues/1468 MDEyOklzc3VlQ29tbWVudDMxMzE4MDIyMQ== gbrener 2840348 2017-07-05T18:01:28Z 2017-07-05T18:01:28Z CONTRIBUTOR

Thanks for the feedback @fmaussion . I addressed your suggestions and made some small cleanups. Please let me know if there's anything else.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Center the coordinates to pixels for rasterio backend 239636285
312370884 https://github.com/pydata/xarray/pull/1468#issuecomment-312370884 https://api.github.com/repos/pydata/xarray/issues/1468 MDEyOklzc3VlQ29tbWVudDMxMjM3MDg4NA== gbrener 2840348 2017-06-30T20:55:31Z 2017-06-30T20:55:31Z CONTRIBUTOR

Thanks for the feedback @jhamman - just added the documentation.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Center the coordinates to pixels for rasterio backend 239636285
312144355 https://github.com/pydata/xarray/pull/1468#issuecomment-312144355 https://api.github.com/repos/pydata/xarray/issues/1468 MDEyOklzc3VlQ29tbWVudDMxMjE0NDM1NQ== jbednar 1695496 2017-06-30T00:40:20Z 2017-06-30T00:40:39Z CONTRIBUTOR

Looks good to me, and very important (for those of us who care about half a pixel! :-)...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Center the coordinates to pixels for rasterio backend 239636285

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