Honeybee extension for import and export to/from IES-VE
Project description
honeybee-ies
Honeybee extension for translating an HBJSON file to IES-VE GEM file format and vice versa.
Sydney Opera House
Revit sample model
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')
You can also run the command from CLI
honeybee-ies translate model-to-gem ./tests/assets/revit_sample_model.hbjson --name revit-sample-model
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file honeybee_ies-0.14.3.tar.gz.
File metadata
- Download URL: honeybee_ies-0.14.3.tar.gz
- Upload date:
- Size: 279.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b38e47d4cb4867afb98af401edeb0f3cd5e986d3e1710741a90c8c3aeb56d1e
|
|
| MD5 |
cb838fb3a3393d5bc3ac3bf008335737
|
|
| BLAKE2b-256 |
2caf39a62fa973338b24f0220f7d12e6645c2b8fa6174f5692faade1ca6f43cf
|
File details
Details for the file honeybee_ies-0.14.3-py3-none-any.whl.
File metadata
- Download URL: honeybee_ies-0.14.3-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a3699ad35231b9fa4db35794e027c8032d722e5bc34700f29e5fc6087601f2c
|
|
| MD5 |
277ed7f4ffeab198131c2af0818559a4
|
|
| BLAKE2b-256 |
324a4d791c4f67a69dfdf056f2e313b28c43abdbf9f24c3743815d00bfc06831
|