honeybee_radiance_postprocess.breeam.breeam module

Functions for BREEAM post-processing.

honeybee_radiance_postprocess.breeam.breeam.breeam_daylight_assessment_4b(results: str | AnnualDaylight, model: str | Path | Model = None, grids_filter: str = '*', sub_folder: str = None)[source]

Calculate credits for BREEAM 4b.

Parameters:
  • results – Path to results folder or a Results class object.

  • model – A model as a path or a HB Model object. If None, the function will look for a model in the parent of the results folder. If a model does not exist in this directory the function will raise an error. Defaults to None.

  • grids_filter – The name of a grid or a pattern to filter the grids. Defaults to ‘*’.

  • sub_folder – Relative path for a subfolder to write the output. If None, the files will not be written. Defaults to None.

Returns:

  • credit_summary: Summary of each building type.

  • program_summary: Summary of program type / space type.

Return type:

Tuple