Hi,

With an out of the box weeWX install there is no ability to iterate over all of 
the years of data in your archive (well you should be able to do something with 
$span but that would be limited to the last x years rather than all data). 
However, if you install the xstats example included with weeWX, you then have 
access to the tag $alltime which gives you access to stats on all your data. 
You should then be able to do something like (untested):

#for $year in $alltime.years
$year.outTemp.max
#end for

The examples directory should have been included when weeWX was installed, you 
might find it in /home/weewx for a setup.py install. Alternatively you can find 
it on github (https://github.com/weewx/weewx/tree/master/examples/xstats). I 
suggest you install xstats manually rather than using wee_extension as all you 
need is the xstats.py file not the whole skin that the extension installer 
would install. The readme included with xstats has instructions for 
installation and use.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to