uwg.readDOE module

uwg.readDOE.readDOE(serialize_output=True)[source]

Read csv files of DOE buildings Sheet 1 = BuildingSummary Sheet 2 = ZoneSummary Sheet 3 = LocationSummary Sheet 4 = Schedules Note BLD8 & 10 = school

Then make matrix of ref data as nested nested lists [16, 3, 16]: matrix refDOE = Building objs matrix Schedule = SchDef objs matrix refBEM (16,3,16) = BEMDef where:

[16,3,16] is Type = 1-16, Era = 1-3, climate zone = 1-16 i.e. Type: FullServiceRestaurant, Era: Pre80, Zone: 6A Minneapolis

Nested tree: [TYPE_1:

ERA_1:

CLIMATE_ZONE_1 … CLIMATE_ZONE_16

ERA_2:

CLIMATE_ZONE_1 … CLIMATE_ZONE_16

… ERA_3:

CLIMATE_ZONE_1 … CLIMATE_ZONE_16]