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.
…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?