Building Energy Benchmarking Data, 2015-Present
City of Seattle
@usgov.city_of_seattle_building_energy_benchmarking_data_2015_present
City of Seattle
@usgov.city_of_seattle_building_energy_benchmarking_data_2015_present
CREATE TABLE table_1 (
"osebuildingid" BIGINT,
"datayear" BIGINT,
"buildingname" VARCHAR,
"buildingtype" VARCHAR,
"taxparcelidentificationnumber" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zipcode" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"neighborhood" VARCHAR,
"councildistrictcode" BIGINT,
"yearbuilt" BIGINT,
"numberoffloors" DOUBLE,
"numberofbuildings" DOUBLE,
"propertygfatotal" BIGINT,
"propertygfabuildings" BIGINT,
"propertygfaparking" BIGINT,
"selfreportgfatotal" BIGINT,
"selfreportgfabuildings" BIGINT,
"selfreportparking" BIGINT,
"energystarscore" DOUBLE,
"siteeuiwn_kbtu_sf" DOUBLE,
"siteeui_kbtu_sf" DOUBLE,
"siteenergyuse_kbtu" DOUBLE,
"siteenergyusewn_kbtu" DOUBLE,
"sourceeuiwn_kbtu_sf" DOUBLE,
"sourceeui_kbtu_sf" DOUBLE,
"epapropertytype" VARCHAR,
"largestpropertyusetype" VARCHAR,
"largestpropertyusetypegfa" DOUBLE,
"secondlargestpropertyusetype" VARCHAR,
"secondlargestpropertyusetypegfa" DOUBLE,
"thirdlargestpropertyusetype" VARCHAR,
"thirdlargestpropertyusetypegfa" DOUBLE,
"electricity_kwh" DOUBLE,
"steamuse_kbtu" DOUBLE,
"naturalgas_therms" DOUBLE,
"compliancestatus" VARCHAR,
"complianceissue" VARCHAR,
"electricity_kbtu" DOUBLE,
"naturalgas_kbtu" DOUBLE,
"totalghgemissions" DOUBLE,
"ghgemissionsintensity" DOUBLE,
"demolished" BOOLEAN
);
Anyone who has the link will be able to view this.