Skip to main content

Accessibility Data Model

Overview

This data model captures accessibility features at metro and bus stations, focusing on lifts/elevators and their mapping to gates, platforms, concourses, and other station elements. The goal is to standardise how accessibility information is collected, stored, and shared for inclusive transit planning and real-time passenger information.

Key Entities & Fields

1. Gate to Lifts Mapping

  • station_id: Unique identifier for the station
  • station_code: Short code for the station
  • station_name: Name of the station
  • station_type: Type of station (e.g., Elevated, Underground)
  • type: Type of asset (e.g., Gate, Lift)
  • name: Name/identifier of the gate or lift
  • location: Description of location (e.g., Towards Parking, Towards Colony)
  • linked_options: Asset(s) linked to this gate (e.g., Lift No. 3)

Example:

station_idstation_codestation_namestation_typetypenamelocationlinked_options
72DSGDILSHAD GARDENElevatedGateGate No. 1Towards ParkingLift No. 3
72DSGDILSHAD GARDENElevatedGateGate No. 2Towards Dilshad ColonyLift No. 3

2. Lift to Platforms Mapping

  • station_id: Unique identifier for the station
  • station_code: Short code for the station
  • station_name: Name of the station
  • station_type: Type of station (e.g., Elevated, Underground)
  • type: Type of asset (Lift)
  • name: Name/identifier of the lift
  • location: Description of location (e.g., Concourse to Platform)
  • linked_options: Asset(s) linked to this lift (e.g., Gate No. 1, Platform 2, Concourse)

Example:

station_idstation_codestation_namestation_typetypenamelocationlinked_options
72DSGDILSHAD GARDENElevatedLiftLift No. 3Ground to ConcourseGate No. 1
72DSGDILSHAD GARDENElevatedLiftLift No. 1Concourse to PlatformPlatform 2
72DSGDILSHAD GARDENElevatedLiftLift No. 1Concourse to PlatformPlatform 1

Data Sharing

  • Data can be shared as CSV, JSON, or via API endpoints.
  • This data supports journey planners, and accessibility apps.