honeybee-idaice


Namehoneybee-idaice JSON
Version 0.4.9 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/honeybee-idaice
SummaryHoneybee extension for translating HBJSON files to IDA-ICE IDM.
upload_time2024-05-25 18:21:55
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ladybug-tools/honeybee-idaice",
    "name": "honeybee-idaice",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/4b/00/74399404983d344bb059522d1b13d1397ca816c2a588df3f8f6473f80348/honeybee-idaice-0.4.9.tar.gz",
    "platform": null,
    "description": "# Honeybee -> IDA-ICE\n\nA honeybee extension to convert HBJSON files to [IDA ICE](https://www.equa.se/en/ida-ice) `idm` files.\n\n![Revit Sample Model](https://github.com/ladybug-tools/honeybee-idaice/assets/2915573/97ce39b6-8f45-4dfc-b2f6-152d457a9c82)\n\nTwo comments on how the model should be prepared.\n\n1. IDA ICE expects the model to be exported at the finish line of the one instead of the center of the wall.\n1. IDA ICE intersects the faces automatically. Do not intersect the faces in HBJSON files.\nIf the model is already intersected, use Pollination Rhino's `PO_RebuildRooms` command to merge the faces together.\n\nThe exporter only exports the geometry. None of the energy or Radiance properties are exported.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Honeybee extension for translating HBJSON files to IDA-ICE IDM.",
    "version": "0.4.9",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools/honeybee-idaice"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0a173d38f16c1f4284c9416ae0321b85301b25dbaa3ec9875f8ab88cb3bbf2e",
                "md5": "a211b6c355ce3bfe619cf12971c7da16",
                "sha256": "2e7d1e384e277d350cb5de21590b8d8f42eeb8dae3d1ce2e5c45af0b0ac4ffa2"
            },
            "downloads": -1,
            "filename": "honeybee_idaice-0.4.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a211b6c355ce3bfe619cf12971c7da16",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 50277,
            "upload_time": "2024-05-25T18:21:53",
            "upload_time_iso_8601": "2024-05-25T18:21:53.656464Z",
            "url": "https://files.pythonhosted.org/packages/b0/a1/73d38f16c1f4284c9416ae0321b85301b25dbaa3ec9875f8ab88cb3bbf2e/honeybee_idaice-0.4.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b0074399404983d344bb059522d1b13d1397ca816c2a588df3f8f6473f80348",
                "md5": "ae353c461655e095685bfb48e8014855",
                "sha256": "97e80a8b434e9e03fa8646d69b8dfab69b7c8d6c98e626f42a9360cf299834a8"
            },
            "downloads": -1,
            "filename": "honeybee-idaice-0.4.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ae353c461655e095685bfb48e8014855",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 45554,
            "upload_time": "2024-05-25T18:21:55",
            "upload_time_iso_8601": "2024-05-25T18:21:55.270560Z",
            "url": "https://files.pythonhosted.org/packages/4b/00/74399404983d344bb059522d1b13d1397ca816c2a588df3f8f6473f80348/honeybee-idaice-0.4.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 18:21:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ladybug-tools",
    "github_project": "honeybee-idaice",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "honeybee-idaice"
}
        
Elapsed time: 0.29901s