issue_comments
3 rows where author_association = "MEMBER", issue = 95114700 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions
issue 1
- API design for pointwise indexing · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 354795052 | https://github.com/pydata/xarray/issues/475#issuecomment-354795052 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDM1NDc5NTA1Mg== | rabernat 1197350 | 2018-01-02T15:43:45Z | 2018-01-02T15:43:45Z | MEMBER | Subscribers to this thread will probably be interested in @JiaweiZhuang's recent progress on xESMF. That package is now a viable solution for 2D regridding of xarray datasets. https://github.com/JiaweiZhuang/xESMF |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
API design for pointwise indexing 95114700 | |
| 121794912 | https://github.com/pydata/xarray/issues/475#issuecomment-121794912 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyMTc5NDkxMg== | rabernat 1197350 | 2015-07-16T01:15:25Z | 2015-07-16T01:15:25Z | MEMBER | Maybe this is off topic, but are the plans to support more general spatial resampling / regridding? Like if I have two DataArrays a and b with different spatial coords, it would be great to be able to do
This is a pretty common practice in climate science, since different datasets are provided on different grids with different resolutions. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
API design for pointwise indexing 95114700 | |
| 121794360 | https://github.com/pydata/xarray/issues/475#issuecomment-121794360 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyMTc5NDM2MA== | rabernat 1197350 | 2015-07-16T01:09:12Z | 2015-07-16T01:09:12Z | MEMBER | There is a great kdtree-based geospatial resampling package you might want to consider building on: https://github.com/pytroll/pyresample It is fast (multithreaded) and has support for different map projections. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
API design for pointwise indexing 95114700 |
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