issue_comments
2 rows where author_association = "CONTRIBUTOR" and issue = 259058863 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Parsing wavelength info from rasterio tags · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
343601202 | https://github.com/pydata/xarray/pull/1583#issuecomment-343601202 | https://api.github.com/repos/pydata/xarray/issues/1583 | MDEyOklzc3VlQ29tbWVudDM0MzYwMTIwMg== | maaleske 4414299 | 2017-11-10T22:13:48Z | 2017-11-10T22:13:48Z | CONTRIBUTOR | @jhamman Any comments on the current implementation? I'm not sure how to handle possible collisions with the tag parsing and existing xarray attributes / coordinates with the same name. Also, while writing the test for this, I found out that rasterio < 1.0a doesn't support saving the tags to the file, so I added a version check there. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Parsing wavelength info from rasterio tags 259058863 | |
335827523 | https://github.com/pydata/xarray/pull/1583#issuecomment-335827523 | https://api.github.com/repos/pydata/xarray/issues/1583 | MDEyOklzc3VlQ29tbWVudDMzNTgyNzUyMw== | maaleske 4414299 | 2017-10-11T14:23:24Z | 2017-10-11T14:23:24Z | CONTRIBUTOR | I think I found a way to make the metadata parsing a bit more general and extendable. I implemented a more general parser for the ENVI case as a proof of concept. Now if a recognized driver is detected, instead of parsing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Parsing wavelength info from rasterio tags 259058863 |
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