issue_comments
2 rows where issue = 882105903 and user = 74414841 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- 'Parallelized' apply_ufunc for scripy.interpolate.griddata · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
840507994 | https://github.com/pydata/xarray/issues/5281#issuecomment-840507994 | https://api.github.com/repos/pydata/xarray/issues/5281 | MDEyOklzc3VlQ29tbWVudDg0MDUwNzk5NA== | LJaksic 74414841 | 2021-05-13T11:55:18Z | 2021-05-13T12:07:38Z | NONE | ### UPDATE 1: ###
I have also tried to chunk over the
Is there perhaps a way to have apply_ufunc chunk your output along any of the other dimensions? ### UPDATE 2: ### Alternatively, I have tried to chunk over the time dimension (50 time steps) and I have removed all input/output core dimensions. And if I then define interp_to_grid as follows (to get the right input dimensions):
I do get the right dimensions for my
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
'Parallelized' apply_ufunc for scripy.interpolate.griddata 882105903 | |
840415339 | https://github.com/pydata/xarray/issues/5281#issuecomment-840415339 | https://api.github.com/repos/pydata/xarray/issues/5281 | MDEyOklzc3VlQ29tbWVudDg0MDQxNTMzOQ== | LJaksic 74414841 | 2021-05-13T08:44:47Z | 2021-05-13T08:45:07Z | NONE | @mathause Thank you for your response! I believe that However, if there are other (xarray) functions which I could use to interpolate my results to a regular grid - I'd be very interested. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
'Parallelized' apply_ufunc for scripy.interpolate.griddata 882105903 |
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