Skip to content
/ xrft Public
forked from xgcm/xrft

Fourier transforms on xarray data structures

License

Notifications You must be signed in to change notification settings

Mikejmnez/xrft

This branch is 245 commits behind xgcm/xrft:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9de9817 · Nov 16, 2019
Apr 15, 2019
Nov 16, 2019
Apr 2, 2019
Apr 1, 2019
Aug 22, 2018
Jul 3, 2017
Nov 9, 2017
Apr 1, 2019
Apr 9, 2019
Apr 9, 2019
Aug 22, 2018
Apr 9, 2019
Apr 10, 2019
Apr 1, 2019

Repository files navigation

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.

About

Fourier transforms on xarray data structures

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%