-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Trafford population map to 2022
- Loading branch information
Showing
2 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-GB"> | ||
<head> | ||
<title>Trafford Data Lab: Resident Population of Trafford (2020)</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/> | ||
<meta charset="UTF-8"/> | ||
<meta name="keywords" content="population, residents, people, trafford, open, data, open data, data visualisation, visualisation"/> | ||
<meta name="description" content="Resident Population of Trafford based on the mid-2020 population statistics from the Office for National Statistics visualised by Trafford Data Lab."/> | ||
|
||
<link rel="stylesheet" href="../css/base.css"/> | ||
<link rel="stylesheet" href="../css/accessible_graphics.css"/> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<h1>Resident Population of Trafford</h1> | ||
<cite>Source: Mid-2022 population statistics, Office for National Statistics.</cite> | ||
|
||
<figure> | ||
<img src="https://www.trafforddatalab.io/maps/static/output/trafford_population_2022.png" width="600" alt="Map of Trafford showing the 21 wards coloured according to their mid-2020 population estimates."/> | ||
<figcaption> | ||
Traffford's total population in 2022 was 236,301. Broadheath ward located in the South of Trafford had the highest resident population in the borough with around 13,087 people living there. The Northern ward of Old Trafford was next with approximately 400 fewer residents. The Northern wards of Stretford & Humphrey Park and Gorse Hill & Cornbrook also had relatively large populations, above 12,000 people. Wards with population between 11,000 and 12,000 people were Lostock & Barton in the North, Davyhulme and Flixton in the West, Sale Moor and Manor in the Central locality, and Timperley North, Timperley Central and Hale in the South. The remaining 9 wards have populations between 10,000 and 11,000 including Bucklow-St Martins which has the fewest population with 10,139 residents. | ||
</figcaption> | ||
</figure> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters