Identified Supply Of Housing, Industrial/warehousing And Offices 2024 In Greater Manchester
Greater Manchester Combined Authority
@ukgov.identified_supply_of_housing_industrial_warehousing_an_649d3e5e
Greater Manchester Combined Authority
@ukgov.identified_supply_of_housing_industrial_warehousing_an_649d3e5e
CREATE TABLE identified_supply_of_housing_2024_spreadsheet (
"category" VARCHAR,
"local_authority" VARCHAR,
"site_reference" VARCHAR,
"site_name" VARCHAR,
"site_address" VARCHAR,
"is_the_site_brownfield_greenfield_or_a_mix" VARCHAR,
"construction_status" VARCHAR,
"planning_status" VARCHAR,
"local_planning_status" VARCHAR,
"are_the_supply_figures_net_or_gross" VARCHAR,
"houses_only_completions_all_past_years" BIGINT,
"houses_only_supply_2024_25_to_2028_2029" BIGINT,
"houses_only_supply_2029_30_to_2033_34" BIGINT,
"houses_only_supply_2034_35_to_2038_39" BIGINT,
"houses_only_supply_2039_40_onwards" BIGINT,
"apartments_only_completions_all_past_years" BIGINT,
"apartments_only_supply_2024_25_to_2028_2029" BIGINT,
"apartments_only_supply_2029_30_to_2033_34" BIGINT,
"apartments_only_supply_2034_35_to_2038_39" BIGINT,
"apartments_only_supply_2039_40_onwards" BIGINT
);
CREATE TABLE identified_supply_of_industrial_warehousing_2024_spreadsheet (
"category" VARCHAR,
"local_authority" VARCHAR,
"site_reference" VARCHAR,
"site_name" VARCHAR,
"site_address" VARCHAR,
"is_the_site_brownfield_greenfield_or_a_mix" VARCHAR,
"construction_status" VARCHAR,
"planning_status" VARCHAR,
"local_planning_status" VARCHAR,
"total_i_w_completions_all_past_years" BIGINT,
"gross_floorspace_sq_m_only_supply_2024_25_to_2028_2029" DOUBLE,
"gross_floorspace_sq_m_only_supply_2029_30_to_2033_34" DOUBLE,
"gross_floorspace_sq_m_only_supply_2034_35_to_2038_39" DOUBLE,
"gross_floorspace_sq_m_only_supply_2039_40_onwards" BIGINT
);
CREATE TABLE identified_supply_of_offices_2024_spreadsheet (
"category" VARCHAR,
"local_authority" VARCHAR,
"site_reference" VARCHAR,
"site_name" VARCHAR,
"site_address" VARCHAR,
"is_the_site_brownfield_greenfield_or_a_mix" VARCHAR,
"construction_status" VARCHAR,
"planning_status" VARCHAR,
"local_planning_status" VARCHAR,
"total_offices_completions_all_past_years" BIGINT,
"gross_floorspace_sq_m_only_supply_2024_25_to_2028_2029" DOUBLE,
"gross_floorspace_sq_m_only_supply_2029_30_to_2033_34" DOUBLE,
"gross_floorspace_sq_m_only_supply_2034_35_to_2038_39" BIGINT,
"gross_floorspace_sq_m_only_supply_2039_40_onwards" BIGINT
);
Anyone who has the link will be able to view this.