honeybee-radiance-postprocess 0.4.391__tar.gz → 0.4.393__tar.gz
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-0.4.391 → honeybee-radiance-postprocess-0.4.393}/PKG-INFO +1 -1
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/abnt.py +9 -2
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
- honeybee-radiance-postprocess-0.4.393/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
- honeybee-radiance-postprocess-0.4.393/requirements.txt +2 -0
- honeybee-radiance-postprocess-0.4.391/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
- honeybee-radiance-postprocess-0.4.391/requirements.txt +0 -2
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/CODE_OF_CONDUCT.md +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/CONTRIBUTING.md +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/LICENSE +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/MANIFEST.in +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/README.md +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/dev-requirements.txt +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/results/results.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess/vis_metadata.py +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/setup.cfg +0 -0
- {honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/setup.py +0 -0
@@ -161,8 +161,15 @@ def abnt_nbr_15575(
|
|
161
161
|
# if pof is not calculated for this grid
|
162
162
|
if pof_sensor_grid is None:
|
163
163
|
if room_center:
|
164
|
-
|
165
|
-
room.
|
164
|
+
floor_face = Face3D.join_coplanar_faces(
|
165
|
+
room.horizontal_floor_boundaries(), 0.05
|
166
|
+
)[0]
|
167
|
+
if floor_face.is_convex:
|
168
|
+
pof_sensor_grids[grid_info['full_id']] = \
|
169
|
+
floor_face.centroid + Vector3D(0, 0, 0.75)
|
170
|
+
else:
|
171
|
+
pof_sensor_grids[grid_info['full_id']] = \
|
172
|
+
floor_face.pole_of_inaccessibility(0.01) + Vector3D(0, 0, 0.75)
|
166
173
|
else:
|
167
174
|
faces_3d = [Face3D(face_vertices) for face_vertices in sensor_grid.mesh.face_vertices]
|
168
175
|
face_3d_union = Face3D.join_coplanar_faces(faces_3d, 0.05)
|
{honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/CONTRIBUTING.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-radiance-postprocess-0.4.391 → honeybee-radiance-postprocess-0.4.393}/dev-requirements.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|