honeybee-radiance-postprocess 0.4.545__tar.gz → 0.4.547__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.545 → honeybee_radiance_postprocess-0.4.547}/PKG-INFO +2 -2
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/viewfactor.py +2 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess.egg-info/PKG-INFO +2 -2
- honeybee_radiance_postprocess-0.4.547/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
- honeybee_radiance_postprocess-0.4.547/requirements.txt +2 -0
- honeybee_radiance_postprocess-0.4.545/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
- honeybee_radiance_postprocess-0.4.545/requirements.txt +0 -2
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/CODE_OF_CONDUCT.md +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/CONTRIBUTING.md +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/LICENSE +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/MANIFEST.in +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/README.md +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/dev-requirements.txt +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/breeam/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/breeam/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/abnt.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/breeam.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/datacollection.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/merge.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/cli/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/data_type.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/ies/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/ies/lm.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/ies/lm_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/leed/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/leed/leed.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/leed/leed_schedule.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/results/results.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/vis_metadata.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/well/__init__.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess/well/well.py +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/setup.cfg +0 -0
- {honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.547
|
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.184
|
17
17
|
Requires-Dist: numpy<2.0.0
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
@@ -122,6 +122,8 @@ def rcontrib_command_with_view_postprocess(
|
|
122
122
|
s_facs = np.sum(sens_chunk, axis=0) / (math.pi * ray_count)
|
123
123
|
view_fac_mtx.append(s_facs)
|
124
124
|
|
125
|
+
view_fac_mtx = np.stack(view_fac_mtx)
|
126
|
+
|
125
127
|
np.save(os.path.join(folder, '{}'.format(name)), view_fac_mtx)
|
126
128
|
|
127
129
|
except Exception:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: honeybee-radiance-postprocess
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.547
|
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.184
|
17
17
|
Requires-Dist: numpy<2.0.0
|
18
18
|
|
19
19
|
[](https://github.com/ladybug-tools/honeybee-radiance-postprocess/actions)
|
{honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/CONTRIBUTING.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee_radiance_postprocess-0.4.545 → honeybee_radiance_postprocess-0.4.547}/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
|
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
|