When it summarizes from detail to hourly does it just store the availability at that hour(e.g. availability at 5pm), or does it aggregate all the detailed availability for that hour? Or does it do something else?
Thanks.
It takes all the detailed data (collected at 5 min intervals) and summarizes it by hours. So all data from 8 am to 8:55 am, for example would get summarized and averaged into a state for the 8 am hour. The same would then occur for the 9 o'clock, 10, etc. It's rolling that detailed data into an hourly average.
Regards,
Matthew Harvey