ToowoombaTrio / WINS

WINS - a crop stress Weather INformation delivery System in R
https://toowoombatrio.github.io/WINS/
MIT License
1 stars 0 forks source link

Reorder temperature interpolations #1

Open adamhsparks opened 7 years ago

adamhsparks commented 7 years ago

Currently we interpolate hours of high temperature.

It would be more accurate to interpolate temperatures for every hour, every day and then extract point values from these surfaces and calculate hours above/below threshold.

adamhsparks commented 6 years ago

Temperature interpolation has been reordered as such in 5530b6c8c1aff60df6a19ab76c4becbabba13159.

Point extraction and checking against thresholds still to be completed.