Metadata-Version: 2.1
Name: pollination-annual-energy-use
Version: 0.5.11
Summary: Run an annual energy simulation and compute energy use intensity.
Home-page: https://github.com/pollination/annual-energy-use
Author: ladybug-tools
Author-email: info@ladybug.tools
Maintainer: chris, ladybug-tools
Maintainer-email: chris@ladybug.tools, info@ladybug.tools
License: PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt
Project-URL: icon, https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_components/honeybee/png/eui.png
Project-URL: docker, https://hub.docker.com/r/ladybugtools/honeybee-energy
Keywords: honeybee,energy,ladybug-tools,energyplus,openstudio,energy,annual-energy-use
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pollination-honeybee-energy>=0.7.13
Requires-Dist: pollination-alias>=0.11.11

# 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
  }
}
```
