So you did! Here's my response:

There's no explicit tag to do that. You could loop over all months, then
test the date to see if it is in a particular month. Something like (NOT
TESTED):

#for month in $alltime.months
#  if month.start.format("%b") == 'Jun'
#    <p>Max for year $month.start.format("%Y") is $month.outTemp.max</p>
#  end if
#end for

Alternatively, you could write an xtypes extension and create a new
aggregation type. Similar to the "historical_min" and "historical_max"
aggregations in the weewx-xaggs
<https://github.com/tkeffer/weewx-xaggs> extension,
except it would be the historical min and max for the month, instead of the
day.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" 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-development/CAPq0zEBK1mrU2mV5%3DmBy5J3VDkz%2BgGZ88iZqgnEKbiocHVEJag%40mail.gmail.com.

Reply via email to