Skip to main content
Ctrl+K
xeofs 3.0.2 documentation - Home
  • User Guide
  • Installation
  • API Reference
  • What’s New?
  • Contributing
  • GitHub
  • User Guide
  • Installation
  • API Reference
  • What’s New?
  • Contributing
  • GitHub

Section Navigation

  • User Guide
  • Installation

Installation#

Required Dependencies#

The following packages are required dependencies:

Core Dependencies

  • Python (3.10 or higher)

  • numpy

  • pandas

  • xarray

  • scikit-learn

  • statsmodels

For Performance

  • dask

  • numba

For I/O

  • netCDF4

  • zarr

  • xarray-datatree

Miscellaneous

  • typing-extensions

  • tqdm

Instructions#

The xeofs package can be installed using either the conda package manager

conda install -c conda-forge xeofs

or the Python package installer pip

pip install xeofs

previous

Should I Use This?

next

Quickstart

On this page
  • Required Dependencies
  • Instructions
Show Source

© Copyright 2022 - 2024, Niclas Rieger.

Created using Sphinx 8.0.2.

Built with the PyData Sphinx Theme 0.15.4.