Converts weather data from a dataframe into an object.
convert.weather(data, entries = IO$weather.entries)
A dataframe of weather data to be converted.
An optional string array that designates the entries of the dataframe to be loaded.
An object that reprents the timeseries data of weather factors.
Internally, the object holds a dataframe of size
ntimepoints * nfactors
.