-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi there,
Hopefully this turns out to be a basic issue, but I was wondering why the chunks='auto' that dask seems to provide (https://docs.dask.org/en/latest/array-chunks.html#automatic-chunking) isn't an option for xarray? I'm not 100% sure of how dask decides how to automatically chunk its arrays, so maybe there's a compatibility issue?
I get the impression that the dask method automatically tries to prevent the issues of "too many chunks" or "too few chunks" which can sometimes happen when choosing chunk sizes automatically. If so, it would maybe be a useful thing to include in future versions?
Happy to be corrected if I've misunderstood something here though, still getting my head around how the dask/xarray compatibility really works...
Cheers!