ToowoombaTrio / WINS

WINS - a crop stress Weather INformation delivery System in R

Home Page:https://toowoombatrio.github.io/WINS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reorder temperature interpolations

adamhsparks opened this issue · comments

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.

Temperature interpolation has been reordered as such in 5530b6c.

Point extraction and checking against thresholds still to be completed.