Closed BSchilperoort closed 1 year ago
By using sparse.COO as the weights, the computation of the dot product can be sped up enormously. However, xarray.dot does not support this well.
We would have to compute the dot product outside of xarray, and rebuild the DataArray afterwards.
By using sparse.COO as the weights, the computation of the dot product can be sped up enormously. However, xarray.dot does not support this well.
We would have to compute the dot product outside of xarray, and rebuild the DataArray afterwards.