mdautrey / 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

In production, but maybe in Alpha or Beta. Intended to persist and be supported.

Analysis of trends in groundwater levels in B.C.

This is a set of R scripts to reproduce the 2013 analysis of trends in groundwater levels presented on Environmental Reporting BC.

The scripts use the bcgroundwater package and groundwater monitoring data from the B.C. observation well network to analyze long-term trends of groundwater levels and produce summary visualizations as well as individual well statistics.

Usage

Data

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

Project Status

The results of our analysis can be downloaded as a .csv in the data section of the indicator page.

We are not actively developing this analysis, but you can check the issues for things we would like to fix or work 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, 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.

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 93.2%Language:TeX 6.8%