issue_comments
9 rows where issue = 95114700 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- API design for pointwise indexing · 9 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 355085766 | https://github.com/pydata/xarray/issues/475#issuecomment-355085766 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDM1NTA4NTc2Ng== | jhamman 2443309 | 2018-01-03T18:18:32Z | 2018-01-03T18:18:32Z | MEMBER | {
"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 | ||
| 355084829 | https://github.com/pydata/xarray/issues/475#issuecomment-355084829 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDM1NTA4NDgyOQ== | jhamman 2443309 | 2018-01-03T18:14:51Z | 2018-01-03T18:14:51Z | MEMBER | @stefanomattia - I'd be happy to provide guidance and even to contribute to some of the development. Based on your blog post, I think you may be well on your way. |
{
"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 | |
| 354703904 | https://github.com/pydata/xarray/issues/475#issuecomment-354703904 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDM1NDcwMzkwNA== | jhamman 2443309 | 2018-01-02T05:04:08Z | 2018-01-02T05:04:08Z | MEMBER | ping @stefanomattia who seems to be interested in the KDTreeIndex concepts described in this issue. |
{
"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 | |
| 342558818 | https://github.com/pydata/xarray/issues/475#issuecomment-342558818 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDM0MjU1ODgxOA== | jhamman 2443309 | 2017-11-07T17:28:17Z | 2017-11-07T17:28:17Z | MEMBER | @WeatherGod Short answer. We don't have a tool that is production ready. Longer answer: This issue introduces the concept of point-wise indexing using nearest neighbor lookups on ND coordinates. @shoyer has an example implementation here but it hasn't moved forward in quite a while. |
{
"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 | |
| 125849716 | https://github.com/pydata/xarray/issues/475#issuecomment-125849716 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyNTg0OTcxNg== | jhamman 2443309 | 2015-07-29T05:44:35Z | 2015-07-29T05:44:35Z | MEMBER | Very nice. This is the sort of API I was hoping for. It will be a while before I can come back around on this. In the meantime, if someone else wants to take the |
{
"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 | |
| 125334057 | https://github.com/pydata/xarray/issues/475#issuecomment-125334057 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyNTMzNDA1Nw== | jhamman 2443309 | 2015-07-27T20:31:03Z | 2015-07-27T20:31:03Z | MEMBER | Now that the |
{
"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 | |
| 122198334 | https://github.com/pydata/xarray/issues/475#issuecomment-122198334 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyMjE5ODMzNA== | jhamman 2443309 | 2015-07-17T06:54:37Z | 2015-07-17T06:54:37Z | MEMBER | Good point on the dask array business. From the dask docs:
So, from browsing the closed dask issues, it seems like dask has similar support for multi-dimension slicing and indexing as xray. This throws a bit of a wrench in my plan for how I was going to implement I'll have to put a bit more thought into this. Any suggestions on how to index the dask array without looping through individual points would be great. |
{
"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 | |
| 121998086 | https://github.com/pydata/xarray/issues/475#issuecomment-121998086 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyMTk5ODA4Ng== | jhamman 2443309 | 2015-07-16T15:45:59Z | 2015-07-16T15:45:59Z | MEMBER | As a first step, I'll volunteer (unless someone else is more keen on doing this work) to put together a pull request for After that, we'll want to add the Later on, I'm also interested in regridding and resampling between grids - let's open another issue for that. Maybe we use |
{
"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 | |
| 121777990 | https://github.com/pydata/xarray/issues/475#issuecomment-121777990 | https://api.github.com/repos/pydata/xarray/issues/475 | MDEyOklzc3VlQ29tbWVudDEyMTc3Nzk5MA== | jhamman 2443309 | 2015-07-15T23:51:14Z | 2015-07-15T23:51:45Z | MEMBER | I like:
I also like the nearest-neighbor / resample API of:
How do we want to do the nearest-neighbor selection? The simplest case would be to follow the cKDTree example from #214. However, when you're using lat/lon coordinates, it is usually best to map these coordinates from the spherical coordinates to a Cartesian coordinates (see here for a simple example using cKDTree. Is that a road we want to go down here? Further along that subject, but not directly relate - has anyone used pyresample. |
{
"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