Dragonfly extension for translation to OpenStudio.
Specifically, this package leverages honeybee-openstudio te extend dragonfly-energy to perform translations to OpenStudio using the OpenStudio SDK. Translation capabilities include translating dragonfly-energy District Energy Systems (DES) to OpenStudio models of the plant.
pip install -U dragonfly-openstudio
import dragonfly_openstudio- Clone this repo locally
git clone git@github.com:ladybug-tools/dragonfly-openstudio
# or
git clone https://github.com/ladybug-tools/dragonfly-openstudio- Install dependencies:
cd dragonfly-openstudio
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 ./dragonfly_openstudio
sphinx-build -b html ./docs ./docs/_build/docs
