Skip to content

Leo-Rain/py-eddy-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

How do I get set up?

To avoid problems with installation, use of the virtualenv Python virtual environment is recommended.

Then use pip to install all dependencies (numpy, scipy, matplotlib, netCDF4, cython, pyproj, Shapely, ...), e.g.:

  • ** pip install cython numpy matplotlib scipy netCDF4 shapely pyproj**

Then run the following to install the eddy tracker:

  • ** python setup.py install**

Two executables are now available in your PATH: EddyIdentification and EddyTracking

Edit the corresponding yaml files and then run the code, e.g.:

  • ** EddyIdentification eddy_identification.yaml**

for identification, followed by:

  • ** EddyTracking tracking.yaml**

for tracking.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%