-
Notifications
You must be signed in to change notification settings - Fork 13
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
Invalid gtfs for latest ATOC - NA values and unknown stop_ids. #42
Comments
Upon running the outputted
Line 1155239 of
|
Running
I then ran Noticing that the I note that this latter issue seems similar to #29. |
I have noticed the unknown stop_ids as well. I suppose |
Well, I finally got this working but it took a few extra steps. To summarize what is surely not the most efficient way:
|
This can happen when ATOC add new TIPLOCs that are not in the package database. The CIF files contain the locations of TIPLOCs but they are often woefully inaccurate so by default UK2GTFS uses an internal database you can see by.
If you want to draw the TIPLOC locations from the CIF file you can use I periodically update the database so I'll have a look and see if new locations are required. |
Also missing |
I've pushed an update that will now check and pull in any missing tiplocs with a warning. I've also added 10 new tiplocs to the database
|
Noted- not good of OTP to complain, then! I haven't tested again, but I presume your last commit has fixed the
Thank you for maintaining the library! |
Let me know if you have any more problems. Unfortunately missing or bad data is quite common and the only fix is for people to report it. The package now tracks over 10,000 tiplocs but there are only about 2,500 stations in the UK. Which gives you an idea of how many temporary or intermittent ones are used for thing like bus replacement services etc. |
Hello, revisiting this after a while. I'm getting an invalid gtfs for the latest ATOC data.
Data was downloaded 23 Dec, filename is
gtfs_ttis222.zip
.Are these easy to remedy?
In particular, we have the following NA values:
And the following missing stop_ids:
Thank you!
The text was updated successfully, but these errors were encountered: