Digital version of WTT/TTNs?

WTTs, and the odd TTN, are published to Working Timetables (WTT) - Transport for London
Only in PDF, which is human-readable (just about!), but impossible to convert to anything more computer-friendly for picking apart in code.

But the PDs do contain the tantelising declaration:
"A digital version of this Notice can be found on the Establishment Planning Sharepoint site at https [colonslashslash] transportforlondon [dot] sharepoint [dot] com/sites/EPTimetables/

Unfortunately, that seems to require a (TfL) Sharepoint logon to access.
What ‘digital’ format is on the Sharepoint?

I’d love to get PICC timetable data including Train no/Trip no and time at key stations (as appears in the PDF WTTs). Might that be possible?

Hello, thanks for your question.

The SharePoint site hosts the same PDF files that are available on the link you provided. These PDFs are often printed out as physical copies. So the reference to the SharePoint site informs colleagues of how they may obtain the original PDFs.

You may be interested in the FOI request I made a couple of years ago, which can be seen at FOI request detail - Transport for London.

I asked for a copy of the current WTTs in ‘raw’ format, and TfL provided files in CUF (Common User Format), which are not routinely published.

@LeonByford and I discussed this, and one day I hope that raw timetable data will be out there, not just the PDFs!

2 Likes

@LeonByford Thanks; had not considered that interpretation of the ‘digital format’ statement.

Al least I know I’m not missing anything.

@Poggs Thanks - That data does contain Train no/Trip no, Good stuff. Will not start writing code until/unless there are current/regular releases.

@SealingMark

I note the WTT coding appears on the Darwin Pushport periodically and I’m storing that in table…

This data includes non-tube TfL Services.

(you can usually ftp these timetables at 2am)

@briantist Thanks for the pointer - wasn’t aware of that.

1 Like

I would love to see this happen some day, as some may be aware I worked on a project called “TubeTracker” to make use of these detailed timetables in a website similar to Realtime Trains. It’s been closed and archived due to the difficulty in obtaining the CUF files, but if they start getting regularly published then I would certainly consider opening the website back up.

The CUF timetables include lots of very useful information when compared to the journey planner TransXChange files, like running numbers, trip numbers, non-passenger trips, and all locations rather than only the stations. Certainly beats trying to OCR or parse PDF files too!

When combined with the train running information in the TrackerNet APIs, you can achieve quite a lot with this data! I happened to do a talk about this at EMF 2024, but unfortunately there is no recording available.