Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List each platform as GTFS stop in the generated GTFS, and various GTFS semantic fixes #73

Closed
wants to merge 26 commits into from

Commits on Mar 31, 2023

  1. build on modern npm

    Michael Tsang committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4fef5a1 View commit details
    Browse the repository at this point in the history
  2. add executable bit into script

    Michael Tsang committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e1214a1 View commit details
    Browse the repository at this point in the history
  3. increase Javascript heap space

    Michael Tsang committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8e60095 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. update station data from latest knowledge base

    Michael Tsang committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    219c446 View commit details
    Browse the repository at this point in the history
  2. update agency list

    Michael Tsang committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9c5fb5f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. enable source map for debugging

    Michael Tsang committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ac53c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bd0e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. remove pass time and handle public / scheduled departure / arrival ti…

    …me independently
    Michael Tsang committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    073a764 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. increase memory for gtfs and gtfs-zip scripts

    Michael Tsang committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c08ec0e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. add Locomotive Services

    Michael Tsang committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6ecdf54 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merged PR 92: Fix errors when building on latest Node.js platform

    This increases the memory limit as the original isn't enough to process the current timetable. Also, the executable bit is added into the script, and source map is added to enable debugging.
    
    Related work items: #637
    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    997cc2d View commit details
    Browse the repository at this point in the history
  2. Merged PR 78: Update agency and stations list

    Update all train operating companies' name and contact details.
    Update stations list to use coordinates from the latest stations knowledge base, and add a field for wheelchair access
    
    Related work items: #638
    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    765596f View commit details
    Browse the repository at this point in the history
  3. Merged PR 83: Remove passing points as stops

    The original upstream implementation lists passing points (where the train doesn't stop) as stops in the GTFS. This is misleading to customers so they are removed.
    
    Also it fixes the case where one of the public arrival or departure times are not available, which should fall back to working time independently.
    
    Unadvertised stops remain as stops in the GTFS.
    
    Related work items: #639
    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    16c8f88 View commit details
    Browse the repository at this point in the history
  4. return stations and platforms in stops.txt

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3500c70 View commit details
    Browse the repository at this point in the history
  5. output platform locations in schedule and remove incorrect use of hea…

    …dsign
    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5f1118b View commit details
    Browse the repository at this point in the history
  6. use more description route names

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a11320c View commit details
    Browse the repository at this point in the history
  7. fix platform generation not returning platforms from sub-stations (e.…

    …g. PDX in PAD)
    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    07c0385 View commit details
    Browse the repository at this point in the history
  8. fix stop query for sub-stations

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    aa3ecc0 View commit details
    Browse the repository at this point in the history
  9. add comments explaining main and minor CRS codes

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8fcfa0f View commit details
    Browse the repository at this point in the history
  10. allow specifying alternative station data

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    29be97a View commit details
    Browse the repository at this point in the history
  11. add bracket to platform in station name

    Michael Tsang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    730e090 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    46d3a04 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. add platform_code field into the generated GTFS

    Michael Tsang committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f0bb915 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. revert change to arrival and departure time handling

    Michael Tsang committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d8da5c2 View commit details
    Browse the repository at this point in the history
  2. add alternative station data example

    Michael Tsang committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bdd653e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/platforms

    # Conflicts:
    #	src/gtfs/repository/CIFRepository.ts
    Michael Tsang committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    be738e3 View commit details
    Browse the repository at this point in the history