Metadata-Version: 1.1
Name: octant
Version: 0.0.13
Summary: Objective Cyclone Tracking ANalysis Tools
Home-page: https://github.com/dennissergeev/octant
Author: Denis Sergeev
Author-email: dennis.sergeev@gmail.com
License: UNKNOWN
Description: [![LICENSE](https://anaconda.org/dennissergeev/octant/badges/license.svg)](LICENSE)
        [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
        [![Conda](https://anaconda.org/dennissergeev/octant/badges/version.svg)](https://anaconda.org/dennissergeev/octant)
        [![Build Status](https://travis-ci.com/dennissergeev/octant.svg?branch=master)](https://travis-ci.com/dennissergeev/octant)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1313078.svg)](https://doi.org/10.5281/zenodo.1313078)
        
        
        # octant
        Objective Cyclone Tracking ANalysis Tools
        
        ## Installation
        `octant` depends on the following packages:
          - cython
          - matplotlib
          - numpy
          - pandas
          - xarray
        
        ### With conda
        ```bash
        conda install -c dennissergeev octant
        ```
        
        ### From source
        ```bash
        git clone https://github.com/dennissergeev/octant.git
        
        cd octant
        
        python setup.py install
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
