在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):wesleybowman/UTide开源软件地址(OpenSource Url):https://github.com/wesleybowman/UTide开源编程语言(OpenSource Language):Python 91.7%开源软件介绍(OpenSource Introduction):UTidePython re-implementation of the Matlab package UTide. Still in heavy development--everything is subject to change! Note: the user interface differs from the Matlab version, so consult the Python function docstrings to see how to specify parameters. Some functionality from the Matlab version is not yet available. For more information see: Codiga, D.L., 2011. Unified Tidal Analysis and Prediction Using the UTide Matlab Functions. Technical Report 2011-01. Graduate School of Oceanography, University of Rhode Island, Narragansett, RI. 59pp. ftp://www.po.gso.uri.edu/pub/downloads/codiga/pubs/ 2011Codiga-UTide-Report.pdf UTide v1p0 9/2011 [email protected] http://www.po.gso.uri.edu/~codiga/utide/utide.htm Installationpip install utide If you are using conda, conda install utide -c conda-forge The public functions can be imported using from utide import solve, reconstruct A sample call would be from utide import solve
coef = solve(time, time_series_u, time_series_v,
lat=30,
nodal=False,
trend=False,
method='ols',
conf_int='linear',
Rayleigh_min=0.95,) For more examples see the notebooks folder. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论