You could install stable version with pip
pip install pyEddyTrackerOr with source which are available on github https://github.com/AntSimi/py-eddy-tracker
Use python3. To avoid problems with installation, use of the virtualenv Python virtual environment is recommended or conda.
Then use pip to install all dependencies (numpy, scipy, matplotlib, netCDF4, ...), e.g.:
pip install numpy scipy netCDF4 matplotlib opencv-python pyyaml pint polygon3Then run the following to install the eddy tracker:
python setup.py installSeveral executables are available in your PATH:
GridFiltering # Allow to apply a high frequency filter on a NetCDF grid
EddyId # Provide identification of eddies for one grid
EddySubSetter # Allow to apply sub setting on eddies dataset
EddyTracking # Allow to track Identification dataset