Max Values At Each Point On Grid

Hi all!

Working in Climate Studio through Grasshopper in Rhino 8 and looking for some help on compiling data. I am running a daylight analysis and need the hourly data at every point on the sensor grid for the entire year. I have been able to extract hourly data at a single point or a specific hour at every point (both shown in snip) but what I need is a complete list of the maximum lux values for the entire year for each point on the grid.

Any help is greatly appreciated!

cool. -but please help us to help you. upload your gh file. with relevant data internalised.

…if the first node asks for an grid point index but you want them all - use a list of all indices instead.
how many points are there? n points. ok. make a series 0 to n-1.
what plugin are you using?

Thank you for the response! I was able to get what I was looking for with a creating a series as you suggested.

Daylight Test Model.gh (116.4 KB)

I have attached the grasshopper file here.