MonthlyWeatherStatistics
A structure that holds a collection of month weather statistics data.
Declaration
struct MonthlyWeatherStatistics<T> where T : Decodable, T : Encodable, T : Equatable, T : SendableOverview
Weather statistics for each month are derived from data for that month, collected over all years since the baseline start date.