sealevel {oce} | R Documentation |
Sample sealevel Data (Halifax Harbour)
Description
This sample sea-level dataset is the 2003 record from Halifax Harbour in Nova Scotia, Canada. For reasons that are not mentioned on the data archive website, the record ends on the 8th of October.
Details
See predict.tidem()
for an example that reveals the storm surge
that resulted from Hurricane Juan, in this year.
Author(s)
Dan Kelley
Source
The data were created as
sealevel <- read.oce("490-01-JAN-2003_slev.csv") sealevel <- oce.edit(sealevel, "longitude", -sealevel[["longitude"]], reason="Fix longitude hemisphere")
where the csv file was downloaded from reference 1. Note the correction of longitude sign, which is required because the data file has no indication that this is the western hemisphere.
References
Fisheries and Oceans Canada
http://www.meds-sdmm.dfo-mpo.gc.ca/isdm-gdsi/index-eng.html
See Also
Other datasets provided with oce:
adp
,
adv
,
amsr
,
argo
,
cm
,
coastlineWorld
,
ctdRaw
,
ctd
,
echosounder
,
landsat
,
lisst
,
lobo
,
met
,
ocecolors
,
rsk
,
sealevelTuktoyaktuk
,
section
,
topoWorld
,
wind
,
xbt
Other things related to sealevel data:
[[,sealevel-method
,
[[<-,sealevel-method
,
as.sealevel()
,
plot,sealevel-method
,
read.sealevel()
,
sealevel-class
,
sealevelTuktoyaktuk
,
subset,sealevel-method
,
summary,sealevel-method