Conservative: speed up with sparse
BSchilperoort opened this issue · 0 comments
BSchilperoort commented
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.