Annual Results to Data
Last updated
Last updated
Import the hourly illuminance or irradiance results of an annual daylight or irradiance study to a list of data collections.
The resulting data collections can be visulized using the ladybug components or deconstructed for detailed analysis with native Grasshopper math components.
results [Required]
An list of annual Radiance result files from the "HB Annual Daylight" component (containing the .ill files and the sun-up-hours.txt). This can also be just the path to the folder containing these result files.
dyn_sch
Optional dynamic Aperture Group Schedules from the "HB Aperture Group Schedule" component, which will be used to customize the behavior of any dyanmic aperture geometry in the output metrics. If unsupplied, all dynamic aperture groups will be in their default state in for the output metrics.
sel_pts [Required]
A point or list of points, which will be used to filter the sensors for which data collections will be imported.
all_pts [Required]
The data tree of all sensor points that were used in the simulation. This is required in order to look up the index of the _sel_pts in the results matrices.
sel_vecs
An optional vector or list of vectors, which will be used to filter the sensors for which data collections will be imported. If there is an input here, the all_vecs_ must be connected.
all_vecs
The data tree of all sensor directions that were used in the simulation. This is required in order to look up the index of the sel_vecs_ in the results matrices.
report
Reports, errors, warnings, etc.
data
A list of hourly data collections containing illuminance or irradiance results. These can be visulized using the ladybug components or deconstructed for detailed analysis with native Grasshopper math components.