pysatSeasons allows users to run seasonal data analyses over N-dimensional data sets managed through the pysat module.
pysatSeasons uses common Python modules, as well as modules developed by and for the Space Physics community.
Common modules | Community modules |
---|---|
matplotlib | pysat >= 3.0.4 |
numpy | |
pandas | |
xarray |
First, checkout the repository:
git clone https://github.com/pysat/pysatSeasons.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatSeasons/
python setup.py install