py-eddy-tracker
py-eddy-tracker copied to clipboard
Eddy identification and tracking
README
Method
Method was described in :
Use case
Method is used in :
How do I get set up?
Short story
pip install pyeddytracker
Long story
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, ...), e.g.:
pip install numpy scipy netCDF4 matplotlib opencv-python pyyaml pint polygon3
Clone :
git clone https://github.com/AntSimi/py-eddy-tracker
Then run the following to install the eddy tracker :
python setup.py install
Tools gallery
Several examples based on py eddy tracker module are here.
Quick use
EddyId share/nrt_global_allsat_phy_l4_20190223_20190226.nc 20190223 adt ugos vgos longitude latitude ./ -v INFO
for identification, followed by:
EddyTracking tracking.yaml
for tracking (Edit the corresponding yaml files and then run the code).