Skip to content

xgcm/xrft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ac46f9 · Jul 3, 2024
Jul 1, 2024
Jul 1, 2024
Nov 4, 2021
Jul 3, 2024
Apr 1, 2019
Sep 11, 2021
Apr 26, 2022
Nov 9, 2017
Sep 11, 2021
Mar 15, 2021
Apr 9, 2019
Sep 11, 2021
Sep 11, 2021
Aug 22, 2018
Jul 1, 2024
Sep 11, 2021

Repository files navigation

xrft: Fourier transforms for xarray data

pypi package conda forge conda-forge GitHub Workflow CI Status code coverage documentation status DOI license Code style

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.

Please cite the doi if you find this package useful in order to support its continuous development.

Get in touch

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