UTide
Python 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 d.codiga@gso.uri.edu
http://www.po.gso.uri.edu/~codiga/utide/utide.htm
Installation
pip install utide
If you are using conda,
conda install utide --channel 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.
Release files for utide 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| utide-0.4.0.tar.gz | 74.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| utide-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 150.2 kB
Release files / utide-0.4.0.tar.gz
| Download URL | utide-0.4.0.tar.gz |
|---|---|
| Size | 74.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5293fc10d52b37ff8092a2b99c20dbdd84b6a3e30dc8c013e28610491882ce55
|
|
BLAKE2b-256 checksum How to use checksums |
0c4c9ae7928fa16818363e1f25d720c1699a2310c6d0dc2862e653e86d238969
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / utide-0.4.0-py3-none-any.whl
| Download URL | utide-0.4.0-py3-none-any.whl |
|---|---|
| Size | 75.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
537949945f4ea54a0409f1de19b8af55d5105c2bbdb08b0d879f6dcdb82b1517
|
|
BLAKE2b-256 checksum How to use checksums |
228e59d4a03b5f647a00604d08e68c6d89ac7551228cc23fa7a80ee5adfedc15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|