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
- Host: GitHub
- URL: https://github.com/ladybug-tools/honeybee-idaice
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2023-05-28T15:30:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T20:02:41.000Z (10 months ago)
- Last Synced: 2025-08-27T04:23:06.634Z (10 months ago)
- Language: Python
- Homepage: https://www.ladybug.tools/honeybee-idaice/docs/
- Size: 939 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/ladybug-tools/honeybee-idaice/actions)
[](https://www.python.org/downloads/release/python-3100/)
[](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.

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.