home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 437126178 and user = 10050469 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • fmaussion · 5 ✖

issue 1

  • DOC: avoid downloading .tif file · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
488999383 https://github.com/pydata/xarray/pull/2919#issuecomment-488999383 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4ODk5OTM4Mw== fmaussion 10050469 2019-05-03T08:11:58Z 2019-05-03T08:11:58Z MEMBER

How about adding a comment saying that this may/may not work and suggest a workaround

Thanks for the suggestion! I've decided against it because it will be too wordy - let's see if this is really affecting that many people first.

Thanks @grinsted for the PR!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: avoid downloading .tif file 437126178
487489532 https://github.com/pydata/xarray/pull/2919#issuecomment-487489532 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzQ4OTUzMg== fmaussion 10050469 2019-04-29T08:22:47Z 2019-04-29T08:22:47Z MEMBER

I wonder why it desn't work with pip.

Because of that: https://github.com/mapbox/rasterio#ssl-certs . It will work, but not out-of-the box. I personally don't mind, but we might get a few "your example doesn't work" requests here although it has nothing to do with xarray, this is why I'm asking others devs before merging.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: avoid downloading .tif file 437126178
487476404 https://github.com/pydata/xarray/pull/2919#issuecomment-487476404 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzQ3NjQwNA== fmaussion 10050469 2019-04-29T07:28:36Z 2019-04-29T07:28:36Z MEMBER

Thanks! Yes, I've tested on a conda env and it works. So my take is that it probably won't work out-of-the box on debian/ubuntu/mint where rasterio is installed via pip.

So my question to @shoyer or @jhamman : should we change this example for the nicer code above, even if a minority of people (pip users like me) might find that this doesn't work for them?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: avoid downloading .tif file 437126178
487007098 https://github.com/pydata/xarray/pull/2919#issuecomment-487007098 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzAwNzA5OA== fmaussion 10050469 2019-04-26T10:16:40Z 2019-04-26T10:16:40Z MEMBER

@grinsted what OS are you running this on? I'm a bit concerned about this here: https://github.com/mapbox/rasterio#ssl-certs

I came into this while trying it locally, and even after setting the env variable I still get this error:

RasterioIOError: '/vsicurl/https://github.com/mapbox/rasterio/raw/master/tests/data/RGB.byte.tif' does not exist in the file system, and is not recognized as a supported dataset name.

I wonder if I'm the only one in that case, or if other users might be affected as well

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: avoid downloading .tif file 437126178
486619296 https://github.com/pydata/xarray/pull/2919#issuecomment-486619296 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NjYxOTI5Ng== fmaussion 10050469 2019-04-25T10:34:58Z 2019-04-25T10:34:58Z MEMBER

Thanks! Can you do the same for the other example as well?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: avoid downloading .tif file 437126178

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