issues: 689390592
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
689390592 | MDU6SXNzdWU2ODkzOTA1OTI= | 4394 | Is it possible to append_dim to netcdf stores | 90008 | closed | 0 | 2 | 2020-08-31T18:02:46Z | 2020-08-31T22:11:10Z | 2020-08-31T22:11:09Z | CONTRIBUTOR | Is your feature request related to a problem? Please describe. Feature request: It seems that it should be possible to append to netcdf4 stores along the unlimited dimensions. Is there an example of this? Describe the solution you'd like I would like the following code to be valid: ```python from xarray.tests.test_dataset import create_append_test_data ds, ds_to_append, ds_with_new_var = create_append_test_data() filename = 'test_dataset.nc' Choose any one ofengine : {'netcdf4', 'scipy', 'h5netcdf'}engine = 'netcdf4' ds.to_netcdf(filename, mode='w', unlimited_dims=['time'], engine=engine) ds_to_append.to_netcdf(filename, mode='a', unlimited_dims=['time'], engine=engine) ``` Describe alternatives you've considered I guess you could use zarr, but the fact that it creates multiple files is a problem. Additional context xarray version: 0.16.0 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4394/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |