Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.38 KB

VRR GTFS Feed Transformer

This tool aims to to make the released GTFS feed more consistent and include the features of the GTFS standard. You can download the feed from the open data portal.

Build

Branch State
develop Build Status
master Build Status

Transformations

Currently there are only two transformations applied:

  1. Group all stations which are the same with an appropiate parent_station to get better search results and avoid "duplicate" stops. A station is created for those.
  2. The platform_code column is field from the information encoded in the stop_id. And terms like "Gleis" or similar are removed to be compliant with the GTFS standard.

Usage

TODO

Good to know

stop_id

Format: <1>:<2>:<3>(:<4>:<5>)

TODO