I’m not sure if I’m just overlooking this as it seems to be close to being solved, but I’m having issues taking the list branches and grafting by index.
Basically, I have 21 different ‘Institutions’. Each institution has a set of points on their respective layers in Rhino. In GH, the group titled, “All Institutions” is organized so that the branch=institution. Each ‘institution’ has 24 items, which are the hours in a day (24 hours); the values of those items range from 0-5. My goal is to associate the values with a circle (value=radius), where 0=0, 1=20, etc.
My problems and questions are:
-If index {0}=Institution, is there a way to have it register with the points on the layer that matches the name? (example: {0} Auto Repair in GH would register all points in the layer ‘Auto Repair’ in Rhino)
-For the group ‘By Institution’, is there a faster/less redundant way of getting the circles for the value at each hour? I’m using explode tree into 24, where each index reads the value and creates the circle/radius based on the value 0-5.
-Ideally, I’m trying to get ‘All Institutions’ to superimpose on the map, so that I have a number slider 0-24 that I can cycle through the list of data based on hour of the day.
I’m a beginner at GH, so this is probably routine for most. I’m just a bit stumped. But I appreciate any help.
Thanks,
Trevor
BASE-DIUBURG-Forum.3dm (19.6 MB)
InstitutionMatrix.gh (49.3 KB)