Learn R Programming

seas (version 0.2-1)

mscstn: Meteorological Survey of Canada station information

Description

Meteorological Survey of Canada (MSC) weather station data, including national ID, station ID, Province, latitude and longitude.

Usage

data(mscstn)

Arguments

source

Provided by the Meteorological Survey of Canada (http://www.msc.ec.gc.ca/), with permission.

Details

This data object is used as a look-up table to convert a unique station identifier (nid) or ID into a station name, using getstnname.

Currently, this data only includes weather stations from Alberta, British Columbia and the Yukon.

See Also

getstnname, mscdata, read.msc

Examples

Run this code
data(mscstn)
head(mscstn)
table(mscstn$prov)
plot(lat ~ long, mscstn)

Run the code above in your browser using DataLab