version number: 0.1.1
author: Alejandro Jaramillo
A Python package for the construction of the Wheeler-Kiladis Space-Time Spectra.
- Free software: BSD license
- Documentation: https://wk_spectra.readthedocs.io.
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
- TODO
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
This package was created with Cookiecutter and the following project templates:
*audreyr/cookiecutter-pypackage