home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 367806166

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-367806166 https://api.github.com/repos/pydata/xarray/issues/1784 367806166 MDEyOklzc3VlQ29tbWVudDM2NzgwNjE2Ng== 1217238 2018-02-22T20:08:46Z 2018-02-22T20:08:46Z MEMBER

sync=False is a private, undocumented API. I think it's only found on the internal to_netcdf function in xarray.backends.api, not the to_netcdf method.

Currently, to_netcdf() will either return: - None if a path or file-like object was passed to to_netcdf(). - bytes representing the file's data if no path or file was provided.

In either case I think it could make sense to optionally replace the return value with a dask delayed object, which in turn evaluates to either None or bytes when computed.

{
    "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.554ms · About: xarray-datasette