[xarray()](https://extra-data.readthedocs.io/en/latest/reading_files.html#extra_data.KeyData.xarray) supports : ```xarray(extra_dims=None, roi=(), name=None, extra_coords=None)``` but [dask_array()](https://extra-data.readthedocs.io/en/latest/reading_files.html#extra_data.KeyData.dask_array) only supports: ```dask_array(labelled=False)``` But adding these functionalities is almost straight forward: <img width="1260" height="895" alt="Image" src="https://github.com/user-attachments/assets/49e10e3e-3bee-4ccd-9b31-23fbff6387f4" />
xarray() supports :
xarray(extra_dims=None, roi=(), name=None, extra_coords=None)but dask_array() only supports:
dask_array(labelled=False)But adding these functionalities is almost straight forward:
