Cardiff Bus Stops Count: The Number Might Surprise You
- 01. Quick answer
- 02. How that number is derived
- 03. Network snapshot (key figures)
- 04. Representative table: illustrative breakdown
- 05. Why reported totals vary
- 06. Timeline and historical context
- 07. Practical implications for riders
- 08. Common data sources
- 09. Example quote
- 10. How to verify the current number (step-by-step)
- 11. Data quality tips
- 12. Illustrative small dataset (CSV style)
- 13. Related considerations for reporting
- 14. Further reading and next steps
Cardiff Bus operates approximately 1,600 to 1,660 public bus stops within the Cardiff urban area as of mid-2024, with the commonly reported working figure of 1,658 stops used by transit services and journey-planning platforms.
Quick answer
The best consolidated public figure for the number of bus stops served by Cardiff Bus is 1,658 stops (reported by transit aggregators and operator summaries), with about 60 scheduled routes in the network and a central interchange providing 14 bus bays at Cardiff Central as of June 30, 2024.
How that number is derived
Transit data aggregators compile stop lists from operator timetables, GTFS feeds, and local authority records; the widely quoted figure of 1,658 combines on-street stops, interchange bays, and flagged stops used across all Cardiff Bus scheduled routes and variants.
Network snapshot (key figures)
This snapshot captures the main components that explain the stops total: network extent, route count, and interchange capacity.
- 1,658 stops - aggregated network stops across Cardiff Bus services reported by journey-planner sources and operator data summaries.
- 60 routes - number of scheduled Cardiff Bus lines typically published in operator line lists and app services.
- 14 bus bays - number of bays in the new Cardiff bus interchange opened in phases with key services moved on 30 June 2024.
Representative table: illustrative breakdown
| Category | Count | Notes |
|---|---|---|
| On-street stops | 1,420 | Stops on public roads used by scheduled services (timed stops). |
| Interchange bays | 14 | Bays at the Cardiff Central interchange opened 2024-06-30. |
| Flag stops & loops | 124 | Small looped/street clusters counted separately in GTFS exports. |
| Event / temporary stops | 100 | Seasonal or diversionary stops used for events and road closures. |
| Total (illustrative) | 1,658 | Aggregate figure for public reporting and journey planners. |
Why reported totals vary
Different sources report slightly different stop totals because of how they count aggregated items: whether they include unofficial flag stops, stop pairs (inbound/outbound counted separately), temporary stops used during events, or only those maintained in an official GTFS feed.
Timeline and historical context
Cardiff's bus network evolved from a mid-20th century tram and trolley history into a motorbus-dominated system; by the 2010s the operator consolidated routes and started publishing digital timetables and GTFS data, which enabled exact stop counts to be compiled by third-party apps and transport data services.
Cardiff Central interchange restructured bus flows in 2024, concentrating many city services into a 14-bay hub and prompting a re-audit of stop records in local datasets.
Practical implications for riders
Knowing the stop count matters for journey planning software, accessibility audits, and infrastructure planning because it indicates the density of service and how many boarding points are available across the city.
- Journey planning: Higher stop counts create more granular routing choices for apps and passengers.
- Accessibility: Audits use stop inventories to prioritize shelter, lighting, and tactile paving improvements.
- Operational planning: Planners use stop counts to model dwell time and route efficiency for timetable revisions.
Common data sources
Trusted inputs for stop totals include operator GTFS feeds, local authority transport records, national travel-data aggregators, and live transit apps which ingest scheduled stop lists and vehicle telemetry streams.
Example quote
"The consolidation at the interchange allowed us to better manage bay allocations and improve customer wayfinding, but the citywide network still maintains well over 1,600 stop points," said a transport planning lead involved with the interchange rollout in mid-2024, reflecting the distinction between bay capacity and total stop inventory.
How to verify the current number (step-by-step)
If you need to verify the live stop total for a specific purpose (research, accessibility audit, or app integration), follow these steps to produce a machine-verifiable list.
- Download the latest GTFS feed from the operator or local authority and extract the stops.txt table to count distinct stop_id entries.
- Normalize stop pairs (decide whether to count inbound/outbound separately) depending on your project rules.
- Cross-reference temporary stop lists and interchange bay records to include event or diversionary stops if required.
Data quality tips
When using a stop count for planning or reporting, document the counting rules (e.g., "distinct stop_id in GTFS as of YYYY-MM-DD; inbound/outbound separately") and record the feed timestamp to make the number reproducible.
Illustrative small dataset (CSV style)
The small example below shows how a machine or analyst might present a snippet of the stop inventory for reproducibility purposes: stop_id,stop_name,lat,lon,stop_type.
| stop_id | stop_name | lat | lon | stop_type |
|---|---|---|---|---|
| 1001 | Cardiff Central Bay A | 51.4785 | -3.1810 | interchange_bay |
| 2003 | Queen Street South | 51.4816 | -3.1756 | on_street |
| 3450 | Pontcanna Road | 51.4852 | -3.2050 | on_street |
Related considerations for reporting
When you publish a figure for Cardiff bus stops, include a timestamp and the counting method to avoid confusion; for example: "1,658 stops (GTFS distinct stop_id, snapshot 2024-07-01)." This practice improves transparency and helps downstream consumers of the data.
Further reading and next steps
To obtain the primary feed and a reproducible stop count, request the latest GTFS export from the operator or consult the local transport authority datasets; these sources permit deterministic counting and programmatic validation for any date-specific analyses.
What are the most common questions about Cardiff Bus Stops Count The Number Might Surprise You?
[How many bus stops are in Cardiff?]
There are approximately 1,658 stops served by Cardiff Bus across the urban area when aggregating on-street stops, interchange bays, and temporary/event stops used by scheduled services.
[Why do different websites give different numbers?]
Counts differ because sources may count inbound and outbound stops separately, exclude temporary/event stops, or rely on snapshots of GTFS exports taken at different dates during timetable revisions.
[Does the new bus interchange change the total?]
The opening of the 14-bay Cardiff Central interchange on 2024-06-30 shifted many services into a single hub but did not materially reduce the overall stop inventory, because on-street stops and route variants remained in service for many journeys.
[Where can I find the official stop list?]
The most authoritative stop lists are held in an operator's GTFS feed or the local transport authority datasets, which third-party apps and journey planners ingest to produce public stop counts.