home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 392234293

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/2186#issuecomment-392234293 https://api.github.com/repos/pydata/xarray/issues/2186 392234293 MDEyOklzc3VlQ29tbWVudDM5MjIzNDI5Mw== 1217238 2018-05-26T03:58:14Z 2018-05-26T03:58:14Z MEMBER

I might try experimenting with setting autoclose=True in open_mfdataset(). It's a bit of a short in the dark, but that might help here.

Memory growth with xr.open_dataset('data.nc', chunks=None) is expected, because by default we set cache=True when not using dask. This means that variables get cached in memory as NumPy arrays.

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