Skip to content

dennissergeev/octant

Repository files navigation

Build Status

Documentation Status

Python 3.6, 3.7

Anaconda-Server Badge

LICENSE

DOI

Black

octant

Objective Cyclone Tracking ANalysis Tools

The package is developed as a companion to PMCTRACK - vorticity-based cyclone tracking algorithm.

The documentation is available here.

Contributions are welcome.

Installation

octant depends on the following packages:

  • cython
  • matplotlib
  • numpy
  • pandas
  • pytables
  • xarray

Plotting examples also require the cartopy package.

With conda (recommended)

conda install -c dennissergeev octant

From source

After the dependencies are installed:

git clone https://github.com/dennissergeev/octant.git

cd octant

python setup.py install