ladybug-charts
Ladybug extension to generate 2D charts.
Installation
pip install ladybug-charts
QuickStart
import ladybug_charts
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/ladybug-charts
# or
git clone https://github.com/ladybug-tools/ladybug-charts
- Install dependencies:
cd ladybug-charts
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytest tests/
- Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_charts
sphinx-build -b html ./docs ./docs/_build/docs
Credits:
This project is a derivative work of Betti, G., Tartarini, F., Schiavon, S., Nguyen, C. (2021). CBE Clima Tool. Version 0.4.6. Center for the Built Environment, University of California Berkeley. https://clima.cbe.berkeley.edu
Developed by: Giovanni Betti, Federico Tartarini. Christine Nguyen.
The CBE Clima Tool is licensed under a Creative Commons Attribution-Commercial 4.0
International License (CC BY 4.0) Version: 0.5.1
The Clima tools is developed under the MIT license.