honeybee-radiance-postprocess 0.4.338__tar.gz → 0.4.340__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.338 → honeybee-radiance-postprocess-0.4.340}/PKG-INFO +1 -1
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/postprocess.py +2 -2
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CODE_OF_CONDUCT.md +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CONTRIBUTING.md +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/LICENSE +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/MANIFEST.in +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/README.md +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/dev-requirements.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/__main__.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annual.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/grid.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/translate.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/cli/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/dynamic.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/electriclight.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/en17037.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/helper.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/leed.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/metrics.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/reader.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/__init__.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/results/results.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/type_hints.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess/util.py +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/requires.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/requirements.txt +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/setup.cfg +0 -0
- {honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/setup.py +0 -0
@@ -1042,7 +1042,7 @@ def convert_matrix_to_binary(
|
|
1042
1042
|
def direct_sun_hours(
|
1043
1043
|
input_matrix, divisor, output_folder
|
1044
1044
|
):
|
1045
|
-
"""
|
1045
|
+
"""Post-process a Radiance matrix to direct sun hours and cumulative direct
|
1046
1046
|
sun hours.
|
1047
1047
|
|
1048
1048
|
\b
|
@@ -1058,7 +1058,7 @@ def direct_sun_hours(
|
|
1058
1058
|
try:
|
1059
1059
|
boolean_array = (array > 0) & (array <= np.inf)
|
1060
1060
|
|
1061
|
-
direct_sun_hours_array = boolean_array.astype(
|
1061
|
+
direct_sun_hours_array = boolean_array.astype(np.uint8)
|
1062
1062
|
cumulative_array = direct_sun_hours_array.sum(axis=1) / divisor
|
1063
1063
|
|
1064
1064
|
direct_sun_hours_file = Path(output_folder, 'direct_sun_hours')
|
{honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
{honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/CONTRIBUTING.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/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
|
{honeybee-radiance-postprocess-0.4.338 → honeybee-radiance-postprocess-0.4.340}/requirements.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|