home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 371d034372bc7522098a142a0debf93916c49102

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
371d034372bc7522098a142a0debf93916c49102 Fixes open_mfdataset too many open file error (#1198) Includes testing to demonstrate an OSError associated with opening too many files as encountered using open_mfdataset. Fixed for the following backends: * netCDF4 backend * scipy backend * pynio backend Open/close operations on h5netcdf appear to have an error associated with the h5netcdf library following correspondence with @shoyer. Thus, there are still challenges with h5netcdf; hence, support for h5netcdf is currently disabled. Note, by default `autoclose=False` for open_mfdataset so standard behavior is unchanged unless `autoclose=True`. This choice of default is to select standard xarray performance over general removal of the OSError associated with opening too many files as encountered using open_mfdataset. 2017-03-23T19:20:02Z 2017-03-23T19:20:02Z b163753c1c9d5c0aca64dc350d604e668f1a8995 f10b21bed2846b879806f87039b77245b18e7671 13221727 4295853 1217238
Powered by Datasette · Queries took 479.324ms · About: xarray-datasette