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.
Branch | State |
---|---|
develop |
|
master |
Currently there are only two transformations applied:
- 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. - The
platform_code
column is field from the information encoded in thestop_id
. And terms like "Gleis" or similar are removed to be compliant with the GTFS standard.
TODO
Format: <1>:<2>:<3>(:<4>:<5>)
TODO