knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis-CI Build Status Build status Coverage Status

WINS - crop stress Weather INformation delivery System

About

WINS is an R-package constructed as a part of GovHack 2016.

The WINS project (formerly called John_Conner) was initiated by the Toowoomba Trio to tackle a major and growing problem faced by Queensland vegetable growers. This challenge is identifying and responding to heat stress in their crops. High temperatures can cause considerable stress to crops, reducing yields and the quality of the produce grown. However, if the stress is identified early enough remedial action can be taken to minimise the damage and save the crop. WINS provides a timely warning system for farmers when a heat stress event has likely occurred. The WINS project is built in the R environment, an open source statistical programing environment and utilises Australia Bureau of Meteorology (BOM) weather data.

Please watch our YouTube video describing the John_Conner project for more on how WINS was created and works.

Comparison of hourly interpolated values versus hourly BoM data for one year

Quick Start

This package is only available from GitHub, not yet on CRAN, so you'll need devtools to install it.

if (!require("devtools")) {
  install.packages("devtools", repos = "http://cran.rstudio.com/") 
  library("devtools")
}

devtools::install_github("ToowoombaTrio/WINS")
library("WINS")

Meta

If you find bugs or other issues, please report them to us using https://github.com/ToowoombaTrio/WINS/issues.

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.



ToowoombaTrio/WINS documentation built on May 9, 2019, 5:12 p.m.