> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-radiance-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-radiance-primer/components/2_lightsources/deconstruct_wea.md).

# Deconstruct Wea

![](/files/-MihqgJDzpMBJO-yxb6w)

![](/files/-MihqacrRcQ6K5C0ej2g) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-radiance/blob/master/honeybee_grasshopper_radiance/src//HB%20Deconstruct%20Wea.py)

Deconstruct a Wea object into data collections of direct, diffuse, and golbal irradiance at each timestep of the file.

### Inputs

* #### wea \[Required]

A Honeybee WEA object.

### Outputs

* #### dir

A data collection of direct normal irradiance values at each timestep of the Wea.

* #### diff

A data collection of diffuse sky solar irradiance values at each timestep of the Wea.

* #### glob

A data collection of global horizontal irradiance values at each timestep of the Wea.
