Title: | Get Canadian Long-Term Water Quality Monitoring Data |
---|---|
Description: | Download Canadian Long Term Water Quality Monitoring Data into R from the Environment and Climate Change Canada Datamart. All data is freely available under the Open Government License - Canada from <http://data.ec.gc.ca/data/substances/monitor/national-long-term-water-quality-monitoring-data/>. |
Authors: | Andy Teucher [aut, cre], Province of British Columbia [cph] |
Maintainer: | Andy Teucher <[email protected]> |
License: | Apache License (== 2.0) | file LICENSE |
Version: | 0.3.0 |
Built: | 2024-10-17 06:18:23 UTC |
Source: | https://github.com/bcgov/canwqdata |
All data is freely available under the Open Government License Canada from here.
Download water quality data for a basin
wq_basin_data(basin)
wq_basin_data(basin)
basin |
the name of a basin.
An easy way to get a list of basins is to use the |
a data.frame of all the water quality monitoring data from that basin.
Get a list of basins for a Province or Territory.
wq_basins_pt(prov_terr = c("AB", "BC", "MB", "NB", "NL", "NS", "NT", "NU", "ON", "PE", "QC", "SK", "US", "YT"))
wq_basins_pt(prov_terr = c("AB", "BC", "MB", "NB", "NL", "NS", "NT", "NU", "ON", "PE", "QC", "SK", "US", "YT"))
prov_terr |
one or more Province/Territory abbreviations |
a character vector of basin names
## Not run: wq_basins_pt(c("BC", "AB")) ## End(Not run)
## Not run: wq_basins_pt(c("BC", "AB")) ## End(Not run)
Get a table of water quality parameter descriptions
wq_data_desc()
wq_data_desc()
a data.frame of parameter descriptions
Get a table of water quality parameters
wq_params()
wq_params()
a data.frame of parameters
Download water quality data for a site or multiple sites
wq_site_data(sites)
wq_site_data(sites)
sites |
site numbers. See wq_sites. |
a data.frame of water quality data for the sites.
See wq_data_desc()
## Not run: wq_site_data(c("NW10OB0003", "NB01AJ0008")) ## End(Not run)
## Not run: wq_site_data(c("NW10OB0003", "NB01AJ0008")) ## End(Not run)
Get a table of water quality monitoring sites
wq_sites()
wq_sites()
a data.frame of monitoring sites