Skip to main content

Honeybee extension for import and export to/from IES-VE

Project description

Build Status

Python 3.7

honeybee-ies

Honeybee extension for translating an HBJSON file to IES-VE GEM file format and vice versa.

Sydney Opera House

image(52)

image(53)

Revit sample model

image

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

  1. Clone this repo locally
git clone git@github.com:ladybug-tools/honeybee-ies

# or

git clone https://github.com/ladybug-tools/honeybee-ies
  1. Install dependencies:
cd honeybee-ies
pip install -r dev-requirements.txt
pip install -r requirements.txt
  1. Run Tests:
python -m pytest tests/
  1. Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./honeybee_ies
sphinx-build -b html ./docs ./docs/_build/docs

Project details


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.12.5.tar.gz (264.3 kB view details)

Uploaded Source

Built Distribution

honeybee_ies-0.12.5-py2.py3-none-any.whl (29.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file honeybee-ies-0.12.5.tar.gz.

File metadata

  • Download URL: honeybee-ies-0.12.5.tar.gz
  • Upload date:
  • Size: 264.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.0 pkginfo/1.10.0 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.4 CPython/3.7.17

File hashes

Hashes for honeybee-ies-0.12.5.tar.gz
Algorithm Hash digest
SHA256 a901c41f5028b84b65ba1e872d9efcd65d15ed4b38308f5eb3e7b49dd66be2ae
MD5 6787e14d68e9618fb7bdc4a4e7460f5a
BLAKE2b-256 db7fb62e40f1526b4a0de4982bf991c16908379dd0b775274153e0c13bdfd27e

See more details on using hashes here.

File details

Details for the file honeybee_ies-0.12.5-py2.py3-none-any.whl.

File metadata

  • Download URL: honeybee_ies-0.12.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 29.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.0 pkginfo/1.10.0 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.4 CPython/3.7.17

File hashes

Hashes for honeybee_ies-0.12.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 93a3214e67d92654272adf239631829ecdfe600ed0d89ca5f559f30e271b5fa8
MD5 8b175aacc256585729a1eb2396f06c62
BLAKE2b-256 bf0bf71a536ef6907c2d5ddccb3f5afb82a49ee0ab426e768b6f24262d46c2d7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page