honeybee-radiance-postprocess 0.4.415__tar.gz → 0.4.416__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.
Files changed (46) hide show
  1. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/PKG-INFO +1 -1
  2. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/two_phase.py +1 -0
  3. honeybee-radiance-postprocess-0.4.416/honeybee_radiance_postprocess/data_type.py +97 -0
  4. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
  5. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +1 -0
  6. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/CODE_OF_CONDUCT.md +0 -0
  7. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/CONTRIBUTING.md +0 -0
  8. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/LICENSE +0 -0
  9. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/MANIFEST.in +0 -0
  10. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/README.md +0 -0
  11. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/dev-requirements.txt +0 -0
  12. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/__init__.py +0 -0
  13. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/__main__.py +0 -0
  14. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/annual.py +0 -0
  15. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
  16. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
  17. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
  18. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/abnt.py +0 -0
  19. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/grid.py +0 -0
  20. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/leed.py +0 -0
  21. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
  22. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/postprocess.py +0 -0
  23. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
  24. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/translate.py +0 -0
  25. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/cli/util.py +0 -0
  26. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/dynamic.py +0 -0
  27. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/electriclight.py +0 -0
  28. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/en17037.py +0 -0
  29. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/helper.py +0 -0
  30. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/leed.py +0 -0
  31. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/metrics.py +0 -0
  32. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/reader.py +0 -0
  33. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/results/__init__.py +0 -0
  34. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
  35. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
  36. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/results/results.py +0 -0
  37. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/type_hints.py +0 -0
  38. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/util.py +0 -0
  39. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess/vis_metadata.py +0 -0
  40. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
  41. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
  42. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/requires.txt +0 -0
  43. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
  44. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/requirements.txt +0 -0
  45. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/setup.cfg +0 -0
  46. {honeybee-radiance-postprocess-0.4.415 → honeybee-radiance-postprocess-0.4.416}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.415
3
+ Version: 0.4.416
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
@@ -84,6 +84,7 @@ def rgb_to_illuminance(
84
84
  # save direct sunlight illuminance
85
85
  direct_output = Path(output_folder, direct_name)
86
86
  direct_output.parent.mkdir(parents=True, exist_ok=True)
87
+
87
88
  np.save(direct_output, direct_sunlight_illuminance)
88
89
 
89
90
  except Exception:
@@ -0,0 +1,97 @@
1
+ """Functions for NumPy data type (dtype)."""
2
+ from typing import Tuple
3
+ import numpy as np
4
+
5
+
6
+ def smallest_integer_dtype(array: np.ndarray) -> np.signedinteger:
7
+ """Return the smallest possible integer dtype.
8
+
9
+ Args:
10
+ array: NumPy array.
11
+
12
+ Returns:
13
+ A NumPy integer dtype.
14
+ """
15
+ if np.all(array >= np.iinfo(np.int8).min) and \
16
+ np.all(array <= np.iinfo(np.int8).max):
17
+ return np.int8
18
+ elif np.all(array >= np.iinfo(np.int16).min) and \
19
+ np.all(array <= np.iinfo(np.int16).max):
20
+ return np.int16
21
+ elif np.all(array >= np.iinfo(np.int32).min) and \
22
+ np.all(array <= np.iinfo(np.int32).max):
23
+ return np.int32
24
+ elif np.all(array >= np.iinfo(np.int64).min) and \
25
+ np.all(array <= np.iinfo(np.int64).max):
26
+ return np.int64
27
+
28
+
29
+ def smallest_float_dtype(array: np.ndarray, rtol: float = 1e-5,
30
+ atol: float = 1e-5) -> np.floating:
31
+ """Return the smallest possible float dtype.
32
+
33
+ The allclose function is used to check if a certain floating-point precision
34
+ can be used without losing accuracy.
35
+
36
+ Args:
37
+ array: NumPy array.
38
+ rtol: The relative tolerance parameter for `np.allclose`. The default
39
+ is 1e-5.
40
+ atol: The absolute tolerance parameter for `np.allclose`. The default
41
+ is 1e-5.
42
+
43
+ Returns:
44
+ A NumPy floating dtype.
45
+ """
46
+ if np.all((array >= np.finfo(np.float16).min) & \
47
+ (array <= np.finfo(np.float16).max)):
48
+ if np.allclose(array, array.astype(np.float16), rtol=rtol, atol=atol):
49
+ return np.float16
50
+ if np.all((array >= np.finfo(np.float32).min) & \
51
+ (array <= np.finfo(np.float32).max)):
52
+ if np.allclose(array, array.astype(np.float32), rtol=rtol, atol=atol):
53
+ return np.float32
54
+ if np.all((array >= np.finfo(np.float64).min) & \
55
+ (array <= np.finfo(np.float64).max)):
56
+ if np.allclose(array, array.astype(np.float64), rtol=rtol, atol=atol):
57
+ return np.float64
58
+
59
+
60
+ def smallest_dtype(array: np.ndarray, rtol: float = 1e-5, atol: float = 1e-5
61
+ ) -> Tuple[np.signedinteger, np.floating]:
62
+ """Return the smallest possible dtype.
63
+
64
+ Args:
65
+ array: NumPy array.
66
+ rtol: The relative tolerance parameter for `np.allclose`. The default
67
+ is 1e-5. This is also used if the dtype of the array is np.floating.
68
+ atol: The absolute tolerance parameter for `np.allclose`. The default
69
+ is 1e-5. This is also used if the dtype of the array is np.floating.
70
+
71
+ Returns:
72
+ A NumPy dtype.
73
+ """
74
+ if np.issubdtype(array.dtype, np.integer):
75
+ return smallest_integer_dtype(array)
76
+ elif np.issubdtype(array.dtype, np.floating):
77
+ return smallest_float_dtype(array, rtol=rtol, atol=atol)
78
+ else:
79
+ raise TypeError(f'Expected integer or floating dtype. Got {array.dtype}')
80
+
81
+
82
+ def set_smallest_dtype(array: np.ndarray, rtol: float = 1e-5,
83
+ atol: float = 1e-5) -> np.ndarray:
84
+ """Return a NumPy array with the smallest possible dtype.
85
+
86
+ Args:
87
+ array: NumPy array.
88
+ rtol: The relative tolerance parameter for `np.allclose`. The default
89
+ is 1e-5. This is also used if the dtype of the array is np.floating.
90
+ atol: The absolute tolerance parameter for `np.allclose`. The default
91
+ is 1e-5. This is also used if the dtype of the array is np.floating.
92
+
93
+ Returns:
94
+ A new NumPy array with a smaller dtype.
95
+ """
96
+ dtype = smallest_dtype(array, rtol=rtol, atol=atol)
97
+ return array.astype(dtype)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.415
3
+ Version: 0.4.416
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
@@ -12,6 +12,7 @@ honeybee_radiance_postprocess/__main__.py
12
12
  honeybee_radiance_postprocess/annual.py
13
13
  honeybee_radiance_postprocess/annualdaylight.py
14
14
  honeybee_radiance_postprocess/annualirradiance.py
15
+ honeybee_radiance_postprocess/data_type.py
15
16
  honeybee_radiance_postprocess/dynamic.py
16
17
  honeybee_radiance_postprocess/electriclight.py
17
18
  honeybee_radiance_postprocess/en17037.py