Skip to content

Commit 8cf6ed9

Browse files
committed
fix(daylight): Add alias for LEED I summary of grids
1 parent 3efb156 commit 8cf6ed9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pollination/alias/outputs/daylight.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,23 @@
616616
]
617617

618618

619+
"""LEED Daylight Option I summary grid output."""
620+
leed_one_summary_grid_results = [
621+
OutputAlias.any(
622+
name='grid_summary',
623+
description='Summary of each grid including ASE and sDA.',
624+
platform=['grasshopper'],
625+
handler=[
626+
IOAliasHandler(
627+
language='python',
628+
module='pollination_handlers.outputs.daylight',
629+
function='read_leed_summary_grid'
630+
)
631+
]
632+
)
633+
]
634+
635+
619636
"""LEED Daylight Option I hours above direct illuminance output."""
620637
leed_one_ase_hours_above_results = [
621638
OutputAlias.any(

0 commit comments

Comments
 (0)