honeybee-radiance-postprocess 0.4.263__py2.py3-none-any.whl → 0.4.265__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_radiance_postprocess/dynamic.py +9 -3
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/METADATA +2 -2
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/RECORD +7 -7
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/LICENSE +0 -0
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/WHEEL +0 -0
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/entry_points.txt +0 -0
- {honeybee_radiance_postprocess-0.4.263.dist-info → honeybee_radiance_postprocess-0.4.265.dist-info}/top_level.txt +0 -0
@@ -187,9 +187,15 @@ class DynamicSchedule(object):
|
|
187
187
|
A filtered DynamicSchedule object.
|
188
188
|
"""
|
189
189
|
filter_dyn_sch = DynamicSchedule()
|
190
|
-
for identifier
|
191
|
-
if identifier in
|
192
|
-
filter_dyn_sch.add_aperture_group_schedule(
|
190
|
+
for identifier in identifiers:
|
191
|
+
if identifier in self.dynamic_schedule:
|
192
|
+
filter_dyn_sch.add_aperture_group_schedule(
|
193
|
+
self.dynamic_schedule[identifier]
|
194
|
+
)
|
195
|
+
else:
|
196
|
+
filter_dyn_sch.add_aperture_group_schedule(
|
197
|
+
ApertureGroupSchedule(identifier, [0])
|
198
|
+
)
|
193
199
|
return filter_dyn_sch
|
194
200
|
|
195
201
|
def to_dict(self, simplified=False):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.265
|
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
|
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
|
-
Requires-Dist: honeybee-radiance (==1.65.
|
16
|
+
Requires-Dist: honeybee-radiance (==1.65.30)
|
17
17
|
Requires-Dist: numpy (>=1.21.6)
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
@@ -2,7 +2,7 @@ honeybee_radiance_postprocess/__init__.py,sha256=kQXElEqFnLGNnrMSpA51XDHoqBup849
|
|
2
2
|
honeybee_radiance_postprocess/__main__.py,sha256=-glg9xAgYK3-Pm5Kx_8cMUeaqUj62ZaHaDPBhrrUD94,104
|
3
3
|
honeybee_radiance_postprocess/annual.py,sha256=uobV27O9CAmN5KahPxKndGXkmNlZ0ON3HdK4pV4Zrz8,1973
|
4
4
|
honeybee_radiance_postprocess/annualdaylight.py,sha256=uC1CeIL3oBdkLTxaAUGB022RDLhdfBLx23XPNIUWy-M,11260
|
5
|
-
honeybee_radiance_postprocess/dynamic.py,sha256=
|
5
|
+
honeybee_radiance_postprocess/dynamic.py,sha256=r2hINZ91vjjd0vw7E3OI2Wj1TBRiJP2KUKSUSrxtg2g,8389
|
6
6
|
honeybee_radiance_postprocess/electriclight.py,sha256=E7uhq7-YtZ02F9a1FbEdrXnxmYJNOFnfLF0Yw3JLQ-g,732
|
7
7
|
honeybee_radiance_postprocess/en17037.py,sha256=tFoEOhJ4GgB45E6PmTrV1uMAS9e8QQo8eoDkX7Wb2S8,10731
|
8
8
|
honeybee_radiance_postprocess/helper.py,sha256=txSnQDdJ98OhNmInZKF_R0EcTi1XFJjBFk9SUJxqmNw,8850
|
@@ -21,9 +21,9 @@ honeybee_radiance_postprocess/cli/schedule.py,sha256=OokuuH9_pdgkt2zFgfjBvrV2Fj1
|
|
21
21
|
honeybee_radiance_postprocess/cli/translate.py,sha256=18zkcGeRZALJ5Z82NEB3XZ-iEX2cHyneobGWV-IXWE0,6789
|
22
22
|
honeybee_radiance_postprocess/cli/two_phase.py,sha256=O0ugIQh0MOAEl3Q8IsZU4IQ8jNPPOOfeqs5ccwlix6Q,4559
|
23
23
|
honeybee_radiance_postprocess/cli/util.py,sha256=Be9cGmYhcV2W37ma6SgQPCWCpWLLLlroxRYN_l58kY0,4077
|
24
|
-
honeybee_radiance_postprocess-0.4.
|
25
|
-
honeybee_radiance_postprocess-0.4.
|
26
|
-
honeybee_radiance_postprocess-0.4.
|
27
|
-
honeybee_radiance_postprocess-0.4.
|
28
|
-
honeybee_radiance_postprocess-0.4.
|
29
|
-
honeybee_radiance_postprocess-0.4.
|
24
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
25
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/METADATA,sha256=UwQaPFiywoVnEOjDyW-jydz2w9Ta1Q07vQXcgUoaCos,2228
|
26
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
|
27
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/entry_points.txt,sha256=gFtVPx6UItXt27GfEZZO00eOZChJJEL6JwGSAB_O3rs,96
|
28
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/top_level.txt,sha256=4-sFbzy7ewP2EDqJV3jeFlAFx7SuxtoBBELWaKAnLdA,30
|
29
|
+
honeybee_radiance_postprocess-0.4.265.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|