Skip to main content

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

Project description

Build Status

Python 3.10 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.14.3.tar.gz (279.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

honeybee_ies-0.14.3-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

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

Hashes for honeybee_ies-0.14.3.tar.gz
Algorithm Hash digest
SHA256 4b38e47d4cb4867afb98af401edeb0f3cd5e986d3e1710741a90c8c3aeb56d1e
MD5 cb838fb3a3393d5bc3ac3bf008335737
BLAKE2b-256 2caf39a62fa973338b24f0220f7d12e6645c2b8fa6174f5692faade1ca6f43cf

See more details on using hashes here.

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

Hashes for honeybee_ies-0.14.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3a3699ad35231b9fa4db35794e027c8032d722e5bc34700f29e5fc6087601f2c
MD5 277ed7f4ffeab198131c2af0818559a4
BLAKE2b-256 324a4d791c4f67a69dfdf056f2e313b28c43abdbf9f24c3743815d00bfc06831

See more details on using hashes here.

Supported by

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