issue_comments
6 rows where issue = 340486433 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Does interp() work on curvilinear grids (2D coordinates) ? · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
497629988 | https://github.com/pydata/xarray/issues/2281#issuecomment-497629988 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQ5NzYyOTk4OA== | shoyer 1217238 | 2019-05-31T08:46:38Z | 2019-05-31T08:46:38Z | MEMBER | Yes, if we cache the Delaunay triangulation we could probably do the entire thing in about the time it currently takes to do one time step. On Thu, May 30, 2019 at 10:50 AM Fernando Paolo notifications@github.com wrote:
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 | |
497473031 | https://github.com/pydata/xarray/issues/2281#issuecomment-497473031 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQ5NzQ3MzAzMQ== | shoyer 1217238 | 2019-05-30T20:24:56Z | 2019-05-30T20:24:56Z | MEMBER |
2665872 is roughly 1600^2.
I think this is true sometimes but not always. The details depend on the geographic projection, but generally a good mesh has some notion of locality -- nearby locations in real space (i.e., on the globe) should also nearby in projected space. Anyways, as I've said above, I think it would be totally appropriate to build routines resembling scipy's griddata into |
{ "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 | |
497458053 | https://github.com/pydata/xarray/issues/2281#issuecomment-497458053 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQ5NzQ1ODA1Mw== | shoyer 1217238 | 2019-05-30T19:38:43Z | 2019-05-30T19:38:43Z | MEMBER | The naive implementation of splines involves inverting an N x N matrix where N is the total number of grid points. So it definitely is not a very scalable technique. |
{ "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 | |
497150401 | https://github.com/pydata/xarray/issues/2281#issuecomment-497150401 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQ5NzE1MDQwMQ== | shoyer 1217238 | 2019-05-29T23:58:42Z | 2019-05-29T23:58:42Z | MEMBER |
Sorry, i don't think there's an easy way to do this directly in xarray right now.
Thinking a little more about this, I wonder if this the performance could actually be OK as long as the spatial grid is not too big, i.e., if we reuse the same grid many times for different variables/times. In particular, SciPy's griddata either makes use of a |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 | |
404744836 | https://github.com/pydata/xarray/issues/2281#issuecomment-404744836 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQwNDc0NDgzNg== | shoyer 1217238 | 2018-07-13T07:00:16Z | 2018-07-13T07:00:16Z | MEMBER | I'd like to figure out interfaces that make it possible for external, grid aware libraries to extend indexing and interpolation features in xarray. In particular, it would be nice to be able to associate a "grid index" used for caching computation that gets passed on in all xarray operations. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Does interp() work on curvilinear grids (2D coordinates) ? 340486433 | |
404611922 | https://github.com/pydata/xarray/issues/2281#issuecomment-404611922 | https://api.github.com/repos/pydata/xarray/issues/2281 | MDEyOklzc3VlQ29tbWVudDQwNDYxMTkyMg== | shoyer 1217238 | 2018-07-12T18:45:35Z | 2018-07-12T18:45:35Z | MEMBER | I think we could make |
{ "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