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')
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
honeybee-ies-0.3.2.tar.gz
(137.5 kB
view details)
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.3.2.tar.gz.
File metadata
- Download URL: honeybee-ies-0.3.2.tar.gz
- Upload date:
- Size: 137.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
071c8c05582cd0a5edce4227b0332027e2f6450388399b2b9f0c59cf8a0b2e33
|
|
| MD5 |
d2519e9cbde7b2ca7ad8fd34c1b877ce
|
|
| BLAKE2b-256 |
19a6889e7e1ccd2961281bce4518a092471ba36a8dbc7031ce2f36aee8be3c1b
|
File details
Details for the file honeybee_ies-0.3.2-py2.py3-none-any.whl.
File metadata
- Download URL: honeybee_ies-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2882c29995404f8da045ed4975fd866c0a777cd4b6c16386145045d0a0ed8b5b
|
|
| MD5 |
ff6fdee349538dabf8caadc329c10d6c
|
|
| BLAKE2b-256 |
c3faa73f09d148448c4d2922b6b3b3f713835b88ce22d4867936a731081529cd
|