Hi @mostapha, I will look into this more on Monday, but it looks like it just calculates the mean/min/max of various daylight metrics.
What I need to do is find the spatial average of a grid for each hour of the year. For example, if I have a grid with 100 sensors, my annual simulation results will be inside a 8760 x 100 matrix… Then I want to take to the average of each row (hour) to give me one value for each hour of the year, so a 8760 x 1 matrix. I’ve been doing this with AnnualToData
but this is proving cumbersome, so was just wondering if there’s a better/faster way.
I also found this five year old post, but for legacy.
Hope that’s somewhat clearer!
Thanks