issue_comments: 125349079
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/475#issuecomment-125349079 | https://api.github.com/repos/pydata/xarray/issues/475 | 125349079 | MDEyOklzc3VlQ29tbWVudDEyNTM0OTA3OQ== | 1217238 | 2015-07-27T21:34:42Z | 2015-07-27T21:34:42Z | MEMBER | I would start with the easiest case -- lookups of 1d orthogonal arrays, e.g., For 2D lookups, we need a KDTree. Here are some API ideas, just tossing things around... ```
perhaps set_ndindex is a better name?
result = ds.sel_points(latitude=other.latitude, longitude=other.longitude, method='nearest') ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
95114700 |