Climate IO¶
- buildingmodel.io.climate.load_data(file_path)[source]¶
Reads an EPW climate file and returns the relevant climate data
- Parameters:
file_path (str) – path to EPW climate file
- Returns:
DataFrame containing air_temperature, dew_point_temperature, wind_speed, wind_direction, direct_normal_radiation, diffuse_horizontal_radiation
- Return type:
Dataframe