Reasonable request for an aggregation such as "avgmax" or "avgmin", but unfortunately, the box doesn't come with one. You would have to write a search list extension.
On Sat, Feb 22, 2025 at 12:22 PM Andrew McGinnis <[email protected]> wrote: > I'm tying to figure out how to add average values to certain observations > in my NOAA reports. I'd like to have the monthly outdoor temperature > maximums and minimums averaged, such that the bottom like summary would > have an average max temp, average mean temp, and average low temp. > My bottom-of-report line includes this: > > $month.outTemp.max.nolabel($Temp,$NONE) > $month.outTemp.avg.nolabel($Temp,$NONE) > $month.outTemp.min.nolabel($Temp,$NONE) > > but what I would like is an average high, average mean, and average low. > The overall monthly mean is easily defined by $month.outTemp.avg, but what > would the equivalent be for monthly average of $month.outTemp.max and > $month.outTemp.min? > > -- > 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 visit > https://groups.google.com/d/msgid/weewx-user/e587c5c7-11ca-419c-8d73-9a73160fa18an%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/e587c5c7-11ca-419c-8d73-9a73160fa18an%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 visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEAfOSBKH7%3DZAxHwn8XgUMk_B7nR1aCE%2BChcLoOQ2v1sHg%40mail.gmail.com.
