home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 635102475

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/4100#issuecomment-635102475 https://api.github.com/repos/pydata/xarray/issues/4100 635102475 MDEyOklzc3VlQ29tbWVudDYzNTEwMjQ3NQ== 1217238 2020-05-28T05:03:30Z 2020-05-28T05:03:30Z MEMBER

There are also a few work-arounds you might consider in the meantime here:

  1. If you're reading netCDF4 files, HDF5 can be compiled in "thread safe" mode (which just adds its own global lock).
  2. If you're reading netCDF3 files, the "scipy" backend is thread safe.
  3. Other file formats like "zarr" don't have this issue at all, and more gracefully scale to very large datasets.
{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  626042217
Powered by Datasette · Queries took 0.783ms · About: xarray-datasette