https://github.com/pollination/honeybee-radiance
💐 🐝 ⚡ The honeybee-radiance plugin adds daylight simulation functions to Pollination
https://github.com/pollination/honeybee-radiance
pollination pollination-plugin radiance
Last synced: 3 months ago
JSON representation
💐 🐝 ⚡ The honeybee-radiance plugin adds daylight simulation functions to Pollination
- Host: GitHub
- URL: https://github.com/pollination/honeybee-radiance
- Owner: pollination
- License: other
- Created: 2020-12-25T15:21:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T21:43:13.000Z (3 months ago)
- Last Synced: 2025-07-10T07:54:07.128Z (3 months ago)
- Topics: pollination, pollination-plugin, radiance
- Language: Python
- Homepage:
- Size: 3.28 MB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollination Honeybee Radiance
Pollination honeybee-radiance adds daylight simulation functions to Pollination.
## Sources
The following software components are included with this plugin:
- Python 3.10
- `honeybee-radiance` Python package. [PyPI](https://pypi.org/project/honeybee-radiance/), [source](https://github.com/ladybug-tools/honeybee-radiance)
- `honeybee-radiance-command` Python package. [PyPI](https://pypi.org/project/honeybee-radiance-command/), [source](https://github.com/ladybug-tools/honeybee-radiance-command)
- `honeybee-radiance-folder` Python package. [PyPI](https://pypi.org/project/honeybee-radiance-folder/), [source](https://github.com/ladybug-tools/honeybee-radiance-folder)
- `Radiance` physics-based rendering engine. [docs](https://www.radiance-online.org), [source](https://github.com/LBNL-ETA/Radiance/releases/tag/012cb178)## Functions
You can see the list of available functions in honeybee-radiance plugin
[here](https://app.pollination.cloud/plugins/ladybug-tools/honeybee-radiance)
on Pollination.## Examples
For real-world examples see any of these Ladybug Tools recipes for Pollination:
- [Annual Daylight recipe](https://github.com/pollination/annual-daylight)
- [Annual Irradiance recipe](https://github.com/pollination/annual-irradiance)
- [Point-in-Time Grid recipe](https://github.com/pollination/point-in-time-grid)
- [Point-in-Time View recipe](https://github.com/pollination/point-in-time-view)
- [Daylight Factor recipe](https://github.com/pollination/daylight-factor)
- [Sky View recipe](https://github.com/pollination/sky-view)