
Description
This user object component takes an Energy Plus Weather (.epw) file path input and deconstructs the tabulated data into lists corresponding to the sample dates. These lists are grouped into branches according to their data types to reduce the complexity of the outputs. The breakdown and descriptions are taken from, http://infohouse.p2ric.org/ref/36/35818.pdf, specifically pages (32 – 43). This component was originally developed to find the average turbidity values for a specific region for use in Maxwell Renderings.
Components

Deconstruct EPW
epw | In | File Path | Item | Filepath to an .epw format file |
I | In | Integers | List | An optional integer input which specifies the line where tabulated data begins |
Location | Out | Integer | Tree | A list containing the
|
Date_Time | Out | Date_Time | Tree | A datatree where each branch contains the parameters for a sample point, list items contain
|
Uncertainty | Out | String | Tree | A datatree where each branch corresponds to the date based sample point and contains the Uncertainty Flags |
Comfort | Out | Double | Tree | The remaining outputs all contain datatree’s where each branch corresponds to the date based sample point, list items contain data about
|
Radiation | Out | Double | Tree |
|
Illuminance | Out | Double | Tree |
|
Wind | Out | Double | Tree |
|
Sky | Out | Double | Tree |
|
Weather | Out | Double | Tree |
|
Precipitation | Out | Double | Tree |
|
Downloads
Minimum Requirements
Platform | Rhino 5, Grasshopper |
Version | Grasshopper 0.9.0075 |
Type | C# Component |