Skip to content

peterpeterp/tropical_storm_analysis

Repository files navigation

Functions for tropical storm tracking and analysis

The package documentation can be found under: https://tropical-storm-analysis.readthedocs.io/en/latest/

Installation

This project requires python2.7 with the following packages:

  • numpy
  • scipy
  • netCDF4
  • matplotlib
  • opencv
  • ipython
  • seaborn
  • shapely
  • pandas
  • scikit-image
  • cartopy
  • dimarray
conda create --name some_name python=2.7 netcdf4 numpy scipy matplotlib opencv ipython seaborn shapely pandas scikit-image

the two packages pycountry and dimarray are not found by conda, install them using pip

conda install -c conda-forge cartopy
pip install dimarray

Todo

check out windspharm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages