home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 545324954

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
545324954 MDU6SXNzdWU1NDUzMjQ5NTQ= 3662 Select on 2 dimensional indices/How to define indices correctly? 27021858 closed 0     2 2020-01-04T19:49:16Z 2020-09-01T02:48:44Z 2020-09-01T02:48:44Z NONE      

MCVE Code Sample

```python ds = xarray.tutorial.open_dataset('rasm').load() ds.sel(yc=50, xc=50, method='nearest')

```

Expected Output

An interpolated timeseries of data closest to 50, 50.

Problem Description

How do I have to define the indices that I can select on multi dimensional indices?

Output of xr.show_versions()

# Paste the output here xr.show_versions() here xarray==0.11.3
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3662/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.583ms · About: xarray-datasette