Hi, I have been going through my data and have noticed some discrepancies in extreme (min/max) values between the archive table and the <measurement>_archive tables
For example: select min(`windchill`) from archive; gives me a value of -15.84 but when doing the same query on archive_day_windchill select min(`min`) from archive_day_windchill; gives me a value of -19.10 I am using a Vantage pro weather station. I am not sure if the archive table records the value at the preset interval where the archive_day_windchill records the min/max values independently on the interval, based on what the weather station pushes out. (The vantage pro fires multiple times per min where my interval is set to 10 min) Any insight would be very helpful. Thanks -- 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.
