Skip to main content

fork of pytides by sam cox, compatible with newer version of python

Project description

pytides

About

Pytides is small Python package for the analysis and prediction of tides. Pytides can be used to extrapolate the tidal behaviour at a given location from its previous behaviour. The method used is that of harmonic constituents, in particular as presented by P. Schureman in Special Publication 98. The fitting of amplitudes and phases is handled by Scipy's leastsq minimisation function. Pytides currently supports the constituents used by NOAA, with plans to add more constituent sets. It is therefore possible to use the amplitudes and phases published by NOAA directly, without the need to perform the analysis again (although there may be slight discrepancies for some constituents).

It is recommended that all interactions with pytides which require times to be specified are in the format of naive UTC datetime instances. In particular, note that pytides makes no adjustment for summertime or any other civil variations within timezones.

Requirements

  • Numpy
  • Scipy

Installation

easy_install pytides2

or

pip install pytides2

should do the trick.

Mainly for my own reference (sanity), to get pytides and its dependencies all working in a Debian (mint) virtualenv:

sudo apt-get install liblapack-dev libatlas-base-dev gfortran
export LAPACK=/usr/lib/liblapack.so
export ATLAS=/usr/lib/libatlas.so
export BLAS=/usr/lib/libblas.so
pip install numpy
pip install scipy
pip install pytides

and you'll probably want to

pip install matplotlib

although this won't install all the backends for matplotlib, which is a headache for another day (this looks promising).

Usage

Pytides is in its infancy, and hasn't yet been fully documented. The best way to get started would be to read this example. After that, you might try making your own tide table, where you can also find a method for handling timezones. You can find information about using NOAA published Harmonic Constituents directly here.

If you want to know how Pytides works, it would be best to read P. Schureman, Special Publication 98. Alternatively, there is my attempt to explain it on the wiki (although it's a little mathematical and not yet complete). It is certainly possible to use Pytides successfully without any knowledge of its methods.

Contribution

I would welcome any help with Pytides. Particularly if you have knowledge of constituent data (including node factors) which other institutions/packages use. I can be reached at sam.cox@cantab.net or via github.

Please note however that Pytide's lack of attempts to infer constituents, or exclude similar constituents based on their synodic periods is an intentional design decision.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytides2-0.0.5.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

pytides2-0.0.5-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file pytides2-0.0.5.tar.gz.

File metadata

  • Download URL: pytides2-0.0.5.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Windows/10

File hashes

Hashes for pytides2-0.0.5.tar.gz
Algorithm Hash digest
SHA256 2911c2aae42b48c4a4051b5b757d016643e6c2dab0de27bc3f84cae9fa9a3c83
MD5 673f3f47a1624f6694df9a24e2b17c08
BLAKE2b-256 009e5d423b0b369f464d1e4217a91133e0e9a68bec20202ba5bf30ecb5295247

See more details on using hashes here.

File details

Details for the file pytides2-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pytides2-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 14.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Windows/10

File hashes

Hashes for pytides2-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 606c8aaf0922d86e6ec253ba5ad04d58a3745c334be21fd4ef6d3dd837cf94d7
MD5 87b3be620d779e64453321bb9cd9aaf7
BLAKE2b-256 cc32ed84fc14d739f800bd5203363ce7078801aef0f3b4537f0ecfa8ff4df0ec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page