Installation#
Dependencies#
The following packages are dependencies of xeofs:
Core Dependencies (Required)
Python (3.10 or higher)
For Specialized Models (Optional)
For I/O (Optional)
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
Several optional dependencies are required for certain functionality and are not installed by default:
zarr,h5netcdf, ornetcdf4are necessary for saving and loading models to diskstatsmodelsis required for all models that inherit fromCPCCAincludingCCA,MCAandRDAnumbais required for theGWPCAmodel
These extras can be automatically included when installing with pip:
pip install xeofs[complete]
# or using individual groups
pip install xeofs[io,etc]