Hello to everyone!
I have 36 sensors which each report a value (Lux) for every hour of the year.
To find find the Annual Lux Hours, I’ve pulled the data (an .ill file) into grasshopper, and found the sum of each of the sensor readouts.
I think it would be useful to break the data into months to see which months are changing the most between simulation runs.
The goal is to add the values for each sensor, by hour, by month. So, finding the sum of all values for sensor 1, at noon, for each day in January, etc.
My approach was to try to add a layer of organization to data so that I could group it first by hour and then by month. I’ve tried using the “Split Tree” component to do this, but I can’t seem to get the results I’m after.
This process has been really interesting for me, but I’ve come up against this wall.
Any insight would be greatly appreciated.
Thanks!
2018_0618-DataManipulation.gh (323.4 KB)