weathercan-package: Easy downloading of weather data from Environment and Climate...

weathercan-packageR Documentation

Easy downloading of weather data from Environment and Climate Change Canada

Description

weathercan is an R package for simplifying the downloading of Historical Climate Data from the Environment and Climate Change Canada (ECCC) website (https://climate.weather.gc.ca)

Details

Bear in mind that these downloads can be fairly large and performing repeated, large downloads may use up Environment Canada's bandwidth unnecessarily. Try to stick to what you need.

There are four main aspects of this package:

  1. Access stations lists

    • stations (a data frame listing stations)

    • stations_search() identify stations by name or proximity to a location

    • stations_dl() re-download/update stations data

  2. Download weather data

  • weather_dl()

  1. Merge weather data into other data sets through interpolation over time

  • weather_interp()

  1. Download climate normals data

  • normals_dl()

We also include several practice data sets:

  • finches

  • kamloops

  • kamloops_day

  • pg

As well as several vignettes:

  • General Usage: vignette("usage")

  • Merging and Interpolating: vignette("interpolation")

  • Flags and Codes: vignette("flags")

  • Weather Data Glossary: vignette("glossary")

  • Climate Normals Glossary: vignette("glossary_normals")

Online we also have some advanced articles:

References

Environment and Climate Change Canada: https://www.canada.ca/en/environment-climate-change.html

Glossary of terms https://climate.weather.gc.ca/glossary_e.html

ECCC Historical Climate Data: https://climate.weather.gc.ca/


steffilazerte/envirocan documentation built on Sept. 25, 2023, 10:16 p.m.