issue_comments
5 rows where author_association = "CONTRIBUTOR", issue = 392361367 and user = 8699967 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Adding mask to open_rasterio · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
550467547 | https://github.com/pydata/xarray/pull/2618#issuecomment-550467547 | https://api.github.com/repos/pydata/xarray/issues/2618 | MDEyOklzc3VlQ29tbWVudDU1MDQ2NzU0Nw== | snowman2 8699967 | 2019-11-06T19:37:19Z | 2019-11-06T19:37:19Z | CONTRIBUTOR | @jsignell, the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding mask to open_rasterio 392361367 | |
487059783 | https://github.com/pydata/xarray/pull/2618#issuecomment-487059783 | https://api.github.com/repos/pydata/xarray/issues/2618 | MDEyOklzc3VlQ29tbWVudDQ4NzA1OTc4Mw== | snowman2 8699967 | 2019-04-26T13:38:13Z | 2019-04-26T13:38:13Z | CONTRIBUTOR | Good question, I was thinking adding tests. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding mask to open_rasterio 392361367 | |
487050467 | https://github.com/pydata/xarray/pull/2618#issuecomment-487050467 | https://api.github.com/repos/pydata/xarray/issues/2618 | MDEyOklzc3VlQ29tbWVudDQ4NzA1MDQ2Nw== | snowman2 8699967 | 2019-04-26T13:08:39Z | 2019-04-26T13:08:39Z | CONTRIBUTOR | I think it would be good to write the dataset to a netcdf, and read it back in with xarray.open_dataset to ensure everything encodes/decides properly. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding mask to open_rasterio 392361367 | |
448628008 | https://github.com/pydata/xarray/pull/2618#issuecomment-448628008 | https://api.github.com/repos/pydata/xarray/issues/2618 | MDEyOklzc3VlQ29tbWVudDQ0ODYyODAwOA== | snowman2 8699967 | 2018-12-19T15:08:34Z | 2018-12-19T15:09:01Z | CONTRIBUTOR | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding mask to open_rasterio 392361367 | ||
448402521 | https://github.com/pydata/xarray/pull/2618#issuecomment-448402521 | https://api.github.com/repos/pydata/xarray/issues/2618 | MDEyOklzc3VlQ29tbWVudDQ0ODQwMjUyMQ== | snowman2 8699967 | 2018-12-18T22:54:44Z | 2018-12-18T22:54:44Z | CONTRIBUTOR | @jsignell, this looks like it would work - I like the implementation. Some things I would recommend to add is checks for when the nodata value varies across bands (maybe skip the mask and raise a warning) and when the nodata value is already NaN. Also, you should probably set the nodatavals to NaN if masked to resemble the behavior of xarray elsewhere. I think @fmaussion would be a good reviewer for this PR. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding mask to open_rasterio 392361367 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1