py-eddy-tracker-master

所属分类:其他
开发工具:Python
文件大小:9565KB
下载次数:1
上传日期:2020-06-04 11:37:49
上 传 者lullaby233
说明:  实现对中尺度涡的标注,完成中尺度涡分布的绘图
(Implement the identification of eddy and track eddy)

文件列表:
COPYING (35148, 2020-03-28)
doc (0, 2020-03-28)
doc\Makefile (7692, 2020-03-28)
doc\autodoc (0, 2020-03-28)
doc\autodoc\eddy_feature.rst (132, 2020-03-28)
doc\autodoc\featured_tracking.rst (165, 2020-03-28)
doc\autodoc\grid.rst (114, 2020-03-28)
doc\autodoc\observations.rst (254, 2020-03-28)
doc\autodoc\poly.rst (130, 2020-03-28)
doc\conf.py (9618, 2020-03-28)
doc\custom_tracking.rst (322, 2020-03-28)
doc\grid_identification.rst (2568, 2020-03-28)
doc\grid_load_display.rst (1319, 2020-03-28)
doc\index.rst (937, 2020-03-28)
doc\installation.rst (909, 2020-03-28)
doc\make.bat (7267, 2020-03-28)
doc\observation_manipulation.rst (331, 2020-03-28)
doc\run_tracking.rst (2074, 2020-03-28)
doc\spectrum.rst (2114, 2020-03-28)
example (0, 2020-03-28)
example\new_identification.py (931, 2020-03-28)
requirements.txt (78, 2020-03-28)
setup.py (1320, 2020-03-28)
share (0, 2020-03-28)
share\Anticyclonic_20190223.nc (1131700, 2020-03-28)
share\Cyclonic_20190223.nc (1169821, 2020-03-28)
share\eddy_identification.yaml (2622, 2020-03-28)
share\fig.py (2192, 2020-03-28)
share\nrt_global_allsat_phy_l4_20190223_20190226.nc (2922922, 2020-03-28)
share\png (0, 2020-03-28)
share\png\eddies.png (658579, 2020-03-28)
share\png\filter.png (1462082, 2020-03-28)
share\png\logo.png (34216, 2020-03-28)
share\png\spectrum.png (96302, 2020-03-28)
share\png\spectrum_ratio.png (49288, 2020-03-28)
share\tracking.yaml (718, 2020-03-28)
src (0, 2020-03-28)
... ...

[![Documentation Status](https://readthedocs.org/projects/py-eddy-tracker/badge/?version=latest)](https://py-eddy-tracker.readthedocs.io/en/latest/?badge=latest) # README # ### Method ### Method was described in : [Mason, E., A. Pascual, and J. C. McWilliams, 2014: A new sea surface height–based code for oceanic mesoscale eddy tracking.](https://doi.org/10.1175/JTECH-D-14-00019.1) ### Use case ### Method is used in : [Mason, E., A. Pascual, P. Gaube, S.Ruiz, J. Pelegri, A. Delepoulle, 2017: Subregional characterization of mesoscale eddies across the Brazil-Malvinas Confluence](https://doi.org/10.1002/2016JC012611) ### 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, pyproj, ...), e.g.: ```bash pip install numpy scipy netCDF4 matplotlib opencv-python pyyaml pyproj pint polygon3 ``` Then run the following to install the eddy tracker: ```bash 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.: ```bash EddyId share/nrt_global_allsat_phy_l4_20190223_20190226.nc 20190223 adt ugos vgos longitude latitude ./ -v INFO ``` for identification, followed by: ```bash EddyTracking tracking.yaml ``` for tracking.

近期下载者

相关文件


收藏者