sealevelHalifax: Sea-level data set, from Halifax Harbour
Description
This sample sea-level dataset is the 2003 record from Halifax
Harbour in Nova Scotia, Canada. Note that Hurricane Juan hit Halifax a half
hour before midnight on September 28th of 2003, causing a strong storm
surge; see example at plot.sealevel. For reasons that are
not mentioned on the data archive website, the record ends on the 8th of
October.
Usage
data(sealevelHalifax)
Arguments
source
The data were downloaded from MEDS, and treated as follows.
sealevelHalifax <- read.oce("490-01-jan-2003_slev.csv")
sealevelHalifax[["longitude"]] <- -sealevelHalifax[["longitude"]]
save(sealevelHalifax, file="data/sealevelHalifax.rda")
References
The MEDS archive is at
http://www.meds-sdmm.dfo-mpo.gc.ca/meds/Databases/TWL/TWL_inventory_e.htm.
An entry to the literature about Hurricane Juan is at
http://www.atl.ec.gc.ca/weather/hurricane/juan/.
See Also
The documentation for sealevel-class explains the
structure of sealevel objects, and also outlines the other functions
dealing with them.