Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsutterley/pyTMD

Python-based tidal prediction software
https://github.com/tsutterley/pyTMD

geodesy geophysics oceanography tides

Last synced: 3 months ago
JSON representation

Python-based tidal prediction software

Awesome Lists containing this project

README

        

=====
pyTMD
=====

|Language|
|License|
|PyPI Version|
|Anaconda-Server|
|Documentation Status|
|codecov|
|zenodo|

.. |Language| image:: https://img.shields.io/pypi/pyversions/pyTMD?color=green
:target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/pyTMD
:target: https://github.com/tsutterley/pyTMD/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/pyTMD.svg
:target: https://pypi.python.org/pypi/pyTMD/

.. |Anaconda-Server| image:: https://img.shields.io/conda/vn/conda-forge/pytmd
:target: https://anaconda.org/conda-forge/pytmd

.. |Documentation Status| image:: https://readthedocs.org/projects/pytmd/badge/?version=latest
:target: https://pytmd.readthedocs.io/en/latest/?badge=latest

.. |codecov| image:: https://codecov.io/gh/tsutterley/pyTMD/branch/main/graph/badge.svg
:target: https://codecov.io/gh/tsutterley/pyTMD

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5555395.svg
:target: https://doi.org/10.5281/zenodo.5555395

Python-based tidal prediction software for estimating ocean, load, solid Earth and pole tides

Ocean and load tidal predictions using OTIS, GOT and FES formatted tidal solutions

- `OSU Tidal Prediction Software (OTPS) `_
- `ESR Tide Model Driver (TMD) Matlab Toolbox `_
- `OSU Global and Regional Tide Models `_
- `ESR Polar Tide Models `_
- `A Global Ocean Tide Model From TOPEX/POSEIDON Altimetry: GOT99.2 `_
- `Finite Element Solution (FES) tide models `_
- `Delta times from US Naval Observatory (USNO) Earth Orientation Products `_
- `Delta times from NASA Crustal Dynamics Data Information System (CDDIS) `_

Radial solid Earth and pole tide displacements following IERS conventions

- `IERS Conventions (2010) `_
- `IERS Mean Pole Location `_
- `IERS Pole Coordinates to Calculate Mean Pole `_
- `IERS Daily Earth Orientation Parameters (EOP) from USNO `_
- `IERS Daily Earth Orientation Parameters (EOP) from NASA CDDIS `_
- `IERS Ocean Pole Load Tide Coefficients Map `_

Dependencies
############

- `dateutil: powerful extensions to datetime `_
- `lxml: processing XML and HTML in Python `_
- `netCDF4: Python interface to the netCDF C library `_
- `numpy: Scientific Computing Tools For Python `_
- `pyproj: Python interface to PROJ library `_
- `scipy: Scientific Tools for Python `_
- `setuptools_scm: manager for python package versions using scm metadata `_
- `timescale: Python tools for time and astronomical calculations `_

References
##########

T. C. Sutterley, T. Markus, T. A. Neumann, M. R. van den Broeke, J. M. van Wessem, and S. R. M. Ligtenberg,
"Antarctic ice shelf thickness change from multimission lidar mapping", *The Cryosphere*,
13, 1801-1817, (2019). `doi: 10.5194/tc-13-1801-2019 `_

L. Padman, M. R. Siegfried, H. A. Fricker,
"Ocean Tide Influences on the Antarctic and Greenland Ice Sheets", *Reviews of Geophysics*,
56, 142-184, (2018). `doi: 10.1002/2016RG000546 `_

Download
########

| The program homepage is:
| https://github.com/tsutterley/pyTMD
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/pyTMD/archive/main.zip

Alternative Software
####################

| perth5 from NASA Goddard Space Flight Center is available at:
| https://codeberg.org/rray/perth5
| Matlab Tide Model Driver from Earth & Space Research is available at:
| https://github.com/EarthAndSpaceResearch/TMD_Matlab_Toolbox_v2.5
| Fortran OSU Tidal Prediction Software OTPS is available at:
| https://www.tpxo.net/otps

Disclaimer
##########

This package includes software developed at NASA Goddard Space Flight Center (GSFC) and the University of Washington Applied Physics Laboratory (UW-APL).
It is not sponsored or maintained by the Universities Space Research Association (USRA), AVISO or NASA.
The software is provided here for your convenience but *with no guarantees whatsoever*.
It should not be used for coastal navigation or any application that may risk life or property.

Credits
#######

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
The Tidal Model Driver (TMD) Matlab Toolbox was developed by Laurie Padman, Lana Erofeeva and Susan Howard.
An updated version of the TMD Matlab Toolbox (TMD3) was developed by Chad Greene.
The OSU Tidal Inversion Software (OTIS) and OSU Tidal Prediction Software (OTPS) were developed by Lana Erofeeva and Gary Egbert (`copyright OSU `_, licensed for non-commercial use).
The NASA Goddard Space Flight Center (GSFC) PREdict Tidal Heights (PERTH3) software was developed by Richard Ray and Remko Scharroo.
An updated and more versatile version of the NASA GSFC tidal prediction software (PERTH5) was developed by Richard Ray.

License
#######

The content of this project is licensed under the `Creative Commons Attribution 4.0 Attribution license `_ and the source code is licensed under the `MIT license `_.