Skip to content

Cookiecutter data science project for derived data publication

License

Notifications You must be signed in to change notification settings

MagicMilly/for-data-publication

Repository files navigation

Weather data README for the GenoPhenoEnvo Project

trait data and metadata are still being updated and have been removed temporarily from this README

==============================

This repository contains source code and processed climate data for the GenoPhenoEnvo project. This repository supports one of our goals to provide open data and reproducible code in order to follow FAIR data principles and contribute to open science.

Weather Data

Contains the weather data during season dates for sorghum experiments at these locations

  • Maricopa Agricultural Center, University of Arizona, Season 4
    • Coordinates: 33.069, -111.972
    • Elevation: 362 meters
    • Planting: 2017-04-20, Day 110
    • Last Day of Harvest: 2017-09-16, Day 259
  • Maricopa Agricultural Center, University of Arizona, Season 6
    • Coordinates: 33.068941, -111.972244
    • Elevation: 362 meters
    • Planting: 2018-04-25, Day 115
    • Harvest: 2018-08-01, Day 213
  • Kansas State University, Ashland Bottoms
    • Coordinates: 39.126, -96.677
    • Elevation: 325 meters
    • Planting: 2016-06-17, Day 169
    • Harvest: 2016-10-21, Day 295
  • Clemson University Pee Dee Research and Education Center, South Carolina
    • Coordinates: 34.289, -79.737
    • Elevation: 42 meters
    • Planting: 2014-05-06, Day 126
    • Latest date in Clemson trait data: 2014-10-15, Day 288

Parameters and Units

  • Date: YYYY-MM-DD format
  • Day of year
  • Minimum temperature: Celsius
  • Maximum temperature: Celsius
  • Mean temperature: Celsius
  • Accumulated growing degree days (gdd): heat units
    • 10 degrees Celsius is base temperature for sorghum
    • Daily gdd value = ((max temp + min temp) / 2) - 10 (base temperature)
    • Accumulated growing degree days = cumulative sum of daily gdd values
  • Minimum relative humidity: percentage
  • Maximum relative humidity: percentage
  • Mean relative humidity: percentage
  • Vapor pressure deficit: Kilopascals
    es = (6.11 * np.exp((2500000/461) * (1/273 - 1/(273 + temp_avg))))
    vpd = (((100 - rh_avg)/1000) * es)
    
  • Precipitation: millimeters
  • Cumulative precipitation: millimeters
  • First water deficit treatment: boolean value
    • True values only found in MAC Season 4
  • Second water deficit treatment: boolean value
    • True values only found in MAC Season 4

Information about MAC season 4 water deficit treatments can be found here

Raw weather data CyVerse downloads

These urls will start an automatic download, which were used in the weather data cleaning code

Raw weather data sources

Data Processing

About

Cookiecutter data science project for derived data publication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published