Hello,
I would like to kindly ask if someone from the community could help me to solve the problem with sDA calculation in Honeybee.
I set up the recipe for Annual Daylight Analysis, I run analysis and read data using HB_Read Annual Result I component. All output data of this component works properly (e.g. DLA, UDLI). When it comes to reading data from sDA, I get the error: 1. length of the results [=1] is not equal to the number of mesh faces [=2925] or mesh vertices[=3068].
I would be grateful if someone could explain it to me.
Many thanks in advance!

This error has been discussed quite a few times.
Check here for instance, or this one.
-A.
Thank you very much for these links! I will check them.
Julia
Dear Abraham,
I applied the instructions mentioned in discussions that you linked me.
I flatten the mesh in the MeshJoin component and analysis results in Recolor Mesh component.
I run analysis again, but unfortunatelly I have the same error: “1. length of the results [=1] is not equal to the number of mesh faces [=2925] or mesh vertices[=3068].”
Would you be so kind and look once again on the sript? Maybe I am doing something wrong.
Many thanks in advance!
Julia
The results you are connecting (sDA-SPACE daylight availability) is one number. It means it is the assessment for the whole room and not for each point of the grid.
The first 4 outputs will do that. The others are not.
-A.
Dear Abraham,
Thank you very much for your support!!!