Description Usage Arguments Details Value See Also Examples
For most US tidal stations, the function currently returns
c(start = 1983, end = 2001)
but some stations on the Gulf Coast and Alaska
have "anomalously high" sea level rise rates, and so tidal forecasts have
been calibrated based on a more recent five year period, usually 2012 through
2016. For those Stations, this function will return
c(start = 2012, end = 2016)
.
1 | get_epoch(.station)
|
.station |
The function is especially useful for international stations, where the period used to calculate tidal statistics my be different. NOAA is expected to adopt a revised tidal datum in 2025.
A named list of two integers, representing the starting and ending years of the official tidal epoch.
Other station information access functions:
get_availability()
,
get_datums()
,
get_hat()
,
get_sl_trend()
,
get_tz()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.