pysatSeasons allows users to run seasonal data analyses over N-dimensional data sets managed through the pysat module.
- Seasonal binning and averaging routines for 1D and 2D distributions of nD data.
- Occurrence probability routines, daily or by orbit.
- Scatterplot of data_label(s) over two dimensions over a season.
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