xgcm / xrft

Fourier transforms on xarray data structures
https://xrft.readthedocs.io/en/latest/
MIT License
153 stars 44 forks source link

Xarray accessor? #170

Open zmoon opened 2 years ago

zmoon commented 2 years ago

Any interest in a .ft (or somesuch) xarray accessor?

roxyboy commented 2 years ago

This is indeed a cool idea but I have no idea how much extra work this entails...

zmoon commented 2 years ago

I think it shouldn't be too much, mostly functools.wrapsing the original functions. I'll give it a go after #168.