Retail And Town Centre Uses Completions 2002-2016
Cambridgeshire Insight
@ukgov.retail_and_town_centre_uses_completions_2002_20161
Cambridgeshire Insight
@ukgov.retail_and_town_centre_uses_completions_2002_20161
Town centre uses completions by district and use class in Cambridgeshire 2002-2016. Shows Retail (A1), B1a (Office), A2 (Professional and Financial Services) and D2 (Leisure). Amount of floorspace completed (built) in sqm in each financial year from 2002/03 to 2015/16 according to annual monitoring reports, data gathered and cleaned by CCC Research and Monitoring Team.
Publisher name: Cambridgeshire Insight
Last updated: 2024-09-14T15:20:34Z
CREATE TABLE retail_and_town_centre_uses_completions_2002_2016 (
  "code" VARCHAR,
  "district" VARCHAR,
  "date" VARCHAR,
  "a1_retail_floorspace_gains_sqm" BIGINT  -- A1 (Retail) Floorspace Gains Sqm,
  "a1_retail_floorspace_losses_sqm" BIGINT  -- A1 (Retail) Floorspace Losses Sqm,
  "a1_retail_floorspace_net_sqm" BIGINT  -- A1 (Retail) Floorspace Net Sqm,
  "a2_floorspace_gains_sqm" BIGINT,
  "a2_floorspace_losses_sqm" BIGINT,
  "a2_floorspace_net_sqm" BIGINT,
  "b1a_floorspace_gains_sqm" BIGINT,
  "b1a_floorspace_losses_sqm" BIGINT,
  "b1a_floorspace_net_sqm" BIGINT,
  "d2_floorspace_gains_sqm" BIGINT,
  "d2_floorspace_losses_sqm" BIGINT,
  "d2_floorspace_net_sqm" BIGINT
);Anyone who has the link will be able to view this.