xrft
xrft copied to clipboard
Discrete sinusoid transformation
Currently, the xrft package only has discrete Fourier transformation but what do people think about adding the option to take the discrete sinusoid transformation? If people are on board, I can work on this.
I don't think that dask implements DST: http://dask.pydata.org/en/latest/array-api.html#fast-fourier-transforms
So if you wanted to do this, you would probably have to implement it at the dask level. You could start by raising an issue in dask: https://github.com/dask/dask/issues
Ok, linking the issue I opened on dask: https://github.com/dask/dask/issues/3250
Linking issue #156 .