# annual-energy-use
Calculate annual energy use intensity (EUI) for a Honeybee model and optionally
get several HTML reports to visualize the energy use.
The recipe outputs a file called `eui.json` in the format below:
```
{
"eui": 306.852,
"total_floor_area": 66129.6,
"conditioned_floor_area": 66129.6,
"total_energy": 20292008.333,
"end_uses": {
"heating": 30.924,
"cooling": 84.342,
"interior_lighting": 27.451,
"interior_equipment": 164.115,
"pumps": 0.019
}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/pollination/annual-energy-use",
"name": "pollination-annual-energy-use",
"maintainer": "chris, ladybug-tools",
"docs_url": null,
"requires_python": null,
"maintainer_email": "chris@ladybug.tools, info@ladybug.tools",
"keywords": "honeybee, energy, ladybug-tools, energyplus, openstudio, energy, annual-energy-use",
"author": "ladybug-tools",
"author_email": "info@ladybug.tools",
"download_url": "https://files.pythonhosted.org/packages/62/10/0ce2499b417a11a80b97ba7d119d0c85ce334051a5c58fc1bd637a74c647/pollination_annual_energy_use-0.5.10.tar.gz",
"platform": null,
"description": "# annual-energy-use\n\nCalculate annual energy use intensity (EUI) for a Honeybee model and optionally\nget several HTML reports to visualize the energy use.\n\nThe recipe outputs a file called `eui.json` in the format below:\n\n```\n{\n \"eui\": 306.852,\n \"total_floor_area\": 66129.6,\n \"conditioned_floor_area\": 66129.6,\n \"total_energy\": 20292008.333,\n \"end_uses\": {\n \"heating\": 30.924,\n \"cooling\": 84.342,\n \"interior_lighting\": 27.451,\n \"interior_equipment\": 164.115,\n \"pumps\": 0.019\n }\n}\n```\n",
"bugtrack_url": null,
"license": "PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt",
"summary": "Run an annual energy simulation and compute energy use intensity.",
"version": "0.5.10",
"project_urls": {
"Homepage": "https://github.com/pollination/annual-energy-use",
"docker": "https://hub.docker.com/r/ladybugtools/honeybee-energy",
"icon": "https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_components/honeybee/png/eui.png"
},
"split_keywords": [
"honeybee",
" energy",
" ladybug-tools",
" energyplus",
" openstudio",
" energy",
" annual-energy-use"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f616baec431a8085d43599fac7674ead29edccc66e8c6e5f01946a656ab0ec19",
"md5": "3495005cedbb2fcc0ebb233b1575ebc4",
"sha256": "538929b775cd1da76839d59638437139a3a7820f2188784077d4e2166275443f"
},
"downloads": -1,
"filename": "pollination_annual_energy_use-0.5.10-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3495005cedbb2fcc0ebb233b1575ebc4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 6408,
"upload_time": "2024-12-10T18:40:46",
"upload_time_iso_8601": "2024-12-10T18:40:46.340613Z",
"url": "https://files.pythonhosted.org/packages/f6/16/baec431a8085d43599fac7674ead29edccc66e8c6e5f01946a656ab0ec19/pollination_annual_energy_use-0.5.10-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62100ce2499b417a11a80b97ba7d119d0c85ce334051a5c58fc1bd637a74c647",
"md5": "3b77f3ac14f71d4735fb7b350bafcdbb",
"sha256": "3acb6f9a9ab63fdd8169fd88fc7db633ecf8226238cb7202e6342c8bbc022785"
},
"downloads": -1,
"filename": "pollination_annual_energy_use-0.5.10.tar.gz",
"has_sig": false,
"md5_digest": "3b77f3ac14f71d4735fb7b350bafcdbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8194,
"upload_time": "2024-12-10T18:40:47",
"upload_time_iso_8601": "2024-12-10T18:40:47.515985Z",
"url": "https://files.pythonhosted.org/packages/62/10/0ce2499b417a11a80b97ba7d119d0c85ce334051a5c58fc1bd637a74c647/pollination_annual_energy_use-0.5.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 18:40:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pollination",
"github_project": "annual-energy-use",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pollination-honeybee-energy",
"specs": [
[
"==",
"0.7.12"
]
]
},
{
"name": "pollination-alias",
"specs": [
[
"==",
"0.11.11"
]
]
}
],
"lcname": "pollination-annual-energy-use"
}