Daily Origin-Destination Ridership: BRT Sunway Line

Data as of 02 Apr 2026, 23:59

Daily origin-destination ridership data covering all 7 stop on the BRT Sunway Line. The table provides a brief preview of the data, but you may download the data in full.

0 views·0 downloads

How is this data produced?

This dataset is derived from anonymous transactional data generated by Rapid's tap-in-tap-out system, which governs the gates at all rail stations in the Klang Valley. The origin-destination totals are calculated by summing passenger counts across all station-station pairs at daily frequency.

Metadata

Dataset description

Daily origin-destination ridership data covering all 7 stop on the BRT Sunway Line. The table provides a brief preview of the data, but you may download the data in full.

Variable definitions
  • Date
  • Origin
  • Destination
  • Ridership
Last updated:

03 Apr 2026, 17:51

Next update:

04 Apr 2026, 22:00

Data source(s)
  • Prasarana Malaysia
  • Ministry of Transport
License

This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A copy of the license is available Here.

Download

Data
Full Dataset (CSV)

Full Dataset (CSV)

Recommended for individuals seeking an Excel-friendly format.

0

Full Dataset (Parquet)

Full Dataset (Parquet)

Recommended for data scientists seeking to work with data via code.

0

Code

Connect directly to the data with Python.

# If not already installed, do: pip install pandas fastparquet import pandas as pd URL_DATA = 'https://storage.data.gov.my/transportation/bus/brt_2026_daily.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Sample OpenAPI query

This data catalog is not available through OpenAPI as the nature of the data makes it unsuitable for API access. For the full dataset, please use the provided download link as shown in the above section.