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

Fix Ashford #1352

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Fix Ashford #1352

merged 1 commit into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Fix Ashford

    There are two Ashford stations. Both are called Ashford International but
    one is for national rail services (CRS AFK, as in AshFord Kent) and one is
    for international rail services (CRS ASI AShford International). Various
    mix-up occured in the data.
    
    - 7968 was probably intended to be the international services station.
      Adding the proper SNCF code to it. Removing the same_as column and add the
      CRS code for it.
    - 8154 is the meta station. It has ATOC group code 386. SNCF knows it by
      code GBASD.
    - 8155 was intended to be Ashford International *national* services,
      guessing from the normalised code. It has CRS code AFK and SNCF code GBAJC.
    - 22673 was deleted. It has a same_as, generally indicating a
      misunderstanding of the subtelties. It did not contain meaningful
      information.
    
    Also
    - remove DB and Bene ids on Ashford as they're not served by these
    carriers and until the situation is made clearer
    - add the remaining normalised codes corresponding to each station / group
    
    Finally, there is some confusion in the UIC data and the NLOCs, did my best
    to collate the data.
    ConscritNeuneu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8703c07 View commit details
    Browse the repository at this point in the history