honeybee-radiance-postprocess 0.4.469__py2.py3-none-any.whl → 0.4.470__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -477,6 +477,7 @@ def leed_option_one(
477
477
  array of hours above 1000 lux.
478
478
  - states_schedule: A dictionary of annual shading schedules for each
479
479
  aperture group.
480
+ - fail_to_comply: A dictionary with the hoys where the 2% rule failed.
480
481
  - grids_info: Grid information.
481
482
  """
482
483
  # use default leed occupancy schedule
@@ -195,12 +195,14 @@ def well_annual_daylight(
195
195
 
196
196
  Returns:
197
197
  Tuple:
198
- - summary: Summary of all grids combined.
199
- - summary_grid: Summary of each grid individually.
198
+ - well_summary: Summary of WELL analysis.
199
+ - ies_lm_summary: Summary of IES LM analysis.
200
+ - ies_lm_summary_grid: Summary of IES LM analysis for each grid.
200
201
  - da_grids: List of daylight autonomy values for each grid. Each item
201
202
  in the list is a NumPy array of DA values.
202
203
  - states_schedule: A dictionary of annual shading schedules for each
203
204
  aperture group.
205
+ - fail_to_comply: A dictionary with the hoys where the 2% rule failed.
204
206
  - grids_info: Grid information.
205
207
  """
206
208
  schedule = occupancy_schedule_8_to_6(as_list=True)
@@ -297,6 +299,7 @@ def well_annual_daylight(
297
299
  pass_sda_blinds_up_grids, pass_sda_blinds_down_grids)
298
300
 
299
301
  well_summary = {}
302
+ well_summary['method'] = 'IES LM-83-12'
300
303
 
301
304
  # credits
302
305
  if not fail_to_comply:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.469
3
+ Version: 0.4.470
4
4
  Summary: Postprocessing of Radiance results and matrices
5
5
  Home-page: https://github.com/ladybug-tools/honeybee-radiance-postprocess
6
6
  Author: Ladybug Tools
@@ -34,17 +34,17 @@ honeybee_radiance_postprocess/ies/__init__.py,sha256=kQXElEqFnLGNnrMSpA51XDHoqBu
34
34
  honeybee_radiance_postprocess/ies/lm.py,sha256=kHvwd2uT8Y-c2TjpvQzjLrWzwgayWjpzpbwS2S6cEvo,9570
35
35
  honeybee_radiance_postprocess/ies/lm_schedule.py,sha256=ci58GXq2PntJ4yNUdI_x4UCRmq6KrLes-u7GeboX058,9954
36
36
  honeybee_radiance_postprocess/leed/__init__.py,sha256=kQXElEqFnLGNnrMSpA51XDHoqBup849FHeAqWASIy6w,45
37
- honeybee_radiance_postprocess/leed/leed.py,sha256=ft3shVI9X0FH3n_jkb5Qe-s1Q4BezkEjCvlr7SdhdhM,33364
37
+ honeybee_radiance_postprocess/leed/leed.py,sha256=pZyVmHEL_T3MG5Mu7CQh9Y0Ku2wOJsv6UpNAn5J15uU,33457
38
38
  honeybee_radiance_postprocess/leed/leed_schedule.py,sha256=s3by1sv1DtOlCawvaMvnIDvEo5D8ATEJvWQ_rEeJIHg,9956
39
39
  honeybee_radiance_postprocess/results/__init__.py,sha256=1agBQbfT4Tf8KqSZzlfKYX8MeZryY4jJ1KB4HWqaDDk,182
40
40
  honeybee_radiance_postprocess/results/annual_daylight.py,sha256=11d4J1iIuITKuoWyWa-2_2WdrHYBULC0YP-mWBWi4JQ,34724
41
41
  honeybee_radiance_postprocess/results/annual_irradiance.py,sha256=5zwrr4MNeHUebbSRpSBbscPOZUs2AHmYCQfIIbdYImY,8298
42
42
  honeybee_radiance_postprocess/results/results.py,sha256=ABb_S8kDPruhGkDsfREXMg6K0p8FRhAZ3QIRUZCQPAI,54888
43
43
  honeybee_radiance_postprocess/well/__init__.py,sha256=kQXElEqFnLGNnrMSpA51XDHoqBup849FHeAqWASIy6w,45
44
- honeybee_radiance_postprocess/well/well.py,sha256=rnRqxC8sQk_p8QL4-Kq0iFso1H_VcZCNcQ6TnpAn5T0,16370
45
- honeybee_radiance_postprocess-0.4.469.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
46
- honeybee_radiance_postprocess-0.4.469.dist-info/METADATA,sha256=Tf9Je_ayTOwqv8R-qnBPZQRmR4Fn2xDbvcKe8dAD5m8,2240
47
- honeybee_radiance_postprocess-0.4.469.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
48
- honeybee_radiance_postprocess-0.4.469.dist-info/entry_points.txt,sha256=gFtVPx6UItXt27GfEZZO00eOZChJJEL6JwGSAB_O3rs,96
49
- honeybee_radiance_postprocess-0.4.469.dist-info/top_level.txt,sha256=4-sFbzy7ewP2EDqJV3jeFlAFx7SuxtoBBELWaKAnLdA,30
50
- honeybee_radiance_postprocess-0.4.469.dist-info/RECORD,,
44
+ honeybee_radiance_postprocess/well/well.py,sha256=QcsvYGVzDZCRYVkyOyd1li8I8Jx1gHJxX8Hr5BVl3fo,16565
45
+ honeybee_radiance_postprocess-0.4.470.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
46
+ honeybee_radiance_postprocess-0.4.470.dist-info/METADATA,sha256=iUMWvxQxmc76sEhTVsgSGVmlJgizi-J00PtpA5MZ_TE,2240
47
+ honeybee_radiance_postprocess-0.4.470.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
48
+ honeybee_radiance_postprocess-0.4.470.dist-info/entry_points.txt,sha256=gFtVPx6UItXt27GfEZZO00eOZChJJEL6JwGSAB_O3rs,96
49
+ honeybee_radiance_postprocess-0.4.470.dist-info/top_level.txt,sha256=4-sFbzy7ewP2EDqJV3jeFlAFx7SuxtoBBELWaKAnLdA,30
50
+ honeybee_radiance_postprocess-0.4.470.dist-info/RECORD,,