data-exp-lab / yt_xarray

An interface for yt and xarray
MIT License
3 stars 2 forks source link

Reorganize chunking operations #92

Closed chrishavlin closed 4 months ago

chrishavlin commented 4 months ago

This PR splits out the chunk decomposition into a container class to make it easier to subsequently refactor (e.g., building off the yt-zarr experiments in using yt's grid decomposition functions).

chrishavlin commented 4 months ago

Could use some extra tests