genophenoenvo / terraref-datasets

Repository for code and small datasets derived from the TERRA REF program
MIT License
0 stars 3 forks source link

Add available wind and humidity data to historical Clemson weather data #76

Closed MagicMilly closed 4 years ago

MagicMilly commented 4 years ago

As a follow up to #67 and at @ishitadebnath's request, add wind data and relative humidity to the interim Clemson weather data. May have to look at other weather stations listed on the NOAA website and can probably find variables needed to calculate relative humidity.

dlebauer commented 4 years ago

Unless there is a weather station at the field site with the data we need, we should get these data from a public resource like NARR or daymet ...

start by providing VP & Temp from daymet. https://github.com/bluegreen-labs/daymetpy we can later figure out how to convert VP to RH

Alternatively, this has RH https://clim-engine.appspot.com/climateEngine

MagicMilly commented 4 years ago

Updated interim Clemson weather data can be found on the Google drive replaced the previous version. The updated data is more precise using the coordinates of the Clemson University Pee Dee Research and Education Center.

The notebook used to transform the raw weather data can be found here.

Updated weather data will be integrated with the trait data, which will also produce an updated growing degree days to flowering data product.

MagicMilly commented 4 years ago
Raw Clemson weather data is now available on Cyverse (links will start an automatic download)
Raw weather data also on Google drive
Updated clemson_days_to_flowering (GDD changed with new temperatures) is now on Google drive and GitHub
Updated cleaning notebook using updated weather data for days to flowering on GitHub