honeybee-core 1.61.16__py2.py3-none-any.whl → 1.61.17__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/cli/validate.py +2 -10
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/METADATA +2 -2
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/RECORD +7 -7
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/LICENSE +0 -0
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/WHEEL +0 -0
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/entry_points.txt +0 -0
- {honeybee_core-1.61.16.dist-info → honeybee_core-1.61.17.dist-info}/top_level.txt +0 -0
honeybee/cli/validate.py
CHANGED
|
@@ -187,12 +187,7 @@ def validate_rooms_solid(model_file, json=False, output_file=None, plain_text=Tr
|
|
|
187
187
|
'of the validation. By default it will be printed out to stdout.',
|
|
188
188
|
type=click.File('w'), default='-')
|
|
189
189
|
def validate_room_collisions_cli(model_file, plain_text, output_file):
|
|
190
|
-
"""Validate whether
|
|
191
|
-
|
|
192
|
-
The returned result can include a list of all naked and non-manifold edges
|
|
193
|
-
preventing closed room volumes when --json is used. This is helpful for visually
|
|
194
|
-
identifying issues in geometry that are preventing the room volume from
|
|
195
|
-
validating as closed.
|
|
190
|
+
"""Validate whether Room collide with one another beyond the model tolerance.
|
|
196
191
|
|
|
197
192
|
\b
|
|
198
193
|
Args:
|
|
@@ -209,10 +204,7 @@ def validate_room_collisions_cli(model_file, plain_text, output_file):
|
|
|
209
204
|
|
|
210
205
|
|
|
211
206
|
def validate_room_collisions(model_file, json=False, output_file=None, plain_text=True):
|
|
212
|
-
"""
|
|
213
|
-
|
|
214
|
-
This is helpful for visually identifying issues in geometry that are preventing
|
|
215
|
-
the room volume from reading as closed.
|
|
207
|
+
"""Validate whether Room collide with one another beyond the model tolerance.
|
|
216
208
|
|
|
217
209
|
Args:
|
|
218
210
|
model_file: Full path to a Honeybee Model file.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: honeybee-core
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.17
|
|
4
4
|
Summary: A library to create 3D building geometry for various types of environmental simulation.
|
|
5
5
|
Home-page: https://github.com/ladybug-tools/honeybee-core
|
|
6
6
|
Author: Ladybug Tools
|
|
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ladybug-core==0.44.
|
|
17
|
+
Requires-Dist: ladybug-core==0.44.12
|
|
18
18
|
Requires-Dist: ladybug-geometry-polyskel==1.7.25
|
|
19
19
|
Requires-Dist: honeybee-schema==1.59.0; python_version >= "3.7"
|
|
20
20
|
|
|
@@ -31,7 +31,7 @@ honeybee/cli/create.py,sha256=6KmnetAzhwrCuAIDZnySbEKnEssPIxJ72JK-51fBCKU,13067
|
|
|
31
31
|
honeybee/cli/edit.py,sha256=Iost_FqgUGbTWQL0jhn5aPWCQnsX8QxxUUrClUWMjao,27579
|
|
32
32
|
honeybee/cli/lib.py,sha256=8udazsVycqMHfk5ZQIOvy4tKM3FuSzjMPCeMuFC2rck,4436
|
|
33
33
|
honeybee/cli/setconfig.py,sha256=S7DfatGyIPkHxImBDyT9JUhKGuflmd3h5nMfVbzcg9g,1428
|
|
34
|
-
honeybee/cli/validate.py,sha256=
|
|
34
|
+
honeybee/cli/validate.py,sha256=1xbZS8DFGXfHd70vcN9AI1HEopWSa0nCrFzNsZ_Kbd0,9778
|
|
35
35
|
honeybee/writer/__init__.py,sha256=Gz05beUglVhr-v8H-WemfvGWsOFfQIgNmgp2upCeVmw,245
|
|
36
36
|
honeybee/writer/aperture.py,sha256=5TmuhehgSPiZiYuI94DR-xqG2kEOPv8uEZiHqoeUTfI,186
|
|
37
37
|
honeybee/writer/door.py,sha256=ja3r94CnloDB06xedXVB5_mS-8kKkTGl4_7JXPYxBtE,174
|
|
@@ -40,9 +40,9 @@ honeybee/writer/model.py,sha256=N7F_jksf-5TrdVecuxTaFWxnPVFLmQs7k8g27TsdB7Q,177
|
|
|
40
40
|
honeybee/writer/room.py,sha256=kFghgStTU1SEJSLigXB0VjOWhZtgs4uXuAqdwd4yRQo,174
|
|
41
41
|
honeybee/writer/shade.py,sha256=EpgX-vMc-s21TnMvNWvWTKyT8iAnxu1nFVXzjY1oyF8,177
|
|
42
42
|
honeybee/writer/shademesh.py,sha256=Y41bLogJ7dwpvMe5cAWVRDRVqJEwo9e5hFJQjlt6UX8,189
|
|
43
|
-
honeybee_core-1.61.
|
|
44
|
-
honeybee_core-1.61.
|
|
45
|
-
honeybee_core-1.61.
|
|
46
|
-
honeybee_core-1.61.
|
|
47
|
-
honeybee_core-1.61.
|
|
48
|
-
honeybee_core-1.61.
|
|
43
|
+
honeybee_core-1.61.17.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
44
|
+
honeybee_core-1.61.17.dist-info/METADATA,sha256=49_6_QwdM9FQjln0lxSMXriLwrb1_KEBLMnTgqCuntQ,3317
|
|
45
|
+
honeybee_core-1.61.17.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
|
46
|
+
honeybee_core-1.61.17.dist-info/entry_points.txt,sha256=r3YqOm40goBroH3ccUhpwQjvTwu10JWLd0HIRHI1J8E,47
|
|
47
|
+
honeybee_core-1.61.17.dist-info/top_level.txt,sha256=8ve7puCRLUA9XDEGc1Mcs-UX9sFjpPV8MeTaIMwQ_Tg,9
|
|
48
|
+
honeybee_core-1.61.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|