ODB Tide API manual/online try-out
- Query tide height and tidal current
-
One-point tide height with time-span limitation (<= 30 days, hourly data): e.g. https://eco.odb.ntu.edu.tw/api/tide?lon0=-157.86453&lat0=21.303333&start=2023-07-25&end=2023-07-26
-
Get tide map in a small bounding box at one time moment (ISO string): e.g. https://eco.odb.ntu.edu.tw/api/tide?lon0=-158.2&lon1=-157.6&lat0=21.0&lat1=21.6&start=2023-07-25T00:00:00&sample=5
- Get harmonic constituents of TPXO model (M2, S2, N2, K2, K1, O1, P1, Q1, Mf, Mm, M4, MS4, MN4, 2N2, S1)
- Get daily tide extremes with sun/moon information
- API v1.1 uses TPXO10-atlas-v2 by default. TPXO9-atlas-v5 is deprecated.
- TPXO10 reclassifies coastlines at model grid nodes. Some cells that TPXO9 previously served by extrapolation may now return no value.
/api/tidereturns z tide height in cm; u and v tidal-current components are cm/s.- Large bbox map requests are capped after applying
sample; increasesampleor shrink the bbox if the API returns a cell-count error.
Demo by Ocean APIverse
Demo: https://twitter.com/bramasolo/status/1754473128078844021
-
Data source
Egbert, Gary D., and Svetlana Y. Erofeeva. "Efficient inverse modeling of barotropic ocean tides." Journal of Atmospheric and Oceanic Technology 19.2 (2002): 183-204.
-
Parts of this API utilize functions provided by pyTMD (https://github.com/tsutterley/pyTMD). We acknowledge and thank the original authors for their contributions.
-
The tide model predictions provided by this API are for reference purposes only and are intended to serve as a preliminary resource, not to be considered as definitive for scientific research or risk assessment. Users should understand that no legal liability or responsibility is assumed by the provider of this API for any decisions made based on reliance on this data. Users should conduct their own independent analysis and verification before relying on the data.
-
本API提供的模型預測數據僅供參考之用,旨在做為初步的資訊來源,而不應被視為科學研究或風險評估的決定性依據。使用者須理解,對於依賴這些數據所做出的任何決策,本API提供者不承擔任何法律責任或義務。使用者在依賴這些數據前,應進行獨立分析和驗證。
-
This API is compiled by Ocean Data Bank (ODB), and can be cited as:
Ocean Data Bank, National Science and Technology Council, Taiwan. https://doi.org/10.5281/zenodo.7512112. Accessed DAY/MONTH/YEAR from eco.odb.ntu.edu.tw/api/tide. v1.1.