This feature was added in commit 26f9466 <https://github.com/weewx/weewx/commit/26f9466628dc860e618d3201e5149c86316ff9fb>, to appear in V5.
On Monday, April 10, 2023 at 7:54:05 AM UTC-7 Tom Keffer wrote: > humidex is in the wview_extended schema. But, if you're using the legacy > wview schema, then you would have to write an xtypes extension that knows > how to calculate aggregates for humidex. > > But, this makes me think that the xtypes system should really know how to > calculate aggregates for any derived type. I've created issue #864 > <https://github.com/weewx/weewx/issues/864> to track. > > -tk > > > On Mon, Apr 10, 2023 at 6:53 AM WindnFog <[email protected]> wrote: > >> I have been calculating the maximum humidex for a given month (or for >> 'all time'), assuming that in any given period, the day with the maximum >> heat index will also be the day with the maximum humidex. While heat index >> and humidex are measurements of how hot it feels outside, they are >> calculated using different factors. >> >> I now suspect the day with the highest heat index may not have the >> highest humidex. Is there a way to find the maximum humidex in a month, >> year, etc., given that it's a derived parameter and not stored in the >> database? >> >> - Paul VE1DX >> >> -- >> You received this message because you are subscribed to the Google Groups >> "weewx-user" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/b4203061-90c7-46c0-b8e0-40999f3d086en%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/b4203061-90c7-46c0-b8e0-40999f3d086en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/08117bcc-2ca8-4358-87d7-d0cc93e94a53n%40googlegroups.com.
