home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 806776909

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/2857#issuecomment-806776909 https://api.github.com/repos/pydata/xarray/issues/2857 806776909 MDEyOklzc3VlQ29tbWVudDgwNjc3NjkwOQ== 2418513 2021-03-25T13:48:04Z 2021-03-25T13:48:29Z NONE

Without digging into implementational details, my logic as a library user would be this:

  • If I write one dataset to file1 and another dataset to file2 using to_netcdf(), to different groups
  • And then I simply combine the two hdf5 files using some external tools (again, datasets stored in different groups)
  • I will be able to read them both perfectly well using open_dataset() or load_dataset()
  • This implies that the datasets can be written just fine independently without knowing about each other
  • Why then those writing functions (flush in particular) traverse and read the entire file every time?
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  427410885
Powered by Datasette · Queries took 1.51ms · About: xarray-datasette