issues: 324350248
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
324350248 | MDU6SXNzdWUzMjQzNTAyNDg= | 2159 | Concatenate across multiple dimensions with open_mfdataset | 35968931 | closed | 0 | 27 | 2018-05-18T10:10:49Z | 2019-09-16T18:54:39Z | 2019-06-25T15:50:33Z | MEMBER | Code Sample```python Create 4 datasets containing sections of contiguous (x,y) datafor i, x in enumerate([1, 3]): for j, y in enumerate([10, 40]): ds = xr.Dataset({'foo': (('x', 'y'), np.ones((2, 3)))}, coords={'x': [x, x+1], 'y': [y, y+10, y+20]})
Try to open them all in one gods_read = xr.open_mfdataset('ds.*.nc') print(ds_read) ``` Problem descriptionCurrently Expected Output
Current output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2159/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |