john_conner

The ToowoombaTrio's GovHack 2016 entry

https://github.com/toowoombatrio/john_conner

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary

Keywords

govhack govhack2016 heat-stress horticulture temperature
Last synced: 6 months ago · JSON representation

Repository

The ToowoombaTrio's GovHack 2016 entry

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
govhack govhack2016 heat-stress horticulture temperature
Created over 9 years ago · Last pushed over 8 years ago
Metadata Files
Readme License Codemeta

README.md

John_Conner

GovHack 2016

Travis-CI Build Status AppVeyor Build Status

Note

This repository is a historical archive of the original John Conner project that was constructed during #GovHack2016 by the ToowoombaTrio. Any further development of the package is being conducted in the WINS repository. This R package and repository will not be updated further.

The John Conner project 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. The John Conner project provides a timely warning system for farmers when a heat stress event has likely occurred. Please watch our YouTube video describing the John Conner Project. The John Conner project is built in the R environment, an open source statistical programing environment. It utilises the QLD SILO patch point weather data, available from the QLD government data portal, and models hourly data using a temperature from chillR. This downscaling is validated against the BoM hourly temperature data set, an official #GovHack 2016 data set, to show that there is good agreement between the modelled hourly data and the observed BoM data.

Install this package

To install this R package and recreate what we've done this weekend for Govhack2016. Install the package and check out our vignette that details how to recreate what we've done.

r install.packages("devtools", dependencies = TRUE) devtools::install_github("ToowoombaTrio/John_Conner")

Owner

  • Name: Toowoomba Trio
  • Login: ToowoombaTrio
  • Kind: organization
  • Email: adamhsparks@gmail.com
  • Location: Toowoomba, QLD, AU

The ToowoombaTrio, hacking since 2016!

CodeMeta (codemeta.json)

{
  "@context": [
    "https://doi.org/doi:10.5063/schema/codemeta-2.0",
    "http://schema.org"
  ],
  "@type": "SoftwareSourceCode",
  "identifier": "JohnConner",
  "description": "Use QLD SILO data to generate hourly data. Validated using BoM data.",
  "name": "JohnConner: Toowoomba Trio Entry for Govhack2016",
  "codeRepository": "https://github.com/ToowoombaTrio/John_Conner.git",
  "issueTracker": "https://github.com/ToowoombaTrio/John_Conner/issues",
  "datePublished": "2016-07-31",
  "license": "https://spdx.org/licenses/MIT",
  "version": "0.0.1",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "version": "3.4.1",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 3.4.1 (2017-06-30)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Adam",
      "familyName": "Sparks",
      "email": "adamhsparks@gmail.com"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Keith",
      "familyName": "Pembleton",
      "email": "keith.pembleton@usq.edu.au"
    },
    {
      "@type": "Person",
      "givenName": "Gordon",
      "familyName": "Grundy",
      "email": "gordongrundy@gmail.com"
    }
  ],
  "maintainer": {
    "@type": "Person",
    "givenName": "Adam",
    "familyName": "Sparks",
    "email": "adamhsparks@gmail.com"
  },
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    }
  ],
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "chillR",
      "name": "chillR",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "data.table",
      "name": "data.table",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "doParallel",
      "name": "doParallel",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "fields",
      "name": "fields",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "foreach",
      "name": "foreach",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "lubridate",
      "name": "lubridate",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "iterators",
      "name": "iterators",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "mailR",
      "name": "mailR",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "parallel",
      "name": "parallel"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "plyr",
      "name": "plyr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "raster",
      "name": "raster",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "readr",
      "name": "readr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "reshape",
      "name": "reshape",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "settings",
      "name": "settings",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "tidyr",
      "name": "tidyr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "viridis",
      "name": "viridis",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Central R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": "3.2.0"
    }
  ],
  "contIntegration": "https://travis-ci.org/ToowoombaTrio/John_Conner",
  "readme": "https://github.com/ToowoombaTrio/John_Conner.git/blob/devel/README.md",
  "fileSize": "17396.277KB"
}

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • chillR * imports
  • data.table * imports
  • doParallel * imports
  • fields * imports
  • foreach * imports
  • ggplot2 * imports
  • iterators * imports
  • lubridate * imports
  • mailR * imports
  • parallel * imports
  • plyr * imports
  • raster * imports
  • readr * imports
  • reshape * imports
  • settings * imports
  • tidyr * imports
  • viridis * imports
  • knitr * suggests
  • rmarkdown * suggests