https://github.com/pollination/direct-sun-hours
Calculate the number of hours of direct sunlight received by a grid of sensors during the year.
https://github.com/pollination/direct-sun-hours
daylight direct-sun honeybee ladybug-tools pollination pollination-recipe radiance sunlight sunlight-hours
Last synced: 3 months ago
JSON representation
Calculate the number of hours of direct sunlight received by a grid of sensors during the year.
- Host: GitHub
- URL: https://github.com/pollination/direct-sun-hours
- Owner: pollination
- License: other
- Created: 2021-02-14T15:19:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T09:12:37.000Z (over 1 year ago)
- Last Synced: 2024-04-24T16:10:58.928Z (over 1 year ago)
- Topics: daylight, direct-sun, honeybee, ladybug-tools, pollination, pollination-recipe, radiance, sunlight, sunlight-hours
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# direct-sun-hours
Direct sun hours recipe calculates the number of hours of direct sun received by grids of sensors during
the time period of a specified Wea. The recipe generates 2 sub-folders of results:
1. `direct_sun_hours`: Contains matrices of zero/one values indicating whether
each sensor is exposed to the sun at a given time step of the input Wea.
2. `cumulative`: The cumulative number of hours that each sensor can see the
sun. Each value is always in hours.
Using the -viz version of this recipe will produce a VTKjs file for visualizing
the cumulative results.