honeybee-radiance-recipe
Collection of recipes for running daylight studies using honeybee-radiance.
Honeybee Radiance recipe library is a collection of recipes to automate the process of running lighting studies using Radiance.
honeybee-radiance-recipe
is built on top of honeybee-radiance
. It uses radiance-folder-structure
as the input for running recipes. As long as you follow the folder structure you should be able to use these recipes regardless of how the folder is generated. :rocket:
Installation
pip install honeybee-radiance-recipe
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-radiance-recipe
# or
git clone https://github.com/ladybug-tools/honeybee-radiance-recipe
- Install dependencies:
cd honeybee-radiance-recipe
pip install -r dev-requirements.txt