> 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

![](https://2572426507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9X8PomX22wWVDNCoj%2Fuploads%2Fgit-blob-5006ad9c37cc220bafe33cf9a2c1f9d2ba4d607a%2FDeconstruct_Wea.png?alt=media)

![](https://2572426507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9X8PomX22wWVDNCoj%2Fuploads%2Fgit-blob-cc5e3e749d667cffa4d47524e8ff5c4cf446e111%2FDeconstruct_Wea.png?alt=media) - [\[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.
