Skip to main content

Empirical Orthogonal Function (EOF) analysis and Rotated EOF analysis in Python

Project description

Documentation Status GitHub license

pyEOF is a Python package for EOF and Rotated EOF Analysis . It takes advantage of

Installation

Step 1: create an environment:

$ conda create -n pyEOF python=3.7
$ conda activate pyEOF
$ conda install -c conda-forge numpy pandas scipy scikit-learn rpy2

Step 2: install using pip:

$ pip install pyEOF

(optional) for jupyter notebook tutorial:

$ conda install -c conda-forge numpy pandas scipy scikit-learn rpy2 xarray matplotlib jupyter eofs

(optional) install from source:

$ git clone https://github.com/zzheng93/pyEOF.git
$ cd pyEOF
$ python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyEOF-0.0.0.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page