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

anomaly: unknown record identifiers GS and GR in Translink (NI) data set #12

Open
davidjrice opened this issue Apr 11, 2024 · 0 comments

Comments

@davidjrice
Copy link
Owner

davidjrice commented Apr 11, 2024

After the work done to track un-parseable lines in #7 examining the example data set (from Translink NI bus timetables that were made available 15 years ago now 🤯)

There appears to be two additional record types in their version of the ATCO-CIF file format.

These do not appear in the ATCO-CIF spec (Version 5.10, included in the docs) or the OpenDataNI dataset on Ulsterbus and Goldliner Timetable Data last updated 8th November 2023. Also it does not adhere to the usage of the Z series of identifiers for proprietary extensions outlaid in the ATCO-CIF spec.

  • GS
  • GR

This can be seen in the following excerpt from the data set and will be returned in the :unparsed array in the resultant data hash upon parsing a .cif file in the upcoming version including #7.

ATCO-CIF0500Electronic Registration         MIA 4.20.18     20090915113809
QLN700000001433Donegal Square East                             1 
QBN700000001433  333935  373979                                                
GS00001433 N                    Belfast Metro Ops                                 7000
GR00001433Donegall Square East                                                                                7000
QLN700000001627Great Northern Mall                             1 
QBN700000001627  333575  373717                                                

Taking a complete guesstimate these might stand for:

  • Gazetteer Service
  • Gazetteer Route

They also share some (incomplete) data with the QL and QN record types.

Not sure how worthwhile further investigation is as I can't find an online source of the Translink data set anymore but just leaving this here in case it's useful for posterity.

@davidjrice davidjrice changed the title Unknown record identifiers GS and GR in Translink (NI) data set anomaly: unknown record identifiers GS and GR in Translink (NI) data set Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant