issue_comments
3 rows where issue = 340486433 and user = 25473287 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Does interp() work on curvilinear grids (2D coordinates) ? · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
497155229 | https://github.com/pydata/xarray/issues/2281#issuecomment-497155229 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQ5NzE1NTIyOQ== | JiaweiZhuang 25473287 | 2019-05-30T00:24:36Z | 2019-05-30T00:33:49Z | NONE |
@fspaolo Could you post a minimal reproducible example on xESMF's issue tracker? Just to keep this issue clean. The error looks like an ESMF installation problem that can happen on legacy OS, and it can be easily fixed by Docker or other containers.
Just a side comment: This is a common but highly non-trivial task... Even small edges cases like periodic longitudes and polar singularities can cause interesting troubles. Otherwise I would just code up an algorithm in Xarray from scratch instead of relying on a heavy Fortran library. But things will get improved over time... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 | |
404685906 | https://github.com/pydata/xarray/issues/2281#issuecomment-404685906 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQwNDY4NTkwNg== | JiaweiZhuang 25473287 | 2018-07-12T23:58:48Z | 2018-07-13T18:24:02Z | NONE |
I guess it is not an API design problem yet... The algorithm is not here since
My concern with Utilizing PS: I have some broader concerns regarding interp vs xESMF: JiaweiZhuang/xESMF#24 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 | |
404387651 | https://github.com/pydata/xarray/issues/2281#issuecomment-404387651 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQwNDM4NzY1MQ== | JiaweiZhuang 25473287 | 2018-07-12T04:43:09Z | 2018-07-13T00:11:44Z | NONE | One way I can think of to make But this is absolutely too convoluted... Updated: see Gridded with Scipy for a similar idea. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 |
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