Metadata-Version: 2.1
Name: pysatSeasons
Version: 0.1.3
Summary: 'Seasonal analysis routines for pysat'
Home-page: https://github.com/pysat/pysatSeasons
Author: Russell Stoneback, Jeff Klenzing
Author-email: pysat.developers@gmail.com
License: UNKNOWN
Description: <div align="left">
                <img height="0" width="0px">
                <img width="20%" src="https://raw.githubusercontent.com/pysat/pysatSeasons/main/poweredbypysat.png" alt="pysat" title="pysat"</img>
        </div>
        
        # pysatSeasons
        [![PyPI Package latest release](https://img.shields.io/pypi/v/pysatSeasons.svg)](https://pypi.python.org/pypi/pysatSeasons)
        [![Build Status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg)](https://github.com/github/docs/actions/workflows/main.yml/badge.svg)
        [![Coverage Status](https://coveralls.io/repos/github/pysat/pysatSeasons/badge.svg?branch=main)](https://coveralls.io/github/pysat/pysatSeasons?branch=main)
        [![DOI](https://zenodo.org/badge/209365329.svg)](https://zenodo.org/badge/latestdoi/209365329)
        
        
        
        This code will handle the seasonal analysis routines for pysat.  It is currently a work in progress, and will eventually replace the pysat.ssnl module in pysat.
        
        pysatSeasons allows users to run basic seasonal analysis over N-dimensional datasets managed through the pysat code.
        
        Main Features
        -------------
        - Seasonal averaging routine for 1D and 2D data.
        - Occurrence probability routines, daily or by orbit.
        - Scatterplot of data_label(s) as functions of labelx,y
            over a season.
        
        
        # Installation
        
        ### Prerequisites
        
        pysatSeasons uses common Python modules, as well as modules developed by
        and for the Space Physics community.  This module officially supports
        Python 3.7.  Note that the current release is based on archived routines from
        pysat 2.0.  This currently requires the deprecated `Panel` from pandas.
        The caps on numpy and python stem from compatibility with the maximum
        supported pandas version.  Version 0.2.0 will rewrite the routines to remove
        `Panel`.
        
        | Common modules | Community modules |
        | -------------- | ----------------- |
        | matplotlib     | pysat             |
        | numpy<1.20     |                   |
        | pandas<0.24    |                   |
        
        
        ## 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
        ```
        
Keywords: pysat,ionosphere,analysis,season,climatology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5
Description-Content-Type: text/markdown
