> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/hb-energy-primer/components/6_result/read_zone_sizing.md).

# Read Zone Sizing

![](/files/-MihpgJ7lAH5DDRfW_95)

![](/files/-MihpgJ9YMGEUPRZa8Hj) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Read%20Zone%20Sizing.py)

Parse a zone sizing (ZSZ) csv result file from an energy simulation to get data collections for the cooling/heating load over the peak design day.

## Inputs

* **zsz \[Required]**

  Full path to a zone sizing (ZSZ) csv result file that was generated by EnergyPlus.&#x20;

## Outputs

* **cooling\_load**

  a list of HourlyContinuousCollections for zone cooling load. There will be one data collection per conditioned zone in the model.&#x20;
* **heating\_load**

  a list of HourlyContinuousCollections for zone heating load. There will be one data collection per conditioned zone in the model.&#x20;
