Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.73 KB

README2.rst

File metadata and controls

74 lines (44 loc) · 1.73 KB

wk_spectra Python Package

Documentation Status

version number: 0.1.1

author: Alejandro Jaramillo

Overview

A Python package for the construction of the Wheeler-Kiladis Space-Time Spectra.

Installation / Usage

To install use pip:

$ pip install wk_spectra

Or clone the repo:

$ git clone https://github.com/ajaramillomoreno/wk_spectra.git $ python setup.py install

Features

  • TODO

Known Issues

If the installation fails in Linux you would probably need the following packages:

  • libhdf5-serial-dev
  • netcdf-bin
  • libnetcdf-dev

In Ubuntu :

$ sudo apt-get install libhdf5-serial-dev netcdf-bin libnetcdf-dev

Credits

This package was created with Cookiecutter and the following project templates:

*audreyr/cookiecutter-pypackage

*wdm0006/cookiecutter-pipproject

*conda/cookiecutter-conda-python