honeybee-grasshopper-radiance 1.34.1__py2.py3-none-any.whl → 1.34.3__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.
- honeybee_grasshopper_radiance/src/HB Annual Daylight Metrics.py +2 -2
- honeybee_grasshopper_radiance/src/HB Annual Daylight.py +2 -2
- honeybee_grasshopper_radiance/src/HB Annual Glare Metrics.py +2 -2
- honeybee_grasshopper_radiance/src/HB Annual Sunlight Exposure.py +2 -2
- honeybee_grasshopper_radiance/src/HB Daylight Control Schedule.py +2 -2
- honeybee_grasshopper_radiance/src/HB False Color.py +2 -2
- honeybee_grasshopper_radiance/src/HB Imageless Annual Glare.py +3 -2
- honeybee_grasshopper_radiance/user_objects/HB Annual Daylight Metrics.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB Annual Daylight.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB Annual Glare Metrics.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB Annual Sunlight Exposure.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB Daylight Control Schedule.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB False Color.ghuser +0 -0
- honeybee_grasshopper_radiance/user_objects/HB Imageless Annual Glare.ghuser +0 -0
- {honeybee_grasshopper_radiance-1.34.1.dist-info → honeybee_grasshopper_radiance-1.34.3.dist-info}/METADATA +1 -1
- {honeybee_grasshopper_radiance-1.34.1.dist-info → honeybee_grasshopper_radiance-1.34.3.dist-info}/RECORD +19 -19
- {honeybee_grasshopper_radiance-1.34.1.dist-info → honeybee_grasshopper_radiance-1.34.3.dist-info}/LICENSE +0 -0
- {honeybee_grasshopper_radiance-1.34.1.dist-info → honeybee_grasshopper_radiance-1.34.3.dist-info}/WHEEL +0 -0
- {honeybee_grasshopper_radiance-1.34.1.dist-info → honeybee_grasshopper_radiance-1.34.3.dist-info}/top_level.txt +0 -0
|
@@ -25,7 +25,7 @@ Calculate Annual Daylight Metrics from a result (.ill) files.
|
|
|
25
25
|
schedule object. This can also be the identifier of a schedule in
|
|
26
26
|
your HB-Energy schedule library. Any value in this schedule that is
|
|
27
27
|
0.1 or above will be considered occupied. If None, a schedule from
|
|
28
|
-
|
|
28
|
+
8AM to 6PM on all days will be used.
|
|
29
29
|
_threshold_: Threshhold for daylight autonomy (DA) in lux (default: 300).
|
|
30
30
|
_min_max_: A list for min, max illuminacne thresholds for useful daylight illuminance
|
|
31
31
|
in lux. (Default: (100, 3000)).
|
|
@@ -65,7 +65,7 @@ Calculate Annual Daylight Metrics from a result (.ill) files.
|
|
|
65
65
|
|
|
66
66
|
ghenv.Component.Name = "HB Annual Daylight Metrics"
|
|
67
67
|
ghenv.Component.NickName = 'DaylightMetrics'
|
|
68
|
-
ghenv.Component.Message = '1.8.
|
|
68
|
+
ghenv.Component.Message = '1.8.1'
|
|
69
69
|
ghenv.Component.Category = 'HB-Radiance'
|
|
70
70
|
ghenv.Component.SubCategory = '4 :: Results'
|
|
71
71
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
@@ -54,7 +54,7 @@ _
|
|
|
54
54
|
path to a CSV file with 8760 rows or the identifier of a schedule in
|
|
55
55
|
the honeybee-energy schedule library. Any value in this schedule
|
|
56
56
|
that is 0.1 or above will be considered occupied. If not provided,
|
|
57
|
-
a default schedule that runs from 8 AM to
|
|
57
|
+
a default schedule that runs from 8 AM to 6 PM on all days will be used.
|
|
58
58
|
grid_filter_: Text for a grid identifer or a pattern to filter the sensor grids of
|
|
59
59
|
the model that are simulated. For instance, first_floor_* will simulate
|
|
60
60
|
only the sensor grids that have an identifier that starts with
|
|
@@ -109,7 +109,7 @@ _
|
|
|
109
109
|
|
|
110
110
|
ghenv.Component.Name = 'HB Annual Daylight'
|
|
111
111
|
ghenv.Component.NickName = 'AnnualDaylight'
|
|
112
|
-
ghenv.Component.Message = '1.8.
|
|
112
|
+
ghenv.Component.Message = '1.8.1'
|
|
113
113
|
ghenv.Component.Category = 'HB-Radiance'
|
|
114
114
|
ghenv.Component.SubCategory = '3 :: Recipes'
|
|
115
115
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
@@ -27,7 +27,7 @@ value is expressed as a percentage of the sensors in the analysis grid.
|
|
|
27
27
|
schedule object. This can also be the identifier of a schedule in
|
|
28
28
|
your HB-Energy schedule library. Any value in this schedule that is
|
|
29
29
|
0.1 or above will be considered occupied. If None, a schedule from
|
|
30
|
-
|
|
30
|
+
8AM to 6PM on all days will be used.
|
|
31
31
|
_glare_thresh_: Threshold for glare autonomy (GA) in DGP (default: 0.4).
|
|
32
32
|
grid_filter_: The name of a grid or a pattern to filter the grids. For instance,
|
|
33
33
|
first_floor_* will simulate only the sensor grids that have an
|
|
@@ -58,7 +58,7 @@ value is expressed as a percentage of the sensors in the analysis grid.
|
|
|
58
58
|
|
|
59
59
|
ghenv.Component.Name = "HB Annual Glare Metrics"
|
|
60
60
|
ghenv.Component.NickName = 'GlareMetrics'
|
|
61
|
-
ghenv.Component.Message = '1.8.
|
|
61
|
+
ghenv.Component.Message = '1.8.1'
|
|
62
62
|
ghenv.Component.Category = 'HB-Radiance'
|
|
63
63
|
ghenv.Component.SubCategory = '4 :: Results'
|
|
64
64
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
@@ -23,7 +23,7 @@ results with operable shading devices, then this output is NOT LEED compliant.
|
|
|
23
23
|
schedule object. This can also be the identifier of a schedule in
|
|
24
24
|
your HB-Energy schedule library. Any value in this schedule that is
|
|
25
25
|
0.1 or above will be considered occupied. If None, a schedule from
|
|
26
|
-
|
|
26
|
+
8AM to 6PM on all days will be used.
|
|
27
27
|
_threshold_: The threshold (lux) that determines if a sensor is
|
|
28
28
|
overlit (default: 1000).
|
|
29
29
|
_target_hrs_: The number of occupied hours that cannot receive higher
|
|
@@ -43,7 +43,7 @@ results with operable shading devices, then this output is NOT LEED compliant.
|
|
|
43
43
|
|
|
44
44
|
ghenv.Component.Name = "HB Annual Sunlight Exposure"
|
|
45
45
|
ghenv.Component.NickName = 'ASE'
|
|
46
|
-
ghenv.Component.Message = '1.8.
|
|
46
|
+
ghenv.Component.Message = '1.8.1'
|
|
47
47
|
ghenv.Component.Category = 'HB-Radiance'
|
|
48
48
|
ghenv.Component.SubCategory = '4 :: Results'
|
|
49
49
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
@@ -41,7 +41,7 @@ illuminance setpoint everywhere in the room.
|
|
|
41
41
|
by the hourly dimming fraction to yield the output lighting schedules.
|
|
42
42
|
The format of this schedule can be a Ladybug Data Collection, a HB-Energy
|
|
43
43
|
schedule object, or the identifier of a schedule in the HB-Energy
|
|
44
|
-
schedule library. If None, a schedule from
|
|
44
|
+
schedule library. If None, a schedule from 8AM to 6PM on all days
|
|
45
45
|
will be used.
|
|
46
46
|
_ill_setpoint_: A number for the illuminance setpoint in lux beyond which
|
|
47
47
|
electric lights are dimmed if there is sufficient daylight.
|
|
@@ -72,7 +72,7 @@ illuminance setpoint everywhere in the room.
|
|
|
72
72
|
|
|
73
73
|
ghenv.Component.Name = 'HB Daylight Control Schedule'
|
|
74
74
|
ghenv.Component.NickName = 'DaylightSchedule'
|
|
75
|
-
ghenv.Component.Message = '1.8.
|
|
75
|
+
ghenv.Component.Message = '1.8.1'
|
|
76
76
|
ghenv.Component.Category = 'HB-Radiance'
|
|
77
77
|
ghenv.Component.SubCategory = '4 :: Results'
|
|
78
78
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
@@ -52,7 +52,7 @@ Convert a High Dynamic Range (HDR) image file into a falsecolor version of itsel
|
|
|
52
52
|
|
|
53
53
|
ghenv.Component.Name = 'HB False Color'
|
|
54
54
|
ghenv.Component.NickName = 'FalseColor'
|
|
55
|
-
ghenv.Component.Message = '1.8.
|
|
55
|
+
ghenv.Component.Message = '1.8.1'
|
|
56
56
|
ghenv.Component.Category = 'HB-Radiance'
|
|
57
57
|
ghenv.Component.SubCategory = '4 :: Results'
|
|
58
58
|
ghenv.Component.AdditionalHelpFromDocStrings = '3'
|
|
@@ -242,5 +242,5 @@ if all_required_inputs(ghenv.Component):
|
|
|
242
242
|
'go=m*gi(1);' \
|
|
243
243
|
'bo=m*bi(1)'.format(xw, yw)
|
|
244
244
|
pcomb = Pcomb(input=out_img, output=new_image)
|
|
245
|
-
pcomb.options.e = expression
|
|
245
|
+
pcomb.options.e = '"{}"'.format(expression)
|
|
246
246
|
pcomb.run(env, cwd=img_dir)
|
|
@@ -41,7 +41,8 @@ of occupied time that a view is free of glare.
|
|
|
41
41
|
Data Collection or a HB-Energy schedule object. This can also be the
|
|
42
42
|
path to a CSV file with 8760 rows or the identifier of a schedule in
|
|
43
43
|
the honeybee-energy schedule library. Any value in this schedule
|
|
44
|
-
that is 0.1 or above will be considered occupied.
|
|
44
|
+
that is 0.1 or above will be considered occupied. If not provided,
|
|
45
|
+
a default schedule that runs from 8 AM to 6 PM on all days will be used.
|
|
45
46
|
grid_filter_: Text for a grid identifer or a pattern to filter the sensor grids of
|
|
46
47
|
the model that are simulated. For instance, first_floor_* will simulate
|
|
47
48
|
only the sensor grids that have an identifier that starts with
|
|
@@ -67,7 +68,7 @@ of occupied time that a view is free of glare.
|
|
|
67
68
|
|
|
68
69
|
ghenv.Component.Name = 'HB Imageless Annual Glare'
|
|
69
70
|
ghenv.Component.NickName = 'AnnualGlare'
|
|
70
|
-
ghenv.Component.Message = '1.8.
|
|
71
|
+
ghenv.Component.Message = '1.8.1'
|
|
71
72
|
ghenv.Component.Category = 'HB-Radiance'
|
|
72
73
|
ghenv.Component.SubCategory = '3 :: Recipes'
|
|
73
74
|
ghenv.Component.AdditionalHelpFromDocStrings = '1'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3,13 +3,13 @@ honeybee_grasshopper_radiance/src/HB Adjust HDR.py,sha256=zcwQfv6OhzZu-t9Z3VF8tz
|
|
|
3
3
|
honeybee_grasshopper_radiance/src/HB Ambient Resolution.py,sha256=skS6JAMnbzSXrK4YXRKFxrANyyt26aLpmvOREwHRfjU,2476
|
|
4
4
|
honeybee_grasshopper_radiance/src/HB Annual Average Values.py,sha256=v6WdDevsF8lbgXzfintAR7Nw7REyL8qOUDHexsiUlV4,9106
|
|
5
5
|
honeybee_grasshopper_radiance/src/HB Annual Cumulative Values.py,sha256=y1DilPuHY-RdZhaFyqo6kXuuqeIQMyb2-4eCz_hrXdY,8367
|
|
6
|
-
honeybee_grasshopper_radiance/src/HB Annual Daylight Metrics.py,sha256=
|
|
7
|
-
honeybee_grasshopper_radiance/src/HB Annual Daylight.py,sha256=
|
|
8
|
-
honeybee_grasshopper_radiance/src/HB Annual Glare Metrics.py,sha256=
|
|
6
|
+
honeybee_grasshopper_radiance/src/HB Annual Daylight Metrics.py,sha256=qtSjpbr0BV2uRwKE_JRVXuy3ZYmz3pMnZ9pK8A_UGlQ,10215
|
|
7
|
+
honeybee_grasshopper_radiance/src/HB Annual Daylight.py,sha256=GtK0z8gTs9BDRc7hN3AnOOJRsB_iBk3Rtru6WSudbpk,9021
|
|
8
|
+
honeybee_grasshopper_radiance/src/HB Annual Glare Metrics.py,sha256=KXH-pE0WJLINqI4NxiZGG6WUzBGdpa8w9uG4ApeXcJs,6328
|
|
9
9
|
honeybee_grasshopper_radiance/src/HB Annual Irradiance.py,sha256=zbZh-cRIx2gvf-lIPCDKC8l_BdF67XTR9tZkKKB3B5U,6032
|
|
10
10
|
honeybee_grasshopper_radiance/src/HB Annual Peak Values.py,sha256=M2-ofUV-UF_czo4Qx74qVZLHjk-0deZAR99IcL1AE18,10002
|
|
11
11
|
honeybee_grasshopper_radiance/src/HB Annual Results to Data.py,sha256=ETrEEwLGdfqLqk5_kE59E_-cRKzuiHTvKfXlUtOumoY,11021
|
|
12
|
-
honeybee_grasshopper_radiance/src/HB Annual Sunlight Exposure.py,sha256=
|
|
12
|
+
honeybee_grasshopper_radiance/src/HB Annual Sunlight Exposure.py,sha256=zNFSwwgtQ547dSwcG3V_paKRTY7BGpiQ2HnmbpyP1OI,6393
|
|
13
13
|
honeybee_grasshopper_radiance/src/HB Aperture Group Schedule.py,sha256=cVhga09lb-1U2rkeJgMK5bKQnn4N8OHGwt_7Th_gLZ0,3052
|
|
14
14
|
honeybee_grasshopper_radiance/src/HB Apply Face Modifier.py,sha256=mIOrERQuVw-gTBj_2iweXCngyu0CZJ5T4qSnyfl7j4s,4475
|
|
15
15
|
honeybee_grasshopper_radiance/src/HB Apply ModifierSet.py,sha256=Jx62qOUzZ3YhU3EFuLvLNHXIPxMds7ElP7ZdvqEEh10,2513
|
|
@@ -24,7 +24,7 @@ honeybee_grasshopper_radiance/src/HB Check Scene.py,sha256=wppgiQVN2TLU7jNZaJ97w
|
|
|
24
24
|
honeybee_grasshopper_radiance/src/HB Climatebased Sky.py,sha256=gYZr6EWgHWlDkiRCds6FkMm4uJ1pPQL0uC2irNgEXwc,2838
|
|
25
25
|
honeybee_grasshopper_radiance/src/HB Cumulative Radiation.py,sha256=6eU8ZAfv6aAfgda-09tldHo-gTvVLmqy_oP7V1MiC-4,4954
|
|
26
26
|
honeybee_grasshopper_radiance/src/HB Custom Sky.py,sha256=DV8NEJRrUBUpru-CXwnv3YKiOhdy-FmOscnIX-xOZpI,2866
|
|
27
|
-
honeybee_grasshopper_radiance/src/HB Daylight Control Schedule.py,sha256=
|
|
27
|
+
honeybee_grasshopper_radiance/src/HB Daylight Control Schedule.py,sha256=Gwwu940ZiG95C1hus-W8TnxTdhKh9KyWLyCN2tgs31M,10185
|
|
28
28
|
honeybee_grasshopper_radiance/src/HB Daylight Factor.py,sha256=PyOWsuFctsfeLQArrHNNrk2LIezUVorzAUJ2F2cHM0E,3636
|
|
29
29
|
honeybee_grasshopper_radiance/src/HB Deconstruct Modifier.py,sha256=zQETB33NWmS_h2DDZZePTvJIHafIrtuQ738r8yWQEBY,1527
|
|
30
30
|
honeybee_grasshopper_radiance/src/HB Deconstruct ModifierSet Interior.py,sha256=job7i1Kf5ZuD7ePM-fsPx_wjsuAagPSOGdUQuqnlmrc,2695
|
|
@@ -37,14 +37,14 @@ honeybee_grasshopper_radiance/src/HB Dynamic State Geometry.py,sha256=hL5Yt-2vov
|
|
|
37
37
|
honeybee_grasshopper_radiance/src/HB Dynamic State.py,sha256=sLMu6UJCqFlKfiMVbhXctB6fAQsXnQEM8iQnHhVX6MI,1752
|
|
38
38
|
honeybee_grasshopper_radiance/src/HB Exterior Modifier Subset.py,sha256=D63Sxk_agMMOXR8o0l-pq7OZnuCCG1FnFFtbPasHYl4,2520
|
|
39
39
|
honeybee_grasshopper_radiance/src/HB Extract HDR.py,sha256=qp2wdIGXqAkHUs2Jr6w5JdjpCL9PHuP-cF4WEsNyc2c,9067
|
|
40
|
-
honeybee_grasshopper_radiance/src/HB False Color.py,sha256=
|
|
40
|
+
honeybee_grasshopper_radiance/src/HB False Color.py,sha256=LTQ2mDpJdx7Yzl1UaPMfjedUu3LXK_lAuqQ8Y44TAek,10148
|
|
41
41
|
honeybee_grasshopper_radiance/src/HB Get Dynamic Groups.py,sha256=qRumvNWJw9-z7WxuYqyJtdI8L3xeug8j4DfYnSrxTds,2191
|
|
42
42
|
honeybee_grasshopper_radiance/src/HB Get Grids and Views.py,sha256=Utvy2_Gp3NpL4i4lhcDxjK-3kX3e1QMzNHtuXrNsvTg,2474
|
|
43
43
|
honeybee_grasshopper_radiance/src/HB Glare Postprocess.py,sha256=cUci0AwlAcVH4505nmMbHpCkVFyZy9eGNDzPxXRKCUM,10101
|
|
44
44
|
honeybee_grasshopper_radiance/src/HB Glass Modifier 3.py,sha256=xdYBijQ1ZTEzjdwvN7l_zMXVqwRJfCq-vVts9wRd-1M,2447
|
|
45
45
|
honeybee_grasshopper_radiance/src/HB Glass Modifier.py,sha256=VY5RmO1RrtnNA90YQ3P0lcSXdtmpYjlYBW44t7X8_lg,2244
|
|
46
46
|
honeybee_grasshopper_radiance/src/HB HDR to GIF.py,sha256=PWp8GUsmxCYK3hyi9HIRwCKpeCTTPgbzO9dku0KLkrs,2490
|
|
47
|
-
honeybee_grasshopper_radiance/src/HB Imageless Annual Glare.py,sha256=
|
|
47
|
+
honeybee_grasshopper_radiance/src/HB Imageless Annual Glare.py,sha256=k1tZ9Jti8q3R1-Bu3w_bKoaBtJ-fbXhmQpho-_i8bJk,5699
|
|
48
48
|
honeybee_grasshopper_radiance/src/HB Interior Modifier Subset.py,sha256=5ufG18OzHwitj6RC26ihoU_aFrczsMgMlxFwoQtS6ig,3465
|
|
49
49
|
honeybee_grasshopper_radiance/src/HB Metal Modifier 3.py,sha256=-SIDJT-LjSSXGaqddSfXssKOkdDcZj4-5nlSG2QC_IU,3074
|
|
50
50
|
honeybee_grasshopper_radiance/src/HB Metal Modifier.py,sha256=PpNALZ3HFou_SthoPZPMDcAmJTkE7amTJ8jofHk1560,2845
|
|
@@ -84,13 +84,13 @@ honeybee_grasshopper_radiance/user_objects/HB Adjust HDR.ghuser,sha256=SZFe6iqX7
|
|
|
84
84
|
honeybee_grasshopper_radiance/user_objects/HB Ambient Resolution.ghuser,sha256=Q1uu4hmBkWLnujb6vuC_RXpgIV2EZnp3wm5IYkqlfvo,4843
|
|
85
85
|
honeybee_grasshopper_radiance/user_objects/HB Annual Average Values.ghuser,sha256=u-_nqDsfbg1KE-XDjuTKDpHQRd3nu6EbQrIU8AtDOQk,6566
|
|
86
86
|
honeybee_grasshopper_radiance/user_objects/HB Annual Cumulative Values.ghuser,sha256=qW9RMXCpgzWBQIx8C_cEwI45VCdNhOLGGyoPk2fR5zE,6402
|
|
87
|
-
honeybee_grasshopper_radiance/user_objects/HB Annual Daylight Metrics.ghuser,sha256=
|
|
88
|
-
honeybee_grasshopper_radiance/user_objects/HB Annual Daylight.ghuser,sha256=
|
|
89
|
-
honeybee_grasshopper_radiance/user_objects/HB Annual Glare Metrics.ghuser,sha256
|
|
87
|
+
honeybee_grasshopper_radiance/user_objects/HB Annual Daylight Metrics.ghuser,sha256=mS5LLMJ5E2n9TB8JEtDqAXuZoAnjwuOpxkCgUWl4glk,7500
|
|
88
|
+
honeybee_grasshopper_radiance/user_objects/HB Annual Daylight.ghuser,sha256=cXpzkMMFoF79koYAfyOhhRtUOwSUQuikRejEVW7Sx4U,8246
|
|
89
|
+
honeybee_grasshopper_radiance/user_objects/HB Annual Glare Metrics.ghuser,sha256=BEQHm6JbZWItIPwq5Cq0_P9JDGwL6XLXbohF6RkNnxc,6721
|
|
90
90
|
honeybee_grasshopper_radiance/user_objects/HB Annual Irradiance.ghuser,sha256=tLrUzL3x-d7k1eIYlWML3NsnhG3hRvvSwJtXrmhKwFM,7376
|
|
91
91
|
honeybee_grasshopper_radiance/user_objects/HB Annual Peak Values.ghuser,sha256=ExvNGuDGGWqyUS7eMca63uClHPiBm7PMOvI4KfxAIzU,7158
|
|
92
92
|
honeybee_grasshopper_radiance/user_objects/HB Annual Results to Data.ghuser,sha256=-oSQ2PC0rbbYowVi6UYE2g3F0UhE2XgCqlLuAfsJDgc,7191
|
|
93
|
-
honeybee_grasshopper_radiance/user_objects/HB Annual Sunlight Exposure.ghuser,sha256=
|
|
93
|
+
honeybee_grasshopper_radiance/user_objects/HB Annual Sunlight Exposure.ghuser,sha256=vDOEHE4Cvmc9BcOXnMo6Kf1D74b-jUvpNn2OWqFFYkM,5560
|
|
94
94
|
honeybee_grasshopper_radiance/user_objects/HB Aperture Group Schedule.ghuser,sha256=7HHE1MY0XZn3vjBQCE9AUexN6zlTx-G4UMavs0bjj_E,5189
|
|
95
95
|
honeybee_grasshopper_radiance/user_objects/HB Apply Face Modifier.ghuser,sha256=c_-AN3_deLtGfyHY2-atn7sO0M3aQSYfiud5AU7qI3o,4987
|
|
96
96
|
honeybee_grasshopper_radiance/user_objects/HB Apply ModifierSet.ghuser,sha256=rTaOOwMSUcVsMuCZjQY5cJDB5Sax79W20dL8ksl1oX4,4594
|
|
@@ -105,7 +105,7 @@ honeybee_grasshopper_radiance/user_objects/HB Check Scene.ghuser,sha256=4VePQBBm
|
|
|
105
105
|
honeybee_grasshopper_radiance/user_objects/HB Climatebased Sky.ghuser,sha256=pkjY09WO1Jibltwxr0jZChaW7W7PA3PtmOb49EC7dzk,4877
|
|
106
106
|
honeybee_grasshopper_radiance/user_objects/HB Cumulative Radiation.ghuser,sha256=P1LMWzshn7QxXyOw5NGzKDQllaP7yPdA6v1fkN0ZA7c,6263
|
|
107
107
|
honeybee_grasshopper_radiance/user_objects/HB Custom Sky.ghuser,sha256=bIAf52Rh5kM5-eS1Z2J2PgX0yr6gRVy2tse0T88niM0,5393
|
|
108
|
-
honeybee_grasshopper_radiance/user_objects/HB Daylight Control Schedule.ghuser,sha256=
|
|
108
|
+
honeybee_grasshopper_radiance/user_objects/HB Daylight Control Schedule.ghuser,sha256=SJF1J-clzzPnwRSqvWWlgP_h9MQFT1lRiUfnQQmAPvw,7446
|
|
109
109
|
honeybee_grasshopper_radiance/user_objects/HB Daylight Factor.ghuser,sha256=p6zBw27aDlnk7Kl3KyHK1pBy5D4u5Jbf4WBKEev2uxY,5503
|
|
110
110
|
honeybee_grasshopper_radiance/user_objects/HB Deconstruct Modifier.ghuser,sha256=cJ3jPyIZS1d8cQWcnSIJQ4-99jKLrLNPECtHBjQJXCI,3996
|
|
111
111
|
honeybee_grasshopper_radiance/user_objects/HB Deconstruct ModifierSet Interior.ghuser,sha256=pxpC4j3HNuePqT1Q0XRTwqe3_H_zRSOuNPzwN4qV9Vc,4575
|
|
@@ -119,14 +119,14 @@ honeybee_grasshopper_radiance/user_objects/HB Dynamic State.ghuser,sha256=Nh-Qwt
|
|
|
119
119
|
honeybee_grasshopper_radiance/user_objects/HB Exterior Modifier Subset.ghuser,sha256=z3FtKrk05K7SMGeYexzDRJ7L7F17qqLGZXJPCrvlaUA,4002
|
|
120
120
|
honeybee_grasshopper_radiance/user_objects/HB Extract HDR.ghuser,sha256=buUshUoRLx-cNFi0gOPAukBuLo5hue_-Xw_bC0wShPU,7059
|
|
121
121
|
honeybee_grasshopper_radiance/user_objects/HB Face Radiance Attributes.ghuser,sha256=yU2xi4DpW03dN22Fp1uLcSx0cW9KDZ2nxa78WY9F2eg,2444
|
|
122
|
-
honeybee_grasshopper_radiance/user_objects/HB False Color.ghuser,sha256=
|
|
122
|
+
honeybee_grasshopper_radiance/user_objects/HB False Color.ghuser,sha256=11kvIk0XwugcILQz4gQ9u93rv6V6tWvQ_nuAz_dfnqA,9391
|
|
123
123
|
honeybee_grasshopper_radiance/user_objects/HB Get Dynamic Groups.ghuser,sha256=k9hbsvzdmfXx639l7POH9uiT89QcZ0hMWLUFIru8rGY,4744
|
|
124
124
|
honeybee_grasshopper_radiance/user_objects/HB Get Grids and Views.ghuser,sha256=DOzqgegN5Zh6n6Fn3yR0lod-jTOnEBHYvdESJm73n6Q,5030
|
|
125
125
|
honeybee_grasshopper_radiance/user_objects/HB Glare Postprocess.ghuser,sha256=rrcpUBnYJA5w_NeyQ1CqjTBhfRRD8_KRizhVT_Im3VE,7101
|
|
126
126
|
honeybee_grasshopper_radiance/user_objects/HB Glass Modifier 3.ghuser,sha256=DyxxddjE5cJhw6O5Q7bn865-OfL8VlxqaDkt-YQRMUM,4767
|
|
127
127
|
honeybee_grasshopper_radiance/user_objects/HB Glass Modifier.ghuser,sha256=tc79qklvRkgdllmoxCwhkZFurbRadglPvQZ5rnJvEZ0,4122
|
|
128
128
|
honeybee_grasshopper_radiance/user_objects/HB HDR to GIF.ghuser,sha256=nwPxJAhEfP7PAYwgLLyv0xRu76K65t_BXcWZikQ3JLc,6380
|
|
129
|
-
honeybee_grasshopper_radiance/user_objects/HB Imageless Annual Glare.ghuser,sha256=
|
|
129
|
+
honeybee_grasshopper_radiance/user_objects/HB Imageless Annual Glare.ghuser,sha256=GfxIN6tsLUtflUXRUS7Eg-zGsFPqG1VKeXTZqQAJBxs,7202
|
|
130
130
|
honeybee_grasshopper_radiance/user_objects/HB Interior Modifier Subset.ghuser,sha256=y_D4JeT4pMnjS3Tt0Pi5tm4ga7Gvbv7wBmgHLeHZPUw,4211
|
|
131
131
|
honeybee_grasshopper_radiance/user_objects/HB Metal Modifier 3.ghuser,sha256=4tI5AIpWI12cOx_QM4Zdu2QlA-91yAVs8Bw7c8ZptR0,5335
|
|
132
132
|
honeybee_grasshopper_radiance/user_objects/HB Metal Modifier.ghuser,sha256=gjnazuBOVkCDXFkyh-TTZDsxfnTzKA1TzVtA7JDWEho,4888
|
|
@@ -163,8 +163,8 @@ honeybee_grasshopper_radiance/user_objects/HB Wea From EPW.ghuser,sha256=RC0YVNW
|
|
|
163
163
|
honeybee_grasshopper_radiance/user_objects/HB Wea From Tau Clear Sky.ghuser,sha256=WmcJdcy7g4zQwtR-SWYrqLZs7WA6GhtRheijykKizAU,5423
|
|
164
164
|
honeybee_grasshopper_radiance/user_objects/HB Wea from Zhang-Huang.ghuser,sha256=G86nZiRNxajZVNlfBFnSEYu5DAQ0z78v0V3IJhi18FE,4679
|
|
165
165
|
honeybee_grasshopper_radiance/user_objects/__init__.py,sha256=7BOscRVupILqwFUBWP6nAsMNgNN8lXQPsQ_zYUvGEr8,50
|
|
166
|
-
honeybee_grasshopper_radiance-1.34.
|
|
167
|
-
honeybee_grasshopper_radiance-1.34.
|
|
168
|
-
honeybee_grasshopper_radiance-1.34.
|
|
169
|
-
honeybee_grasshopper_radiance-1.34.
|
|
170
|
-
honeybee_grasshopper_radiance-1.34.
|
|
166
|
+
honeybee_grasshopper_radiance-1.34.3.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
167
|
+
honeybee_grasshopper_radiance-1.34.3.dist-info/METADATA,sha256=aKOYg17rEh2O1mWC-G8XMGPx-681_v5UyuISch2tGAA,2767
|
|
168
|
+
honeybee_grasshopper_radiance-1.34.3.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
|
|
169
|
+
honeybee_grasshopper_radiance-1.34.3.dist-info/top_level.txt,sha256=BBzJ4nJKMDfzWMqymIH91kdsQlHSptnGHSk8i6_KZ_4,30
|
|
170
|
+
honeybee_grasshopper_radiance-1.34.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|