We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efb156 commit 8cf6ed9Copy full SHA for 8cf6ed9
pollination/alias/outputs/daylight.py
@@ -616,6 +616,23 @@
616
]
617
618
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
636
"""LEED Daylight Option I hours above direct illuminance output."""
637
leed_one_ase_hours_above_results = [
638
OutputAlias.any(
0 commit comments