Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.51 KB

README.rst

File metadata and controls

35 lines (26 loc) · 1.51 KB

xrft: Fourier transforms for xarray data

https://travis-ci.org/xgcm/xrft.svg?branch=master Documentation Status

xrft is an open-source Python package for taking the discrete Fourier transform (DFT) on xarray and dask arrays.

It is:

  • Powerful: It keeps the metadata and coordinates of the original xarray dataset and provides a clean work flow of DFT.
  • Easy-to-use: It uses the native arguments of numpy FFT and provides a simple, high-level API.
  • Fast: It uses the dask API of FFT and map_blocks to allow parallelization of DFT.

Get in touch

  • Report bugs, suggest features or view the source code on GitHub.