Green Building Energy Code Compliance
City of Austin
@usgov.city_of_austin_green_building_energy_code_compliance
City of Austin
@usgov.city_of_austin_green_building_energy_code_compliance
Austin Energy Green Building is responsible for development of the City's Energy Code. Scan the number of permits and energy savings resulting from application of the code to new construction. Data starts in Fiscal Year 2007 and covers single family, multifamily, and commercial permits. Learn more at https://austinenergy.com/energy-efficiency/green-building.
Organization: City of Austin
Last updated: 2020-11-12T13:28:21.824604
Tags: austin-energy, code, compliance, conservation, green-building
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"n__of_residential_building_permits" BIGINT -- # Of Residential Building Permits,
"residential_energy_code_savings_kw" BIGINT -- Residential Energy Code Savings (kW),
"residential_energy_code_savings_mwh" BIGINT -- Residential Energy Code Savings (MWh),
"n__of_multifamily_unit_permits" BIGINT -- # Of Multifamily Unit Permits,
"multifamily_energy_code_savings_kw" BIGINT -- Multifamily Energy Code Savings (kW),
"multifamily_energy_code_savings_mwh" BIGINT -- Multifamily Energy Code Savings (MWh),
"commercial_building_permits_sq_ft" BIGINT -- Commercial Building Permits (sq. Ft.),
"commercial_energy_code_savings_kw" BIGINT -- Commercial Energy Code Savings (kW),
"commercial_energy_code_savings_mwh" BIGINT -- Commercial Energy Code Savings (MWh),
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"total_energy_code_saving_kw" BIGINT -- Total Energy Code Saving (kW),
"total_energy_code_savings_mwh" BIGINT -- Total Energy Code Savings (MWh)
);Anyone who has the link will be able to view this.