METHODS

temperatures

Returns an array reference of all the Weather::Yr::Model::Temperature data points for this day.

temperature

Returns the "most logical" Weather::Yr::Model::Temperature data point for this day.

This works so that if you are working with "now", it will pick the data point closes to the current time. If you are working with any other days, including "today", it will return the noon data point.

min_temperature

Returns the Weather::Yr::Model::Temperature data point with the lowest temperature value for this day.

min_temperature

Returns the Weather::Yr::Model::Temperature data point with the highest temperature value for this day.

precipitations

Returns an array reference of all the Weather::Yr::Model::Precipitation data points for this day.

precipitation

Returns "the most logical" Weather::Yr::Model::Precipitation data point for this day.

This works so that if you are working with "now", it will pick the data point closes to the current time. If you are working with any other days, including "today", it will return the noon data point.