home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 437126178 and user = 2535390 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • grinsted · 4 ✖

issue 1

  • DOC: avoid downloading .tif file · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
487485638 https://github.com/pydata/xarray/pull/2919#issuecomment-487485638 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzQ4NTYzOA== grinsted 2535390 2019-04-29T08:07:31Z 2019-04-29T08:07:31Z CONTRIBUTOR

I wonder why it desn't work with pip. It is a feature inherited from GDAL. I guess it has something to do with how that is compiled.

{
    "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
487469379 https://github.com/pydata/xarray/pull/2919#issuecomment-487469379 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzQ2OTM3OQ== grinsted 2535390 2019-04-29T06:56:31Z 2019-04-29T06:56:31Z CONTRIBUTOR

I have just tested on a linux box and it works. I have access to a geo-notebook on a cloud service via my university . sys.version says:

3.6.7 | packaged by conda-forge | (default, Feb 28 2019, 09:07:38) [GCC 7.3.0]

{
    "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
487396945 https://github.com/pydata/xarray/pull/2919#issuecomment-487396945 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NzM5Njk0NQ== grinsted 2535390 2019-04-28T16:57:46Z 2019-04-28T16:57:46Z CONTRIBUTOR

I wrote this code on Windows 10. I also use the rasterio feature on a Linux box (but not via xarray). I use anaconda on both machines.

On Fri, 26 Apr 2019, 12:16 Fabien Maussion, notifications@github.com wrote:

@grinsted https://github.com/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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/2919#issuecomment-487007098, or mute the thread https://github.com/notifications/unsubscribe-auth/AATK7XQJHYCK4TT7TILBSEDPSLJA3ANCNFSM4HIL2KYQ .

{
    "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
486657353 https://github.com/pydata/xarray/pull/2919#issuecomment-486657353 https://api.github.com/repos/pydata/xarray/issues/2919 MDEyOklzc3VlQ29tbWVudDQ4NjY1NzM1Mw== grinsted 2535390 2019-04-25T12:45:57Z 2019-04-25T12:45:57Z CONTRIBUTOR

Done.

{
    "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 11.739ms · About: xarray-datasette