Mayor's Office Of Housing And Community Development Affordable Housing Pipeline
City of San Francisco
@usgov.city_of_san_francisco_affordable_housing_pipeline
City of San Francisco
@usgov.city_of_san_francisco_affordable_housing_pipeline
CREATE TABLE table_1 (
"project_id" VARCHAR,
"project_name" VARCHAR,
"project_status" VARCHAR,
"construction_status" VARCHAR,
"plannning_approval_address" VARCHAR,
"zip_code" BIGINT,
"block" VARCHAR,
"lot" VARCHAR,
"supervisor_district" BIGINT,
"city_analysis_neighborhood" VARCHAR,
"planning_neighborhood" VARCHAR,
"lead_agency" VARCHAR,
"general_housing_program" VARCHAR,
"specific_program_area" VARCHAR,
"multiphase_or_multisite_project_name" VARCHAR,
"redevelopment_project_area" VARCHAR,
"project_type" VARCHAR,
"housing_tenure" VARCHAR,
"ssp_acquisition_date" TIMESTAMP,
"issuance_of_notice_to_proceed_date" TIMESTAMP,
"issuance_of_building_permit_date" TIMESTAMP,
"issuance_of_first_construction_document_date" TIMESTAMP,
"estimated_actual_construction_start_date" TIMESTAMP,
"estimated_construction_completion_date" TIMESTAMP,
"project_lead_sponsor" VARCHAR,
"project_co_sponsor" VARCHAR,
"project_owner" VARCHAR,
"planning_case_number" VARCHAR,
"planning_entitlements" VARCHAR,
"entitlement_approval_date" TIMESTAMP,
"section_415_declaration" VARCHAR,
"total_project_units" BIGINT,
"mohcd_affordable_units" BIGINT,
"n__affordable" BIGINT,
"sro_units" BIGINT,
"studio_units" BIGINT,
"n_1bd_units" BIGINT,
"n_2bd_units" BIGINT,
"n_3bd_units" BIGINT,
"n_4bd_units" BIGINT,
"n_5_bd_units" BIGINT,
"mobility_units" BIGINT,
"family_units" BIGINT,
"senior_units" BIGINT,
"tay_units" BIGINT,
"homeless_units" BIGINT,
"disabled_units" BIGINT,
"losp_units" BIGINT,
"public_housing_replacement_units" BIGINT,
"n_20_ami" BIGINT,
"n_30_ami" BIGINT,
"n_40_ami" BIGINT,
"n_50_ami" BIGINT,
"n_55_ami" BIGINT,
"n_60_ami" BIGINT,
"n_80_ami" BIGINT,
"n_90_ami" BIGINT,
"n_100_ami" BIGINT,
"n_105_ami" BIGINT,
"n_110_ami" BIGINT,
"n_120_ami" BIGINT,
"n_130_ami" BIGINT,
"n_150_ami" BIGINT,
"ami_undeclared" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.