Honeybee extension for import and export to/from IES-VE
Project description
honeybee-ies
Honeybee extension for export a HBJSON file to IES-VE GEM file format
Installation
pip install honeybee-ies
QuickStart
import pathlib
from honeybee.model import Model
path_to_hbjson = './tests/assets/sample_model_45.hbjson'
path_to_out_folder = pathlib.Path('./tests/assets/temp')
path_to_out_folder.mkdir(parents=True, exist_ok=True)
model = Model.from_hbjson(path_to_hbjson)
# the to_gem method is added to model by honeybee-ies library
gem_file = model.to_gem(path_to_out_folder.as_posix(), name='sample_model_45')
API Documentation
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-ies
# or
git clone https://github.com/ladybug-tools/honeybee-ies
- Install dependencies:
cd honeybee-ies
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 ./honeybee_ies
sphinx-build -b html ./docs ./docs/_build/docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
honeybee-ies-0.2.0.tar.gz
(53.3 kB
view hashes)
Built Distribution
Close
Hashes for honeybee_ies-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 525bbd27f36c6735e2e8e3846fabd0bc81f2414893b6ac3c85ea1c02ecbd52df |
|
MD5 | 8f9da3278d4ee9c4438f7f6f1dd933a8 |
|
BLAKE2b-256 | fce92075ae1b50ac6ccd09b893eb316a5d7be75fc97ea312932d4566611e0a63 |