Support generic Climate struct
ConnectedSystems opened this issue · 0 comments
ConnectedSystems commented
Currently the Climate struct expects rain and ET, which is not very extensible.
The latter gets co-opted to hold temperature data as there are actually no checks that occur beyond a partial match based on expected column name.
Need to make this much more generic with "standard" names being associated with each climate data type, and allowing an arbitrary number of associated climate data.