An R package to download, import, and filter data from B.C.’s Environmental Monitoring Data System (EnMoDs) into R. The ‘renmods’ package replaces ‘rems’ to support the new data system released in March 2026.
The EnMoDs dataset is licensed under the Open Government Licence - British Columbia.
- Download ENMODS data and cache locally
- Simple connections to the ENMODS database, only to as much data as required to speed up load times.
# install.packages("pak") # if not already installed
library(pak)
pkg_install("bcgov/renmods")See the Get Started tutorial for details
Very first stages of development.
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute to the package, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
#> renmods Coverage: 78.52%
#> R/cache.R: 59.46%
#> R/checks.R: 72.46%
#> R/db.R: 87.04%
#> R/utils.R: 89.19%
#> R/download.R: 100.00%
#> R/test-utils.R: 100.00%
#> R/zzz.R: 100.00%
Copyright 2026 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
This project was created using the bcgovr package.