All Projects → bcgov → shinyrems

bcgov / shinyrems

Licence: other
An R package to launch shinyrems; an online application that allows a user to access, download, clean, plot and calculate simple statistics using data from the B.C. government Environmental Monitoring System database.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to shinyrems

Loft
Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode
Stars: ✭ 239 (+1393.75%)
Mutual labels:  environment
kapten
Simple containerized development environments directly from the command line
Stars: ✭ 53 (+231.25%)
Mutual labels:  environment
gismo
Gismo is a free Grasshopper plugin for GIS environmental analysis
Stars: ✭ 67 (+318.75%)
Mutual labels:  environment
adopt-a-drain
A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Stars: ✭ 43 (+168.75%)
Mutual labels:  environment
ini
📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader. INI配置读取管理,支持多文件加载,数据覆盖合并, 解析ENV变量, 解析变量引用。DotEnv 解析加载
Stars: ✭ 72 (+350%)
Mutual labels:  environment
jest-environment-selenium
Jest environment for running Selenium WebDriver tests
Stars: ✭ 28 (+75%)
Mutual labels:  environment
Setup Miniconda
Set up your GitHub Actions workflow with conda via miniconda
Stars: ✭ 222 (+1287.5%)
Mutual labels:  environment
waterquality
Package designed to detect and quantify water quality and cyanobacterial harmful algal bloom (CHABs) from remotely sensed imagery
Stars: ✭ 31 (+93.75%)
Mutual labels:  water-quality
coffee-boots
Support property-based configuring of multiple Caffeine caches for Spring Cache abstraction.
Stars: ✭ 22 (+37.5%)
Mutual labels:  environment
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (+212.5%)
Mutual labels:  environment
bandmaster
Simple and easily extendable Go library for managing runtime services & dependencies (datastores, APIs, MQs, custom...).
Stars: ✭ 43 (+168.75%)
Mutual labels:  environment
ai-learning-environments
List of environments and competitions for RL and AI training
Stars: ✭ 14 (-12.5%)
Mutual labels:  environment
tpl
Use go templates with simple and complex environment variables
Stars: ✭ 18 (+12.5%)
Mutual labels:  environment
Config
12 factor configuration as a typesafe struct in as little as two function calls
Stars: ✭ 251 (+1468.75%)
Mutual labels:  environment
seed-pixi-typescript
A pre installed environnement to work with pixi.js with webpack & typescript
Stars: ✭ 36 (+125%)
Mutual labels:  environment
Ma Gym
A collection of multi agent environments based on OpenAI gym.
Stars: ✭ 226 (+1312.5%)
Mutual labels:  environment
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+281.25%)
Mutual labels:  environment
docker-environment
Flyve MDM Docker Environment
Stars: ✭ 49 (+206.25%)
Mutual labels:  environment
env-diff
Env-diff is a lightweight library which sync your .env files with .env.dist by composer scripts, hooks or manual running
Stars: ✭ 24 (+50%)
Mutual labels:  environment
envo
A community-driven ontology for the representation of environments
Stars: ✭ 106 (+562.5%)
Mutual labels:  environment

shinyrems

img Apache license

shinyrems is an app that allows you to download, clean, visualize and analyze data from the Environmental Monitoring System (EMS) database. Create plots and view water quality data with BC aquatic life water quality guidelines.

Installation

To install the latest development version from GitHub

# install.packages("remotes")
remotes::install_github("bcgov/rems")
remotes::install_github("bcgov/wqbc")
remotes::install_github("bcgov/shinyrems")

Please remember to restart your R session after installation.

Usage

See the User Guide for a more detailed explanation of app usage.

ShinyRems app can be run with various EMS datasets that must be downloaded and stored on the user’s computer. Prior to app startup, you will be prompted to download data if required and you will be notified if data updates are available.

There are six possible run modes corresponding to different datasets:

  • ‘demo’ - uses a demo dataset that requires no download of EMS data
  • ‘2yr’ - uses most recent 2 years of EMS data
  • ‘4yr’ - uses most recent 4 years of EMS data
  • ‘historic’ - uses historic EMS data (1965 - (Current Year - 2 Years))
  • ‘all’ - uses combined “2yr” and “historic” EMS data
  • ‘upload’ - allows user to upload their own data following correct format

To select a run mode, provide the value (as it appears above) to shinyrems::run_ems_app(). For example, type the following into your R console:

# select historic run mode
shinyrems::run_ems_app("historic")

# select upload run mode
shinyrems::run_ems_app("upload")

# "2yr" run mode is the default and will be selected if no other value is provided
shinyrems::run_ems_app()

Contribution

Please report any issues.

Pull requests are always welcome.

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 2019 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].