home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 419207959

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/2368#issuecomment-419207959 https://api.github.com/repos/pydata/xarray/issues/2368 419207959 MDEyOklzc3VlQ29tbWVudDQxOTIwNzk1OQ== 1197350 2018-09-06T19:08:06Z 2018-09-06T19:08:06Z MEMBER

It seems like this relaxation is compatible with the refactoring of indexes. Right now, we automatically create 1D indexes for all coordinate variables. The problem with 2D dimensions is that such indexes don't make sense: data.sel(y=3.14)

But maybe we could turn multi-dimensional coordinate variables into multi-indexes? Or no index at all? In any case, we could still do data.isel(y=3) i.e. logical indexing on the dimension axis.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  350899839
Powered by Datasette · Queries took 0.61ms · About: xarray-datasette