https://github.com/ladybug-tools/lbt-recipes
:bookmark_tabs: :bookmark_tabs: :bookmark_tabs: Collection of recipes that ship with Ladybug Tools plugins.
https://github.com/ladybug-tools/lbt-recipes
Last synced: 2 months ago
JSON representation
:bookmark_tabs: :bookmark_tabs: :bookmark_tabs: Collection of recipes that ship with Ladybug Tools plugins.
- Host: GitHub
- URL: https://github.com/ladybug-tools/lbt-recipes
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2019-06-30T00:38:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-20T18:37:51.000Z (4 months ago)
- Last Synced: 2026-02-20T23:47:52.638Z (4 months ago)
- Language: Python
- Homepage: https://www.ladybug.tools/lbt-recipes/docs/
- Size: 2.31 MB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/ladybug-tools/lbt-recipes/actions)
# lbt-recipes
A collection of recipes that ship with the Ladybug Tools plugins.
This includes Radiance recipes for daylight and radiation studies
using [Radiance](http://radiance-online.org/).
It also includes microclimate mapping recipes, which spatially map thermal
comfort using [EnergyPlus](https://github.com/NREL/EnergyPlus)/[OpenStudio](https://github.com/NREL/OpenStudio)
and [Radiance](http://radiance-online.org/).
## Installation
`pip install -U lbt-recipes`
To check if command line interface is installed correctly use `lbt-recipes viz` and you
should get a `viiiiiiiiiiiiizzzzzzzzz!` back in response!
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/lbt-recipes
# or
git clone https://github.com/ladybug-tools/lbt-recipes
```
2. Install dependencies:
```console
cd lbt-recipes
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest ./tests
```