issues: 176399665
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
176399665 | MDU6SXNzdWUxNzYzOTk2NjU= | 1001 | "RuntimeError: NetCDF: Not a valid ID" error when trying to operate on a netCDF file using netCDF4 | 8268008 | closed | 0 | 1 | 2016-09-12T15:03:54Z | 2016-09-13T02:33:28Z | 2016-09-13T02:33:28Z | NONE | I have some code that writes out a netCDF file, https://gist.github.com/ceridwen/21f86231e86b72bf18fcc16fcee01548 When I try to do math on this dataset after loading it, though, I get an error: ``` python
Note that if I generate the dataset without writing it to a file and loading it, the same operation doesn't cause an error: ``` python
This is with xarray (0.8.2) and netCDF4 (1.2.4). It may be a bug in netCDF rather than xarray itself. See also the crash in #1002, which may or may not be related. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1001/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |