Hello!
I’ve recently updated the ladybug components and have encountered a problem for post-processing the results. I’m trying to simulate direct sun hours on a large number of windows (around 1500 pieces). I have a post processing system of the results. For example, to interpret the results I have a work flow that calculates the mean direct sun hours per window and a colour is painted over the window depending on a set condition (0-0.5 h=red, 0.5-1h=orange, above 1h=green). The final result looks like this:
It seems that the new component has a different data structure. Before, the result had one branch per studied brep. With the new component I get a result list that looks flattened. I have the geometry that goes in to DirectSunHours unflattened. I have tried to have it grafted too but the simulation seems to get stuck then. The simulation normally takes 4 min with a course grid and I have tried with grafted geometry for a whole day but nothing happens.
Is there any way to get back to the “normal” structure? I need to have it separated by window so one branch per window seems to be the best approach to post process the data.
Here is the setup for the two cases:
New:
Old:
Cheers!