issues: 245893358
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
245893358 | MDU6SXNzdWUyNDU4OTMzNTg= | 1493 | ENH: points coord from isel/sel_points should be a MultiIndex | 2443309 | closed | 0 | 1 | 2017-07-27T00:33:42Z | 2017-09-07T15:25:40Z | 2017-09-07T15:25:40Z | MEMBER | We implemented the pointwise indexing methods ( Current behavior: ```Python print('original --> \n', ds) lons = [-88, -85.9] lats = [34.2, 31.9] subset = ds.sel_points(lon=lons, lat=lats, method='nearest') print('subset --> \n', subset) ``` yields:
Maybe it makes sense to return an object with a MultiIndex like:
xref: #214, #475, #507 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1493/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |