Skip to content

Commit

Permalink
fix(daylight): Add alias for LEED I summary of grids
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jun 25, 2024
1 parent 3efb156 commit 8cf6ed9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pollination/alias/outputs/daylight.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,23 @@
]


"""LEED Daylight Option I summary grid output."""
leed_one_summary_grid_results = [
OutputAlias.any(
name='grid_summary',
description='Summary of each grid including ASE and sDA.',
platform=['grasshopper'],
handler=[
IOAliasHandler(
language='python',
module='pollination_handlers.outputs.daylight',
function='read_leed_summary_grid'
)
]
)
]


"""LEED Daylight Option I hours above direct illuminance output."""
leed_one_ase_hours_above_results = [
OutputAlias.any(
Expand Down

0 comments on commit 8cf6ed9

Please sign in to comment.