issues: 305327479
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
305327479 | MDU6SXNzdWUzMDUzMjc0Nzk= | 1988 | open_mfdataset() on a single file drops the concat_dim | 291576 | closed | 0 | 6 | 2018-03-14T21:02:39Z | 2018-04-10T20:48:59Z | 2018-04-10T20:48:59Z | CONTRIBUTOR | When calling This isn't a MWE at the moment (will make one soon enough), just wanted to get my thoughts down. ```python from datetime import datetime import xarray as xr time_coord = xr.DataArray([datetime.utcnow()], name='time', dims='time')
radmax_ds = xr.open_mfdataset(['foobar.nc'], concat_dim=time_coord)
print(radmax_ds)
Problem descriptionIf there are two files, then there is a Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1988/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |