issue_comments
2 rows where author_association = "MEMBER", issue = 746929580 and user = 10194086 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Working with Multidimensional Coordinates - Plotting PlateCarree projection looks strange · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 750402407 | https://github.com/pydata/xarray/issues/4596#issuecomment-750402407 | https://api.github.com/repos/pydata/xarray/issues/4596 | MDEyOklzc3VlQ29tbWVudDc1MDQwMjQwNw== | mathause 10194086 | 2020-12-23T17:37:07Z | 2020-12-23T17:37:07Z | MEMBER |
It's in the deprecation warning:
We are currently doing this (if the coordinates are monotonic). And mpl also started doing it (and now gives a warning on non-monotonic coordinates). The problem is that with non-monotonic coordinates it leads to wrong results.
I think that's not trivial - see also: SciTools/cartopy#1638 and matplotlib/matplotlib#18317 and has to be fixed upstream. There is a proposed fix, see: SciTools/cartopy#1646. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Working with Multidimensional Coordinates - Plotting PlateCarree projection looks strange 746929580 | |
| 730698059 | https://github.com/pydata/xarray/issues/4596#issuecomment-730698059 | https://api.github.com/repos/pydata/xarray/issues/4596 | MDEyOklzc3VlQ29tbWVudDczMDY5ODA1OQ== | mathause 10194086 | 2020-11-19T23:18:23Z | 2020-11-19T23:18:23Z | MEMBER | Yes, this is due to an upstream change in matplotlib - see also #4364. mpl tries to infer the edges of the gridcell - which does not work if the data is not monotonic. In the short term we can fix this by passing
however, mpl will eventually remove https://github.com/SciTools/cartopy/issues/1638#issuecomment-692741908 |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Working with Multidimensional Coordinates - Plotting PlateCarree projection looks strange 746929580 |
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