Scipy for Xarray ================ xr-scipy is a thin wrapper of scipy for `xarray `_ eco-system. Many scipy functions, such as :py:func:`scipy.integrate.trapezoid`, requires coordinate array as an argument. Since xarray objects possess their coordinate values in it, there must be simpler api for such functions. xr-scipy wraps them to use the native coordinate objects of xarray and returns an xarray object with the computed data. This enables more xarray-oriented data analysis. Documentation ------------- **Examples** * :doc:`integrate` * :doc:`fft` * :doc:`filters` * :doc:`spectral` .. toctree:: :maxdepth: 1 :hidden: :caption: Examples integrate fft filters spectral **Help & reference** * :doc:`whats-new` * :doc:`api` .. toctree:: :maxdepth: 1 :hidden: :caption: Help & reference whats-new api License ------- xr-scipy is available under the open source `Apache License`__. __ https://www.apache.org/licenses/LICENSE-2.0.html