home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 367162456

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/1784#issuecomment-367162456 https://api.github.com/repos/pydata/xarray/issues/1784 367162456 MDEyOklzc3VlQ29tbWVudDM2NzE2MjQ1Ng== 2443309 2018-02-20T23:49:41Z 2018-02-20T23:49:41Z MEMBER

@shoyer - Do you have thoughts on how this feature would present to the user? In #1811, I have added the compute keyword argument to to_netcdf and to_zarr and put a futures attribute on each store. So the workflow there would be something like:

```Python store = ds.to_netcdf('file.nc', compute=False)

dask.compute(store.futures) ```

Before I spend too much time on #1811, I want to get some buy in on the API for this feature.

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