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 export a HBJSON file to IES-VE GEM file format

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.3.2.tar.gz (137.5 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.3.2-py2.py3-none-any.whl (18.4 kB view details)

Uploaded Python 2Python 3

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

Hashes for honeybee-ies-0.3.2.tar.gz
Algorithm Hash digest
SHA256 071c8c05582cd0a5edce4227b0332027e2f6450388399b2b9f0c59cf8a0b2e33
MD5 d2519e9cbde7b2ca7ad8fd34c1b877ce
BLAKE2b-256 19a6889e7e1ccd2961281bce4518a092471ba36a8dbc7031ce2f36aee8be3c1b

See more details on using hashes here.

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

Hashes for honeybee_ies-0.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2882c29995404f8da045ed4975fd866c0a777cd4b6c16386145045d0a0ed8b5b
MD5 ff6fdee349538dabf8caadc329c10d6c
BLAKE2b-256 c3faa73f09d148448c4d2922b6b3b3f713835b88ce22d4867936a731081529cd

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