Create a weather object using an EPW file.
Inputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Path | P | A path to the EPW file from which weather data will be read. | String |
| North Vector | N | A vector that indicates north orientation in the XY-plane. | Vector3d |
| Luminous Efficacy Model | L | Specifies how the relationship between irradiance and illuminance should be calculated. | String |
Outputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Weather | W | A weather object containing data from an EPW (Energy Plus Weather) file, a sun rig and sky coefficients. The weather object also contains sky coefficients for each weather measurement. | Weather |