FY2023 Single Family Rated Projects
City of Austin
@usgov.city_of_austin_fy2023_single_family_rated_projects
City of Austin
@usgov.city_of_austin_fy2023_single_family_rated_projects
This dataset contains single family dwelling units rated in 2023. Austin Energy Green Building ratings evaluate the sustainability of participating single family, multifamily and commercial buildings on a scale of one to five stars in the areas of energy efficiency, water efficiency, materials, site, indoor environmental quality, community impact and innovation. Learn more at http://greenbuilding.austinenergy.com.
Organization: City of Austin
Last updated: 2024-10-25T11:57:37.523454
Tags: aegb, affordable, affordable-housing, green-building, single-family-homes
CREATE TABLE table_1 (
"organization_name" VARCHAR,
"project_name" VARCHAR,
"development_or_neighborhood" VARCHAR,
"city" VARCHAR,
"st" VARCHAR,
"zip" BIGINT,
"n__residences_built" BIGINT -- # Residences Built,
"n_1_star" BIGINT -- 1-star,
"n_2_star" BIGINT -- 2-star,
"n_3_star" BIGINT -- 3-star,
"n_4_star" BIGINT -- 4-star,
"n_5_star" BIGINT -- 5-star,
"aegb_rating" VARCHAR,
"leed_certification" VARCHAR,
"building_use" VARCHAR,
"agreement_name" VARCHAR,
"program" VARCHAR,
"rating_version" DOUBLE,
"fiscal_year_reported" BIGINT,
"propertyid" VARCHAR,
"project_id" BIGINT,
"s_m_a_r_t_housing" BOOLEAN -- S.M.A.R.T. Housing,
"single_family_type" VARCHAR,
"address" VARCHAR,
"address_of_model_home" VARCHAR,
"fiscal_start_date" VARCHAR,
"fiscal_end_date" VARCHAR,
"geocode" VARCHAR
);Anyone who has the link will be able to view this.