Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 694 Bytes

stomel

Spatial tools for ocean modeling in python.

Example

Likely the most notable module of stomel is the orthogonal triangular grid generation. A sampling of its features can be seen in this ipython notebook

Install

For Linux/x64, all of the requisite packages are available through binstar.

In your .condarc, add

channels:
  - rustychris
  - public
  - defaults

and in theory you can install everything with

conda install stomel

Similar packages for OSX are underway. Any help getting this to run on Windows would be highly appreciated.