oce (version 1.1-1)

met: Sample met Object

Description

This is sample met object containing data for Halifax, Nova Scotia, during September of 2003 (the period during which Hurricane Juan struck the city).

Arguments

Details

The data file was downloaded with

metFile <- download.met(id=6358, year=2003, month=9, destdir=".")
met <- read.met(metFile)
met <- oceSetData(met, "time", met[["time"]]+4*3600,
                 note="add 4h to local time to get UTC time")

Using download.met avoids having to navigate the the awkward Environment Canada website, but it imposes the burden of having to know the station number. See the documentation for download.met for more details on station numbers.

See Also

Other datasets provided with oce: adp, adv, argo, cm, coastlineWorld, ctdRaw, ctd, echosounder, landsat, lisst, lobo, ocecolors, rsk, sealevelTuktoyaktuk, sealevel, section, topoWorld, wind

Other things related to met data: [[,met-method, [[<-,met-method, as.met, download.met, met-class, plot,met-method, read.met, subset,met-method, summary,met-method