A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

bcgroundwater

An R package to facilitate analysis and visualization of groundwater data from the British Columbia groundwater observation well network.
https://github.com/bcgov/bcgroundwater

Category: Natural Resources
Sub Category: Water Supply and Quality

Keywords

data-science env r rstats

Keywords from Contributors

soe citz flnr species-sensitivity-distribution government

Last synced: about 13 hours ago
JSON representation

Repository metadata

An R package to facilitate analysis and visualization of groundwater data from the British Columbia groundwater observation well network

README.md

bcgroundwater

img
Travis-CI Build Status
License

Overview

An R package to facilitate analysis and
visualisation of groundwater data from the British Columbia Provincial Groundwater
Observation Well Network
.

The package provides functions for importing, cleaning, and summarising groundwater data, analysing long-term trends in groundwater levels, and visualising analysis results. The package was developed by Environmental Reporting BC
to support our water indicator on long-term trends in groundwater levels.
The code behind that analysis is available in its own GitHub repository.

Features

Core functions include:

  • Import data downloaded from the B.C. Data Catalogue distributed under the Open Government Licence-British Columbia
  • Summarise and plot monthly groundwater levels
  • Interpolate missing values
  • Perform Mann-Kendall trend tests with pre-whitening on multiple datasets using
    methods implemented in the
    zyp package
  • Plot trends in groundwater levels

Installation

You can install the package directly from this repository. To do so, you will
need the remotes package:

install.packages("remotes")

Next, install the bcgroundwater package using remotes::install_github():

library("remotes")
install_github("bcgov/bcgroundwater")

Usage

See the package vignette
for a simple demonstration. Or, after installing the package, use:

browseVignettes("bcgroundwater")

Project Status

The package works as is for the intended purpose, which was to provide a set of
functions required for the analysis underlying the
Environmental Reporting BC indicator.
We are actively updating the package at this time, you can check the
issues for things we are fixing or working on.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

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.

License

Copyright 2015 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 repository is maintained by Environmental Reporting BC. Click here for a complete list of our repositories on GitHub.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 239
Total Committers: 8
Avg Commits per committer: 29.875
Development Distribution Score (DDS): 0.506

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Andy Teucher a****r@g****a 118
stephhazlitt s****t@g****a 69
Stefanie LaZerte s****i@s****a 44
repo-mountie[bot] 4****] 3
Alex White A****d 2
Todd Wilson t****n@g****a 1
Greg Lawrance g****e@g****m 1
Karly Harker 5****r 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 23
Total pull requests: 18
Average time to close issues: 6 months
Average time to close pull requests: 6 days
Total issue authors: 5
Total pull request authors: 8
Average comments per issue: 1.35
Average comments per pull request: 0.94
Merged pull request: 18
Bot issues: 5
Bot pull requests: 2

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/bcgov/bcgroundwater

Top Issue Authors

  • steffilazerte (7)
  • stephhazlitt (5)
  • repo-mountie[bot] (5)
  • ateucher (5)
  • Quan-Cui (1)

Top Pull Request Authors

  • stephhazlitt (4)
  • KarHarker (4)
  • steffilazerte (3)
  • repo-mountie[bot] (2)
  • ateucher (2)
  • AlexWhiteIncorporated (1)
  • gjlawran (1)
  • jayrbrown (1)

Top Issue Labels

  • bug (3)
  • enhancement (3)
  • maintenance (1)

Top Pull Request Labels


Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • dplyr >= 0.7.1 imports
  • ggmap >= 2.6.1 imports
  • ggplot2 >= 2.0.0 imports
  • httr >= 1.3.1 imports
  • lubridate >= 1.5.0 imports
  • rlang >= 0.1.4 imports
  • scales >= 0.3.0 imports
  • tidyr >= 0.7.1 imports
  • zoo >= 1.7 imports
  • zyp >= 0.10 imports
  • EnvStats * suggests
  • gghighlight * suggests
  • knitr * suggests
  • rgdal * suggests
  • rmarkdown * suggests
  • sp * suggests
  • testthat * suggests

Score: 5.2574953720277815