cantemp_meta: Fetch metadata for 338 Canadian climate stations

Description Usage Value Author(s) References Examples

Description

Fetch a tidy data.frame with metadata for 338 Canadian climate stations, including latitude, longitude, elevation, information on the temporal extent of the temperature data, and whether the temperature data was derived from multiple joined weather stations.

Usage

1

Value

A data.frame with metadata for 338 Canadian climate stations.

prov

Two-letter abbreviation for province

station

Name of climate station

stnid

Climate station identifier

beg_yr

Year of first temperature observation

beg_mon

Integer month of first temperature observation

end_yr

Year of final temperature observation

end_mon

Integer month of final temperature observation

lat

Station latitude in decimal degrees

lon

Station longitude in decimal degrees

elev

Station elevation in meters

stn_joined

Logical value indicating whether or not the given 'station' is based on multiple joined weather stations

Author(s)

Patrick M. Barks <patrick.barks@gmail.com>

References

Vincent, L. A., X. L. Wang, E. J. Milewska, H. Wan, F. Yang, and V. Swail (2012). A second generation of homogenized Canadian monthly surface air temperature for climate trend analysis. Journal of Geophysical Research 117(D18110). https://doi.org/10.1029/2012JD017859

Examples

1
stn_metadata <- cantemp_meta()

patrickbarks/cantempr documentation built on May 22, 2019, 2:45 p.m.