Skip to content

Commit

Permalink
Merge pull request #169 from iRail/feature/77-traveler-counts
Browse files Browse the repository at this point in the history
#77 Add traveler counts
  • Loading branch information
Bertware authored Feb 18, 2024
2 parents 2989f98 + 0187ff0 commit 9a23953
Show file tree
Hide file tree
Showing 2 changed files with 566 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ This file describes facilities available in NMBS/SNCB stations. All fields are c
* `sales_open_monday` - `sales_open_sunday`: The time at which ticket boots open on this day of the week.
* `sales_close_monday` -`sales_close_sunday`:The time at which ticket boots close on this day of the week.

### embarkment_statistics.csv
This file describes how many people embark a train at the given station per day. Statistics from october 2023, source:
[belgiantrain.be, Cijfers opgestapte reizigers](https://www.belgiantrain.be/nl/about-sncb/enterprise/publications/travellers-counts)

* `URI`: The URI identifying this station.
* `name`: The name of this station.
* `nmbs_short_name`: The short name of this station, as used in the original source data. For verification and future update purposes.
* `average_weekday_embarkments`: The average number of travelers embarking on a weekday. Empty when a station does not have traffic on weekdays.
* `average_saturday_embarkments`: The average number of travelers embarking on a saturday. Empty when a station does not have traffic on saturdays.
* `average_sunday_embarkments`: The average number of travelers embarking on a sunday. Empty when a station does not have traffic on sundays.

## How we collect data

This repository contains two PHP scripts which can load all data from the NMBS GTFS public data and the NMBS website. These scripts can be used to generate all CSV files from scratch, and to update existing files.
Expand Down
Loading

0 comments on commit 9a23953

Please sign in to comment.