honeybee-radiance-postprocess 0.4.341__tar.gz → 0.4.343__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 (45) hide show
  1. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/PKG-INFO +1 -1
  2. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/postprocess.py +1 -1
  3. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/helper.py +6 -3
  4. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess.egg-info/PKG-INFO +1 -1
  5. honeybee-radiance-postprocess-0.4.343/honeybee_radiance_postprocess.egg-info/requires.txt +2 -0
  6. honeybee-radiance-postprocess-0.4.343/requirements.txt +2 -0
  7. honeybee-radiance-postprocess-0.4.341/honeybee_radiance_postprocess.egg-info/requires.txt +0 -2
  8. honeybee-radiance-postprocess-0.4.341/requirements.txt +0 -2
  9. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/CODE_OF_CONDUCT.md +0 -0
  10. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/CONTRIBUTING.md +0 -0
  11. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/LICENSE +0 -0
  12. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/MANIFEST.in +0 -0
  13. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/README.md +0 -0
  14. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/dev-requirements.txt +0 -0
  15. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/__init__.py +0 -0
  16. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/__main__.py +0 -0
  17. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/annual.py +0 -0
  18. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/annualdaylight.py +0 -0
  19. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/annualirradiance.py +0 -0
  20. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/__init__.py +0 -0
  21. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/grid.py +0 -0
  22. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/leed.py +0 -0
  23. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/mtxop.py +0 -0
  24. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/schedule.py +0 -0
  25. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/translate.py +0 -0
  26. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/two_phase.py +0 -0
  27. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/cli/util.py +0 -0
  28. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/dynamic.py +0 -0
  29. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/electriclight.py +0 -0
  30. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/en17037.py +0 -0
  31. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/leed.py +0 -0
  32. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/metrics.py +0 -0
  33. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/reader.py +0 -0
  34. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/results/__init__.py +0 -0
  35. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/results/annual_daylight.py +0 -0
  36. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/results/annual_irradiance.py +0 -0
  37. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/results/results.py +0 -0
  38. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/type_hints.py +0 -0
  39. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess/util.py +0 -0
  40. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess.egg-info/SOURCES.txt +0 -0
  41. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess.egg-info/dependency_links.txt +0 -0
  42. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess.egg-info/entry_points.txt +0 -0
  43. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/honeybee_radiance_postprocess.egg-info/top_level.txt +0 -0
  44. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/setup.cfg +0 -0
  45. {honeybee-radiance-postprocess-0.4.341 → honeybee-radiance-postprocess-0.4.343}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.341
3
+ Version: 0.4.343
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
@@ -782,7 +782,7 @@ def annual_metrics_file(
782
782
  @click.option(
783
783
  '--sub-folder/--main-folder', is_flag=True, default=True,
784
784
  help='If sub-folder is selected it will look for any sub-folders in the '
785
- 'folder argument. If main-folder is seleted it will look result files '
785
+ 'folder argument. If main-folder is selected it will look for result files '
786
786
  'in the folder argument.'
787
787
  )
788
788
  def grid_summary_metric(
@@ -50,6 +50,7 @@ def grid_summary(
50
50
 
51
51
  # set up the default data types
52
52
  dtype_sensor_grid = ('Sensor Grid', 'O')
53
+ dtype_sensor_grid_id = ('Sensor Grid ID', 'O')
53
54
  dtype_base = [
54
55
  ('Mean', np.float32),
55
56
  ('Minimum', np.float32),
@@ -58,8 +59,8 @@ def grid_summary(
58
59
  ]
59
60
  dtype = []
60
61
 
61
- # set up default format (for first column: str)
62
- fmt = ['%s']
62
+ # set up default format (for first two columns: str)
63
+ fmt = ['%s', '%s']
63
64
 
64
65
  if grids_info is None:
65
66
  for sf in sub_folders:
@@ -78,6 +79,7 @@ def grid_summary(
78
79
 
79
80
 
80
81
  dtype.append(dtype_sensor_grid)
82
+ dtype.append(dtype_sensor_grid_id)
81
83
  for sf in sub_folders:
82
84
  _dtype = []
83
85
  _fmt = []
@@ -119,7 +121,8 @@ def grid_summary(
119
121
  arrays = []
120
122
  for grid_info, grid_area in zip(grids_info, grid_areas):
121
123
  full_id = grid_info['full_id']
122
- data = [full_id]
124
+ grid_name = grid_info['name']
125
+ data = [grid_name, full_id]
123
126
  for sf in sub_folders:
124
127
  grid_files = list(sf.glob(f'{full_id}.*'))
125
128
  assert len(grid_files) == 1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: honeybee-radiance-postprocess
3
- Version: 0.4.341
3
+ Version: 0.4.343
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
@@ -0,0 +1,2 @@
1
+ honeybee-radiance==1.66.31
2
+ numpy>=1.21.6
@@ -0,0 +1,2 @@
1
+ honeybee-radiance==1.66.31
2
+ numpy>=1.21.6
@@ -1,2 +0,0 @@
1
- honeybee-radiance==1.66.29
2
- numpy>=1.21.6
@@ -1,2 +0,0 @@
1
- honeybee-radiance==1.66.29
2
- numpy>=1.21.6