honeybee-radiance-postprocess 0.4.341__py2.py3-none-any.whl → 0.4.343__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/cli/postprocess.py +1 -1
- honeybee_radiance_postprocess/helper.py +6 -3
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/METADATA +2 -2
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/RECORD +8 -8
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/LICENSE +0 -0
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/WHEEL +0 -0
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/entry_points.txt +0 -0
- {honeybee_radiance_postprocess-0.4.341.dist-info → honeybee_radiance_postprocess-0.4.343.dist-info}/top_level.txt +0 -0
@@ -782,7 +782,7 @@ def annual_metrics_file(
|
|
782
782
|
@click.option(
|
783
783
|
'--sub-folder/--main-folder', is_flag=True, default=True,
|
784
784
|
help='If sub-folder is selected it will look for any sub-folders in the '
|
785
|
-
'folder argument. If main-folder is
|
785
|
+
'folder argument. If main-folder is selected it will look for result files '
|
786
786
|
'in the folder argument.'
|
787
787
|
)
|
788
788
|
def grid_summary_metric(
|
@@ -50,6 +50,7 @@ def grid_summary(
|
|
50
50
|
|
51
51
|
# set up the default data types
|
52
52
|
dtype_sensor_grid = ('Sensor Grid', 'O')
|
53
|
+
dtype_sensor_grid_id = ('Sensor Grid ID', 'O')
|
53
54
|
dtype_base = [
|
54
55
|
('Mean', np.float32),
|
55
56
|
('Minimum', np.float32),
|
@@ -58,8 +59,8 @@ def grid_summary(
|
|
58
59
|
]
|
59
60
|
dtype = []
|
60
61
|
|
61
|
-
# set up default format (for first
|
62
|
-
fmt = ['%s']
|
62
|
+
# set up default format (for first two columns: str)
|
63
|
+
fmt = ['%s', '%s']
|
63
64
|
|
64
65
|
if grids_info is None:
|
65
66
|
for sf in sub_folders:
|
@@ -78,6 +79,7 @@ def grid_summary(
|
|
78
79
|
|
79
80
|
|
80
81
|
dtype.append(dtype_sensor_grid)
|
82
|
+
dtype.append(dtype_sensor_grid_id)
|
81
83
|
for sf in sub_folders:
|
82
84
|
_dtype = []
|
83
85
|
_fmt = []
|
@@ -119,7 +121,8 @@ def grid_summary(
|
|
119
121
|
arrays = []
|
120
122
|
for grid_info, grid_area in zip(grids_info, grid_areas):
|
121
123
|
full_id = grid_info['full_id']
|
122
|
-
|
124
|
+
grid_name = grid_info['name']
|
125
|
+
data = [grid_name, full_id]
|
123
126
|
for sf in sub_folders:
|
124
127
|
grid_files = list(sf.glob(f'{full_id}.*'))
|
125
128
|
assert len(grid_files) == 1
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.343
|
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.66.
|
16
|
+
Requires-Dist: honeybee-radiance (==1.66.31)
|
17
17
|
Requires-Dist: numpy (>=1.21.6)
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
@@ -6,7 +6,7 @@ honeybee_radiance_postprocess/annualirradiance.py,sha256=1ZBUizL95S4uWfLh5B6Hwbu
|
|
6
6
|
honeybee_radiance_postprocess/dynamic.py,sha256=RPJh2SsjASYJCsG5QRkazVCvzWjzMxm9eeuinb3O8QA,9226
|
7
7
|
honeybee_radiance_postprocess/electriclight.py,sha256=E7uhq7-YtZ02F9a1FbEdrXnxmYJNOFnfLF0Yw3JLQ-g,732
|
8
8
|
honeybee_radiance_postprocess/en17037.py,sha256=5c5ahfzad12FqMwBL7c0sLOKHzLKSTXtlYFfaNhzA3w,10848
|
9
|
-
honeybee_radiance_postprocess/helper.py,sha256=
|
9
|
+
honeybee_radiance_postprocess/helper.py,sha256=qz5kaJxzy1tGBfVYYXc2cEToOCoj0YLOtwjr3LVI3YU,9000
|
10
10
|
honeybee_radiance_postprocess/leed.py,sha256=nlX5-hRq28pBx313_ygla9SOzd269awX84APCaVh9QI,33080
|
11
11
|
honeybee_radiance_postprocess/metrics.py,sha256=6EHCuXf5jnhh6GglI9mTd0MFpfhfPFoKMf4b5gKRTMI,14038
|
12
12
|
honeybee_radiance_postprocess/reader.py,sha256=6myKzfGC1pO8zPixg1kKrKjPihHabTKUh2t5BlJvij0,2367
|
@@ -16,7 +16,7 @@ honeybee_radiance_postprocess/cli/__init__.py,sha256=4RkpR91GPXWatDE4I_27ce-N4Fw
|
|
16
16
|
honeybee_radiance_postprocess/cli/grid.py,sha256=6peLEAPVe-iw05_wdRpFruZLqO8myvC-_QT5W1q5sk8,10677
|
17
17
|
honeybee_radiance_postprocess/cli/leed.py,sha256=QBR6AMJJWuZ0TevyMi2tXCWMLdS-ZSqtVTZDgqxwa7M,3112
|
18
18
|
honeybee_radiance_postprocess/cli/mtxop.py,sha256=UZJnjNpPjDmShy1-Mxos4H2vTUqk_yP3ZyaC1_LLFeI,5015
|
19
|
-
honeybee_radiance_postprocess/cli/postprocess.py,sha256=
|
19
|
+
honeybee_radiance_postprocess/cli/postprocess.py,sha256=vZAw4QFpieUK3Xphi8CvBeuAaVsxxZDO8oqNPmyFn_A,38935
|
20
20
|
honeybee_radiance_postprocess/cli/schedule.py,sha256=6uIy98Co4zm-ZRcELo4Lfx_aN3lNiqPe-BSimXwt1F8,3877
|
21
21
|
honeybee_radiance_postprocess/cli/translate.py,sha256=18zkcGeRZALJ5Z82NEB3XZ-iEX2cHyneobGWV-IXWE0,6789
|
22
22
|
honeybee_radiance_postprocess/cli/two_phase.py,sha256=1nZF4jyZ_C7CAfiHCz1UUOEwDaB4yOXr9ga0HIrhOB0,7033
|
@@ -25,9 +25,9 @@ honeybee_radiance_postprocess/results/__init__.py,sha256=1agBQbfT4Tf8KqSZzlfKYX8
|
|
25
25
|
honeybee_radiance_postprocess/results/annual_daylight.py,sha256=o4Y5kbD3a4X4KRfsbOlWzgrnNKU365GcivM6qQGUGXU,31605
|
26
26
|
honeybee_radiance_postprocess/results/annual_irradiance.py,sha256=5zwrr4MNeHUebbSRpSBbscPOZUs2AHmYCQfIIbdYImY,8298
|
27
27
|
honeybee_radiance_postprocess/results/results.py,sha256=t9tr-WHt-XpALIwClLb-xOZcWUZthnvfGED5g3NGDu8,53589
|
28
|
-
honeybee_radiance_postprocess-0.4.
|
29
|
-
honeybee_radiance_postprocess-0.4.
|
30
|
-
honeybee_radiance_postprocess-0.4.
|
31
|
-
honeybee_radiance_postprocess-0.4.
|
32
|
-
honeybee_radiance_postprocess-0.4.
|
33
|
-
honeybee_radiance_postprocess-0.4.
|
28
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
29
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/METADATA,sha256=c3YpDqWivpkWl005kw5kBbuW-zMN_D8D5RcU04FQgww,2228
|
30
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/WHEEL,sha256=unfA4MOaH0icIyIA5oH6E2sn2Hq5zKtLlHsWapZGwes,110
|
31
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/entry_points.txt,sha256=gFtVPx6UItXt27GfEZZO00eOZChJJEL6JwGSAB_O3rs,96
|
32
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/top_level.txt,sha256=4-sFbzy7ewP2EDqJV3jeFlAFx7SuxtoBBELWaKAnLdA,30
|
33
|
+
honeybee_radiance_postprocess-0.4.343.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|