issue_comments
4 rows where issue = 258913450 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Projection issue with plot.imshow and cartopy projection · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
470715951 | https://github.com/pydata/xarray/issues/1581#issuecomment-470715951 | https://api.github.com/repos/pydata/xarray/issues/1581 | MDEyOklzc3VlQ29tbWVudDQ3MDcxNTk1MQ== | dcherian 2448579 | 2019-03-07T22:09:41Z | 2019-03-07T22:09:41Z | MEMBER |
Current docstring for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Projection issue with plot.imshow and cartopy projection 258913450 | |
330674260 | https://github.com/pydata/xarray/issues/1581#issuecomment-330674260 | https://api.github.com/repos/pydata/xarray/issues/1581 | MDEyOklzc3VlQ29tbWVudDMzMDY3NDI2MA== | jbusecke 14314623 | 2017-09-19T21:09:11Z | 2017-09-19T21:09:11Z | CONTRIBUTOR | Thank you very much @fmaussion. And that is indeed interesting. I have just started to work with this, so I appreciate the pointer! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Projection issue with plot.imshow and cartopy projection 258913450 | |
330673880 | https://github.com/pydata/xarray/issues/1581#issuecomment-330673880 | https://api.github.com/repos/pydata/xarray/issues/1581 | MDEyOklzc3VlQ29tbWVudDMzMDY3Mzg4MA== | fmaussion 10050469 | 2017-09-19T21:07:32Z | 2017-09-19T21:07:32Z | MEMBER | Regarding your comment about the doc: maybe it would be useful to specify somewhere that imshow will work only for regularly spaced data indeed. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Projection issue with plot.imshow and cartopy projection 258913450 | |
330673189 | https://github.com/pydata/xarray/issues/1581#issuecomment-330673189 | https://api.github.com/repos/pydata/xarray/issues/1581 | MDEyOklzc3VlQ29tbWVudDMzMDY3MzE4OQ== | fmaussion 10050469 | 2017-09-19T21:04:42Z | 2017-09-19T21:04:42Z | MEMBER | Thanks for the detailed and well documented question. I had a look at your data, and there are two issues that imshow cannot handle well: - your data isn't well centred (lons go from -300 to 60, which explains the shape of your image on the globe). This wouldn't be a big deal if it wasn't for the other problem, which is: - your latitude data isn't regular.
which is quite... interesting. Anyways, |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Projection issue with plot.imshow and cartopy projection 258913450 |
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 3