cedadev / cmip6-object-store

CMIP6 Object Store Library
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Look at using new `xarray.unify_chunks()` function rather than the DataArray method we currently use #58

Open agstephens opened 3 years ago

agstephens commented 3 years ago

There is a new global level unify_chunks() function in xarray that we should check out. It should improve the logic.