pysat / pysatSeasons

Seasonal Analysis routines for pysat
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link
pysat python seasonal-analysis space-science
The pysatSeasons logo: A calendar page featuring a snake orbiting a blue planet

pysatSeasons

Documentation Status PyPI Package latest release Build Status Coverage Status DOI

pysatSeasons allows users to run seasonal data analyses over N-dimensional data sets managed through the pysat module.

Main Features

Installation

Prerequisites

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

GitHub Installation

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