issues
3 rows where user = 2840348 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: title, updated_at, closed_at, created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
236259796 | MDExOlB1bGxSZXF1ZXN0MTI1ODcxNzQ4 | 1455 | Add attributes to rasterio backend | gbrener 2840348 | closed | 0 | 0.10 2415632 | 2 | 2017-06-15T17:21:45Z | 2017-08-04T20:43:22Z | 2017-07-01T09:55:31Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1455 | Adds the 'res', 'is_tiled', and 'transform' attributes to xarray's rasterio backend.
EDIT: fixed typo; 'tiled' attribute name updated to 'is_tiled' |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1455/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
239636285 | MDExOlB1bGxSZXF1ZXN0MTI4MjY2NDY0 | 1468 | Center the coordinates to pixels for rasterio backend | gbrener 2840348 | closed | 0 | 0.10 2415632 | 8 | 2017-06-29T23:13:13Z | 2017-08-04T20:43:22Z | 2017-07-05T21:30:46Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1468 | Rasterio uses edge-based coordinates, which is a different convention from how xarray treats coordinates (based on description here: http://xarray.pydata.org/en/stable/plotting.html#coordinates). This PR centers them, offsetting by half of the resolution.
CCing @fmaussion since he may be interested. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1468/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||
236262363 | MDU6SXNzdWUyMzYyNjIzNjM= | 1456 | Add attributes to rasterio backend | gbrener 2840348 | closed | 0 | 0 | 2017-06-15T17:32:42Z | 2017-07-01T09:55:31Z | 2017-07-01T09:55:31Z | CONTRIBUTOR | { "url": "https://api.github.com/repos/pydata/xarray/issues/1456/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);