honeybee_energy_standards.extension.schedule.day module

Classmethods for honeybee-energy ScheduleDay.

honeybee_energy_standards.extension.schedule.day.from_standards_dict(cls, data)[source]

Create a ScheduleDay from an OpenStudio standards gem dictionary.

Parameters

data – Standards gem dictionary of a ScheduleDay following the format below.

{
"name": "Large Office Bldg Occ",
"category": "Occupancy",
"units": null,
"day_types": "Default",
"start_date": "2014-01-01T00:00:00+00:00",
"end_date": "2014-12-31T00:00:00+00:00",
"type": "Hourly",
"notes": "From DOE Reference Buildings ",
"values": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.2, 0.95, 0.95, 0.95,
           0.95, 0.5, 0.95, 0.95, 0.95, 0.95, 0.7, 0.4, 0.4, 0.1,
           0.1, 0.05, 0.05]
}