Land Area And Population Density, Ward And Borough
Greater London Authority
@ukgov.land_area_and_population_density_ward_and_borough
Greater London Authority
@ukgov.land_area_and_population_density_ward_and_borough
Land area and population density figures for 2001 to 2050 for wards and boroughs. Ward data begins in 2011. Population figure included are GLA estimate (2016-based projections), 2011 Census and ONS Mid-year Estimates. GLA figures are based on GLA population projections. Select which year you require from the drop-down box in the spreadsheet. Inland area takes account of water line. Areas with large bodies of water will have a smaller inland area than total area since some of the area will be water. Land area figures are taken from Ordnance Survey boundaries using MapInfo.
Publisher name: Greater London Authority
Last updated: 2024-09-14T08:12:05Z
CREATE TABLE table_1 (
"code" VARCHAR,
"borough" VARCHAR,
"ward_name" VARCHAR,
"year" BIGINT,
"population" BIGINT,
"hectares" DOUBLE,
"square_kilometres" DOUBLE,
"population_per_hectare" DOUBLE,
"population_per_square_kilometre" DOUBLE
);CREATE TABLE table_2 (
"code" VARCHAR,
"name" VARCHAR,
"year" BIGINT,
"source" VARCHAR,
"population" BIGINT,
"inland_area_hectares" DOUBLE,
"total_area_hectares" DOUBLE,
"population_per_hectare" DOUBLE,
"square_kilometres" DOUBLE,
"population_per_square_kilometre" DOUBLE
);Anyone who has the link will be able to view this.