tide_height: Function to predict the tidal height

Description Usage Arguments Value

View source: R/model_tidal_heights.R

Description

Function to predict the tidal height in a specified site at a user specified time

Usage

1
tide_height(start_date, end_date, location = "all", site_id, user_time = NULL)

Arguments

start_date

date in the format "yyyy-mm-dd" (e.g. "2018-12-01")

end_date

date in the format "yyyy-mm-dd" (e.g. "2018-12-01")

location

to chose the web site to get the tidal information, Fr,Ca or all

site_id

code for the tidal site (check the site url to find the code of the tidal station)

user_time

the specific time to determine the tidal height

Value

a dataframe with the tide times corrected to UTC, the tidal height and if they correspond to high tide (PM) or low tide (BM)


bmjesus/sentinel documentation built on Oct. 10, 2020, 9:47 p.m.