tidal_tables: Function to recover tidal information between two dates

Description Usage Arguments Value

View source: R/tidal_tables.R

Description

Function to recover tidal information between two dates. Read and parse tidal times from the site whttps://tides.mobilegeographics.com so an internet connection is needed

Usage

1
tidal_tables(start_date, end_date, location = "all", site_id)

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)

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.