Description Usage Format Details Source Examples
This function access the built-in stations data frame. You can update this
data frame with stations_dl()
which will update the locally stored data.
1 | stations()
|
A data frame:
Province
Station name
Environment Canada's station ID number. Required for downloading station data.
Climate ID number
Climate ID number
Climate ID number
Latitude of station location in degree decimal format
Longitude of station location in degree decimal format
Elevation of station location in metres
Local timezone excluding any Daylight Savings
Interval of the data measurements ('hour', 'day', 'month')
Starting year of data record
Ending year of data record
Whether current climate normals are available for that station
Whether 1981-2010 climate normals are available for that station
Whether 1981-2010 climate normals are available for that station
You can check when this was last updated with stations_meta()
.
A dataset containing station information downloaded from Environment and
Climate Change Canada. Note that a station may have several station IDs,
depending on how the data collection has changed over the years. Station
information can be updated by running stations_dl()
.
https://climate.weather.gc.ca/index_e.html
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.