spool
Convert a spool to a lazy, dask-backed xarray DataTree.
The tree is partitioned exactly as chunk partitions patches; blocks load through the same resolver path a chunked spool loads through, and evenly sampled time coordinates are served by the lazy index in dascore.xarray.index.
Functions
| Name | Description |
|---|---|
| spool_to_xarray | Convert a spool to a lazy, dask-backed xarray DataTree. |