bcgov / groundwater-levels-indicator

R scripts for an indicator on long-term trends in groundwater levels in B.C. published on Environmental Reporting BC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img License

Long-term Trends in Groundwater Levels in B.C.

This repository contains R code that calculates long-term trends in groundwater levels. It supports an indicator published on Environmental Reporting BC.

The scripts use the bcgroundwater R package and groundwater monitoring data from the B.C. Observation Well Network to:

  • analyze long-term trends of groundwater levels
  • produce provincial-scale and individual well summary statistics
  • generate supporting data visualizations

Usage

Data

All the data sourced for the analysis is provided under the Open Government Licence – British Columbia.

Code

There are four core scripts that are required for the analysis, they need to be run in order:

  • 01_clean.R
  • 02_analysis.R
  • 03_visualize.R
  • 04_output.R

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, 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 2018 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.

About

R scripts for an indicator on long-term trends in groundwater levels in B.C. published on Environmental Reporting BC

License:Apache License 2.0


Languages

Language:R 85.9%Language:CSS 10.4%Language:TeX 3.7%