issue_comments: 458720920
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/pull/2706#issuecomment-458720920 | https://api.github.com/repos/pydata/xarray/issues/2706 | 458720920 | MDEyOklzc3VlQ29tbWVudDQ1ODcyMDkyMA== | 4711805 | 2019-01-29T21:50:14Z | 2019-01-29T21:50:14Z | CONTRIBUTOR | Hi @jendrikjoe, Thanks for your PR, I am very interested in it because this is something I was hacking around (see here). In my particular case, I want to append along a time dimension, but it looks like your PR currently doesn't support it. In the following example ds0 = xr.Dataset({'temperature': (['time'], [50, 51, 52])}, coords={'time': pd.date_range('2000-01-01', periods=3)}) ds1 = xr.Dataset({'temperature': (['time'], [53, 54, 55])}, coords={'time': pd.date_range('2000-01-04', periods=3)}) ds0.to_zarr('temp') ds1.to_zarr('temp', mode='a', append_dim='time') ds2 = xr.open_zarr('temp')
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
402908148 |