issue_comments
2 rows where issue = 404088563 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Implementation of CRS storage in rasterio with PROJ.4 & WKT · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
582975828 | https://github.com/pydata/xarray/issues/2723#issuecomment-582975828 | https://api.github.com/repos/pydata/xarray/issues/2723 | MDEyOklzc3VlQ29tbWVudDU4Mjk3NTgyOA== | dcherian 2448579 | 2020-02-06T16:02:56Z | 2020-02-06T16:02:56Z | MEMBER | @snowman2 Any/all of those "common operations" sounds good. We don't have a single geoTIFF example: https://xarray.pydata.org/en/stable/examples.html so at this point anything would be a big improvement
:+1: Though maybe we should wait till the backends refactor is done so that things are a little more easy. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementation of CRS storage in rasterio with PROJ.4 & WKT 404088563 | |
582961469 | https://github.com/pydata/xarray/issues/2723#issuecomment-582961469 | https://api.github.com/repos/pydata/xarray/issues/2723 | MDEyOklzc3VlQ29tbWVudDU4Mjk2MTQ2OQ== | dcherian 2448579 | 2020-02-06T15:33:58Z | 2020-02-06T15:33:58Z | MEMBER | @snowman2 @djhoese It'd be nice to update our docs to link to rioxarray and other relevant packages. (e.g. here https://xarray.pydata.org/en/stable/io.html#rasterio). Adding an example on doing these manipulations would also be very welcome. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Implementation of CRS storage in rasterio with PROJ.4 & WKT 404088563 |
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