issues: 498297720
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
498297720 | MDU6SXNzdWU0OTgyOTc3MjA= | 3343 | Interpolation using non-dimension coordinates | 601177 | open | 0 | 4 | 2019-09-25T13:45:38Z | 2019-09-30T12:53:35Z | NONE | MCVE Code Sample```python
File "<ipython-input-192-e3df34cff90f>", line 1, in <module> da.interp(nondim=.5) File "/usr/lib64/python3.6/site-packages/xarray/core/dataarray.py", line 951, in interp **coords_kwargs) File "/usr/lib64/python3.6/site-packages/xarray/core/dataset.py", line 1860, in interp indexers = OrderedDict(self._validate_indexers(coords)) File "/usr/lib64/python3.6/site-packages/xarray/core/dataset.py", line 1316, in _validate_indexers raise ValueError("dimensions %r do not exist" % invalid) ValueError: dimensions ['nondim'] do not exist ``` Expected OutputThe same interpolation as for Problem DescriptionApparently, xarray currently cannot interpolate using non-dimension coordinates. Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3343/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |