Python distribution of the MatLab package UTide.
Project description
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 -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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
UTide-0.2.4.tar.gz
(88.3 kB
view details)
Built Distribution
UTide-0.2.4-py3-none-any.whl
(74.0 kB
view details)
File details
Details for the file UTide-0.2.4.tar.gz
.
File metadata
- Download URL: UTide-0.2.4.tar.gz
- Upload date:
- Size: 88.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21999e12ddb8511b92525e3a6e8d5309e5ab92b9f0dc24c666d9f65c734c66a9 |
|
MD5 | b9078dffcd5a9c5292909658f019a707 |
|
BLAKE2b-256 | 5d186249d46d5004aa396aad9d91cc552d8e7cf01c353676f94902cf9c8d8fcb |
File details
Details for the file UTide-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: UTide-0.2.4-py3-none-any.whl
- Upload date:
- Size: 74.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b815787cf75affd3500b9b879dc5455199f2bf9109de3a29c9e4ef20344d920 |
|
MD5 | 2060605a4a528b58fb249ae805cc5db9 |
|
BLAKE2b-256 | f3c783ef6f6d8a93851727198cb0646a0ec688bf275d8fe5f380d91f407ab5db |