home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 428231963

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/pull/2476#issuecomment-428231963 https://api.github.com/repos/pydata/xarray/issues/2476 428231963 MDEyOklzc3VlQ29tbWVudDQyODIzMTk2Mw== 1217238 2018-10-09T15:12:41Z 2018-10-09T15:12:41Z MEMBER

The appropriate lock to use depends on cfgrid. Is the library thread-safe? If not, it's probably best to use a global (per process) lock.

pynio is probably the simplest example of how to write a new backend: https://github.com/pydata/xarray/blob/master/xarray/backends/pynio_.py

The main difference is that you should make use of CachingFileManager to add support for dask and opening many files at once. File managers make it possible to pickle a datastore, which is what we need to make dask-distirbuted work.

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