Hello
I'm writing my own stats template like NOAA text files. I defined a four 
values temperature range and I want to count all hours in a month according 
to its range. Final objetive is to create a monthly heatmap.
As aggregation types min/max_le/ge work with a day period or longer. I made 
a cycle for the hours in each day for a month and evaluated the temperature 
for each hour according to a range. There is a counter for each range value 
that I want to report. 
I can't make it work and I can't see $hour.outTemp value. What am I doing 
wrong? I've attached the template and its output.
Thanks in advance 

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Attachment: stats-YYYY-MM.txt.tmpl
Description: Binary data

Apr 2019 SUMMARY 
TEMPERATURE (C)
                 HIGH         LOW        HEAT  COOL   HOURS   HOURS  HOURS  
HOURS HOURS 
    MEAN  HIGH   TEMP  LOW    TEMP TEMP  DEG   DEG       >=     >=<    >=<    
>=<    <=
DAY TEMP  TEMP   TIME  TEMP   TIME AMPL  DAYS  DAYS     30C  20-30C 10-20C  
0-10C    0C
----------------------------------------------------------------------------------------
01   1,1  10,5  00:00  -1,1  11:05 11.6  17,2   0,0      24       0      0      
0     0
02  10,4  21,1  14:59  -1,1  02:59 22.2   7,9   0,0      24       0      0      
0     0
03  10,0  21,1  14:59  -1,1  02:59 22.2   8,3   0,0      24       0      0      
0     0
04   5,8  20,5  13:45  -1,1  02:59 21.6  12,5   0,0      24       0      0      
0     0
05  10,0  21,1  03:50  -1,1  15:50 22.2   8,3   0,0      24       0      0      
0     0
06  10,0  21,1  03:50  -1,1  15:50 22.2   8,3   0,0      24       0      0      
0     0
07  12,0  21,1  03:50  -1,1  12:49 22.2   6,3   0,0      24       0      0      
0     0
08  10,0  21,1  00:49  -1,1  12:53 22.2   8,3   0,0      24       0      0      
0     0
09   6,1  21,1  00:53  -1,1  19:41 22.2  12,2   0,0      24       0      0      
0     0
10   7,0  21,1  07:41  -1,1  12:25 22.2  11,3   0,0      24       0      0      
0     0
11  12,4  21,1  04:10  -1,0  16:09 22.1   5,9   0,0      24       0      0      
0     0

Reply via email to