home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 277306575

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/issues/1244#issuecomment-277306575 https://api.github.com/repos/pydata/xarray/issues/1244 277306575 MDEyOklzc3VlQ29tbWVudDI3NzMwNjU3NQ== 1217238 2017-02-03T17:17:01Z 2017-02-03T17:17:01Z MEMBER

Just to be clear -- you overrode the file on disk while you had it open in another session? Indeed, that is definitely not a recommended workflow, so I'm not surprised things broke. An error would have been friendlier than silent corruption, but maybe the netcdf devs have reasons for this behavior.

Xarray loads data from disk lazily by default, so if you want to overwrite the data on disk you should call .load() or .compute() first. But generally, I recommend always creating new files. Treating data files as immutable makes it much harder to accidentally overwrite the wrong data.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  204550216
Powered by Datasette · Queries took 0.966ms · About: xarray-datasette