An open API service indexing awesome lists of open source software.

https://github.com/ladybug-tools/honeybee-idaice

:bee: :red_circle: Honeybee extension for exporting to IDA-ICE IDM file format
https://github.com/ladybug-tools/honeybee-idaice

Last synced: 8 months ago
JSON representation

:bee: :red_circle: Honeybee extension for exporting to IDA-ICE IDM file format

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/ladybug-tools/honeybee-idaice/workflows/CI/badge.svg)](https://github.com/ladybug-tools/honeybee-idaice/actions)

[![Python 3.10](https://img.shields.io/badge/python-3.10-orange.svg)](https://www.python.org/downloads/release/python-3100/)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

# Honeybee -> IDA-ICE

A honeybee extension to convert HBJSON files to [IDA ICE](https://www.equa.se/en/ida-ice) `idm` files.

![Revit Sample Model](https://github.com/ladybug-tools/honeybee-idaice/assets/2915573/97ce39b6-8f45-4dfc-b2f6-152d457a9c82)

Two comments on how the model should be prepared.

1. IDA ICE expects the model to be exported at the finish line of the one instead of the center of the wall.
1. IDA ICE intersects the faces automatically. Do not intersect the faces in HBJSON files.
If the model is already intersected, use Pollination Rhino's `PO_RebuildRooms` command to merge the faces together.

The exporter only exports the geometry. None of the energy or Radiance properties are exported.