The Bradford 2025 Data Dashboards will use various geospatial visualisations.

Geographical

Boundary

Bradford City of Culture 2025 is geographically defined by the boundary of the City of Bradford Metropolitan District Council.

This map was rendered with the following code

comp.oi.map.svg({
  config: {
    geojson: { key: 'LAD24CD', data: geojson.bradford_mdc },
    ...
  }
})
City of Bradford Metropolitan District Council

Wards

This map was rendered with the following code

comp.oi.map.svg({
  config: {
    geojson: { key: 'WD24CD', data: geojson.bd_wards },
    ...
  }
})
Baildon (BAI)Bingley (BLY)Bingley Rural (BYR)Bolton and Undercliffe (BUC)Bowling and Barkerend (BBA)Bradford Moor (BMO)City (CTY)Clayton and Fairweather Green (CFG)Craven (CRA)Eccleshill (ECC)Great Horton (GHN)Heaton (HEA)Idle and Thackley (IDT)Ilkley (ILK)Keighley Central (KYC)Keighley East (KYE)Keighley West (KYW)Little Horton (LHN)Manningham (MHM)Queensbury (QBY)Royds (ROY)Shipley (SHY)Thornton and Allerton (THA)Toller (TOL)Tong (TNG)Wharfedale (WHF)Wibsey (WIB)Windhill and Wrose (WHW)Worth Valley (WTV)Wyke (WYK)

Postcode Districts

Research has shown that some residents of Bradford identify strongly with their postcode area. The map shows the postcodes that are contained within the bounds of the City of Bradford Metropolitan District Council.

Postcode DistrictsNotes
BD The entirety of BD19 and BD24 codes (as well as the non-geographical BD postcode districts) are excluded from this layout.
LS There is a significant area of Bradford MDC which is covered by the LS29 postcode. Additionally, some LS19, LS20 and LS28 postcodes are in the covered.
HD and HX The southern edges of the local authority area also include small parts of HD and HX postcodes.

This map was rendered with the following code

comp.oi.map.svg({
  config: {
    geojson: { key: 'name', data: geojson.postcodes },
    ...
  }
})
BD1BD2BD3BD4BD5BD6BD7BD8BD9BD10BD11BD12BD13BD14BD15BD16BD17BD18BD20BD21BD22BD23LS12LS19LS20LS21LS28LS29HD6HX2HX3

Hexmaps

The hexmap shows the wards in the Bradford Council local authority area. Hexmaps are useful as they present all elements as similarly sized, and can avoid providing a skewed view of the data.

This map was rendered with the following code

comp.oi.map.hex_cartogram({
    config: {
        geojson: hexes.bd_2024,
        label: 'short_code',
        ...
    }
})
Hexmap Baildon (BAI) Bingley (BLY) Bingley Rural (BYR) Bolton and Undercliffe (BUC) Bowling and Barkerend (BBA) Bradford Moor (BMO) City (CTY) Clayton and Fairweather Green (CFG) Craven (CRA) Eccleshill (ECC) Great Horton (GHN) Heaton (HEA) Idle and Thackley (IDT) Ilkley (ILK) Keighley Central (KYC) Keighley East (KYE) Keighley West (KYW) Little Horton (LHN) Manningham (MHM) Queensbury (QBY) Royds (ROY) Shipley (SHY) Thornton and Allerton (THA) Toller (TOL) Tong (TNG) Wharfedale (WHF) Wibsey (WIB) Windhill and Wrose (WHW) Worth Valley (WTV) Wyke (WYK)