honeybee-energy 1.116.58__py2.py3-none-any.whl → 1.116.60__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.

Potentially problematic release.


This version of honeybee-energy might be problematic. Click here for more details.

honeybee_energy/writer.py CHANGED
@@ -1074,4 +1074,11 @@ def _preprocess_model_for_trace(
1074
1074
  if len(rem_msgs) != 0:
1075
1075
  print('\n'.join(rem_msgs))
1076
1076
 
1077
+ # rename all face geometry so that it is easy to identify in TRACE 700
1078
+ for room in model.rooms:
1079
+ room.rename_faces_by_attribute()
1080
+ room.rename_apertures_by_attribute()
1081
+ room.rename_doors_by_attribute()
1082
+ model.reset_ids()
1083
+
1077
1084
  return model
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-energy
3
- Version: 1.116.58
3
+ Version: 1.116.60
4
4
  Summary: Energy simulation library for honeybee.
5
5
  Home-page: https://github.com/ladybug-tools/honeybee-energy
6
6
  Author: Ladybug Tools
@@ -32,11 +32,16 @@ Requires-Dist: honeybee-energy-standards==2.3.0; extra == "standards"
32
32
 
33
33
  Honeybee extension for energy simulation.
34
34
 
35
- Honeybee-energy leverages the [EnergyPlus](https://github.com/NREL/EnergyPlus)
36
- simulation engine and the [OpenStudio](https://github.com/NREL/OpenStudio)
37
- SDK in order to add energy simulation properties and capabilities to
38
- [honeybee-core](https://github.com/ladybug-tools/honeybee-core). The package can also
39
- use the [honeybee-openstudio](https://github.com/ladybug-tools/honeybee-openstudio)
35
+ This extension is intended to be generic such that it can represent energy properties
36
+ across multiple different energy simulation engines.
37
+
38
+ However, there are many parts of the extension that directly leverage
39
+ the [EnergyPlus](https://github.com/NREL/EnergyPlus) simulation engine in order to make
40
+ [honeybee-core](https://github.com/ladybug-tools/honeybee-core) models immediately
41
+ simulate-able.
42
+
43
+ The package can also leverage the [OpenStudio](https://github.com/NREL/OpenStudio) SDK
44
+ via the [honeybee-openstudio](https://github.com/ladybug-tools/honeybee-openstudio)
40
45
  Python package to translate honeybee Models to OpenStudio format.
41
46
 
42
47
  All of these dependencies are contained within the [honeybee-energy Docker image](https://hub.docker.com/r/ladybugtools/honeybee-energy)
@@ -13,7 +13,7 @@ honeybee_energy/programtype.py,sha256=yJJc0WYZPc7-m27h5hlDXW-jmwPu8CMhhP_AlwDorq
13
13
  honeybee_energy/reader.py,sha256=PTiv0WCfc3kGPA--__8QiR-JhnRgq1VkcU-PvvzLjzM,1856
14
14
  honeybee_energy/run.py,sha256=uZotNJmqrgrpBBVM6DBZPKCjFFkYNRV0TinisGIQxTI,74656
15
15
  honeybee_energy/shw.py,sha256=9CifpIhF0q48DtKb58vF_zoeouZ15OAYcWTGL6NJJQY,12727
16
- honeybee_energy/writer.py,sha256=lIDc_jZjIcWtoRItiyb5iwXwtgBg3WRQa58KrH7nTZU,48437
16
+ honeybee_energy/writer.py,sha256=Y5TNDvr4BUEq7m1zaEQFx4M04DArVPLv9lYH5dXGBNo,48691
17
17
  honeybee_energy/baseline/__init__.py,sha256=pAN81W4x__LwHO6nsvV3FIdoSyI9cDAeS1xM-LeOtvU,91
18
18
  honeybee_energy/baseline/create.py,sha256=fY1YL4KkOIf6BSHak8J0zs3LMSGSQy0xkR8-1xzCa_U,27339
19
19
  honeybee_energy/baseline/pci.py,sha256=fzRY1hGlpwiEMpHPXtre7DoIxf0bKg8dcyLV04SRtvc,25217
@@ -156,9 +156,9 @@ honeybee_energy/ventcool/opening.py,sha256=ZywoADlNQ6_8OfjV71ZUpbCAetQrRVj7aprBj
156
156
  honeybee_energy/ventcool/simulation.py,sha256=gMF4sgCQ5R4iFWPnvvB3wxgeP_zEwnWl71ObIIe4XGU,14423
157
157
  tests/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
158
158
  tests/fixtures/userdata_fixtures.py,sha256=yDvBR6nsltel_U8hUoUsJ6yufPKTR7Wnsgxe68HtswQ,313
159
- honeybee_energy-1.116.58.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
160
- honeybee_energy-1.116.58.dist-info/METADATA,sha256=ZfZ802QUJy6rq84Gf21B2EMSWX1qMoLAAu4JBl9sVUo,3635
161
- honeybee_energy-1.116.58.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
162
- honeybee_energy-1.116.58.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
163
- honeybee_energy-1.116.58.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
164
- honeybee_energy-1.116.58.dist-info/RECORD,,
159
+ honeybee_energy-1.116.60.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
160
+ honeybee_energy-1.116.60.dist-info/METADATA,sha256=ZUbUfP5Mjeyh4YlCa_iTt3caT3vnIV3Aw5bfz3OrBZg,3810
161
+ honeybee_energy-1.116.60.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
162
+ honeybee_energy-1.116.60.dist-info/entry_points.txt,sha256=QOMJbH-StaxT4hCjskZtqetNCMNioP3ZiuhoLQ6MANc,63
163
+ honeybee_energy-1.116.60.dist-info/top_level.txt,sha256=V9Lz0281hfT83Fy0fSdn_6vwRK9vTQe1_LQXd0_-gAI,22
164
+ honeybee_energy-1.116.60.dist-info/RECORD,,