New data - Step-free lift status and accessible routes in stations

Hello everyone

We’re pleased to announce the release of two new sources of accessibility data that in combination with existing TfL Open Data sources allows the calculation of which step-free routes are possible across the TfL network. This coincides with the release of new step-free lift status functionality in the TfL Go mobile app.

The scope of the two data sources includes London Underground, DLR, TfL Rail and London Overground stations.

Step-Free Disruptions API

This API returns a list of the step-free lift routes at stations across the TfL network that are not currently available. The step-free lift routes are identified by codes for the start and stop areas within stations that the lifts connect between. The stations in question are identified by NaPTAN codes. Step-free lift routes are defined as those that are necessary for wheelchair users to access transport modes at a station. They include journeys between a station entrance and a platform, as well as journeys from one platform or another. The API uses TfL operational data and updates once every minute. It can be found at: https://api.tfl.gov.uk/Disruptions/Lifts/

lrad-v2

lrad-v2 is an xml file containing baseline accessibility information about all stations on the TfL network. It complements the Step-Free Disruptions API in that it identifies the step-free lift routes at each station via their start and stop area codes within a station. In addition to this it relates lift routes to the station topology, specifically the entrances and platforms that those lift routes connect between, including the names of the lines and their direction at platforms. lrad-v2 does not currently use NaPTAN codes but the Station Name attribute it uses can be cross referenced to NaPTAN codes using TfL’s Stop Point API which can be found here: https://api.tfl.gov.uk/StopPoint/HUBLBG

lrad-v2 also contains other accessibility data about stations including but not limited to: toilet location, presence of manual boarding ramps and level access humps on platforms, the size of gaps between trains and platforms and accessible interchanges to other modes of transport such buses or National Rail.

As well as an xml file, lrad-v2 has an accompanying xsd file and a technical specification pdf which can all be found in the ‘Accessibility and toilets’ section on this page: Our open data - Transport for London

The lrad-v2 xml file will be overwritten when the values in the dataset change. The xml, xsd and tech spec files will be versioned when the attributes or structure in the dataset change.

The lrad-v2.xml dataset replaces the elrad.xml dataset found at the following locations:

https://tfl.gov.uk/tfl/syndication/feeds/step-free-tube-guide.xml

https://tfl.gov.uk/cdn/static/cms/documents/elrad.xml

4 Likes

Welcome @DanielB to your own forum!

That’s brilliant. I had to hand-code the step-free manual for my last job.

Does that mean there is a live feed of all broken (or disabled by TfL, grrrr) lifts?

I’m only asking as the NRE Step Free broken lifts I’ve never been able to get anything out of it.

BTW I’m very impressed with the in-station step-free diagrams at Stratford, they are very clear.

Hi @briantist

Thanks for the welcome.

There is indeed a live feed of all disrupted TfL lifts:

https://api.tfl.gov.uk/Disruptions/Lifts/

@DanielB

That’s very useful.

Sorry to be a bit negative, but it doesn’t mention that the lifts at Stratford are inaccessible during peak hours (“because Covid”).

Also missing is that you can’t use the step-free lifts to interchange Woolwich Arsenal. Well not unless you’re so stuck you see the tiny words on the poster on the gate to “ask a member of staff”.

Thanks for the information @briantist

I’ll find out more about why these aren’t represented, but in the meantime could you give a bit more detail about the way in which the lifts at Stratford are inaccessible during peak hours?

This is what happens if you need to use the Westfield Exit during peak - have to go the long way round and that’s four lifts rather than one if you’re in the Jubilee line-end tunnel.

Say you’ve arrived at Platform 1/2 and want to leave to go the City Bus Station or East Village, you can’t go up the lifts as staff block you. So it’s …

I’ve got a bad leg at the moment (“hidden disability”) and so I use the DLR to Stratford International because it’s all flat and escalators.

I’m sure that someone isn’t really trying to make people’s lives harder.

Thanks @briantist

The live feed of disrupted lifts reflects the information that it gets from the TfL reporting systems - if a lift isn’t reported as disrupted in those systems it won’t get into the feed. I’ll raise this with colleagues to see if these lifts can be more accurately reported.

@DanielB

Thanks. I appreciate that everyone at TfL is under huge strain from trying to work with CV19 around.

Another feed that would help people with invisible disabilities are when public toilets - as listed online here - http://content.tfl.gov.uk/toilets-map.pdf - are taken out of service. I note with personal interest that Dagenham Heathway toilets we locked out of service last time I tried to use them. As they are at the far end of the platform from the ticket office, it’s not practicable to ask staff when you find them shut!

But yes - GIGO is a useful thing to remember.

@briantist

Live toilet status is something we’re definitely interested in reporting, the benefits are clear. At the moment we’ve got a bit of a way to go before that becomes a possibility unfortunately.

1 Like

@DanielB

Thanks! I guess some things are easier to automate than others. I guess TfL can’t just buy lots of consumer smart locks and deploy them, it’s going to need … better things.

I’m pleased that TfL is still moving in the more-information-is-better direction, despite the challenges.

Hello @DanielB,

I absolutely love this new lrad-v2 dataset - so much useful information for those with extra accessibility needs. However, it does seem like some accessible routes are missing from the dataset and some information is slightly inaccurate. I didn’t have time to look through every single station and line, but here are some examples that I noted:

  • At Barking, the field says “Gospel Oak” for both the Hammersmith & City line and the District line from platform 3, even though you cannot physically route a train that way without reversing twice. Should probably say something like “Aldgate East”?
  • At West Ham, both the H&C and District platforms list the accessible interchanges to the Jubilee line but don’t include the DLR interchange, and both Jubilee line platforms do not list any accessible interchanges. Also, the National Rail interchange says “Partial” even though there is a lift to all platforms - is this because there are no ramps at the NR platforms or is this a mistake?
  • Based on the stations I’ve seen, some interchanges at the same platform/island aren’t listed as accessible and some are. For example, there’s is an accessible interchange listed at Aldgate East between the District and H&C trains going in the same direction, but at Gloucester Road there’s no accessible interchange listed between the eastbound District (p.3) and westbound Circle (p.2), even though they are on the same island platform.
  • At Hammersmith, all the Circle and H&C platforms correctly list all the District & Piccadilly line accessible interchanges, but the District line platforms only list the Piccadilly line platform going the opposite direction, and the Piccadilly line platforms do not list any accessible interchanges.

This is just a few of the issues I’ve found, hope it won’t be too much of an issue to get these and others fixed, because otherwise this as an amazing resource that I think will be extremely useful to developers.

@arturs

It is worth running tests on the whole dataset looking for non-reversible connections?

@briantist

This does seem entirely feasible and I’ll give it a go a bit later today. This would show up where data is missing, but I don’t think you can just assume the accessible lift route by reversing the order, considering some larger stations have one way systems in place (especially with covid), so the dataset would still need to be amended.

1 Like

@briantist @DanielB

I’ve written a node.js script to loop through all the platform to see if any accessible interchanges didn’t match between different platforms. E.g if platform 1 has accessible interchanges to platforms 2 and 3, and platform 2 listed platform 1 but not 3, this was output into a list of errors as “platform 1 has more interchanges than platform 2”, as if platform 3 is accessible from 1 then it must be accessible from 2 too.

I’ve uploaded this list as a gist, available here: lrad-errors.txt (github.com), along with the script I wrote to generate it (not the most efficient but it works :man_shrugging:).

One thing to note is that the accessible interchange only returns the line and direction, not the specific platform, so if there are multiple platforms going in the same direction there’s no way to tell if all or only some of them are accessible in my list, so even my list may have a few issues at bigger stations

@arturs

Well, that’s excellent work! I would think that most of this is errors because:

  • The Circle, District, Hammersmith & City and Metropolitan Lines are always the same physical track (except Baker Street and Paddington)
  • Fully accessible stations are always multi-directional as unlike an escalator you can’t make a lift one way (except when TfL staff block them at Stratford or Woolwich Arsenal as I said)

I’m wondering if the datasets are also able to deal with stations that are accessible in single directions like Euston Square (“only enter and exit the westbound Hammersmith & City,
Circle and Metropolitan lines platform”) and Debden (“only enter and exit the eastbound platform”)?

@briantist

For larger stations you can theoretically have only one way accessibility to a platform if there are different routes to and from the platform to manage large crowds, one could have a lift and the other may not, but I doubt such a route system would be built because it’s just pointless frankly.

I looked up Euston Square in the dataset and only the westbound platform is actually included - there’s no information for the eastbound platform. I guess this partially makes sense because this is an accessibility dataset and there’s no accessible route to that platform, but I think that it’s important to still include information like the step and gap sizes, regardless of the presence of lifts.

Except this is exactly what TfL have done at several stations! You can’t access, for example, National Rail platforms 1 and 2 from the DLR because this route has been closed off to feed the tiny number of passengers though a one-way system. And you can get around the TfL-created peak-hours lift blockages if you don’t mind going round what is a very long diversion with multiple extra lifts.

This was also the case at Kings Cross St Pancras too, but they seem to have given in with this the last time I was there.

I think that it’s important to still include information like the step and gap sizes, regardless of the presence of lifts

Agreed. There are so many stations where the isn’t any logic for the platform not being step-free, such as West Hampstead Jubilee line which has “compromise” level platforms but only ever had one type of train call there and it’s totally a straight platform! I guess it’s waiting on a lift upgrade grant…

Oh no I meant it in a way that there’s no lift that you can use in one direction at all, rather than being sent a long way round. As far as I’m aware there’s no such station that does that at the moment, because it would be completely stupid - imagine being able to get onto a platform with a lift but not being able to leave by lift at all. Although I guess if a lift in one direction is out of service then this can become a possibility.

I do agree though that the long redirects at peak time like those as Stratford need to be reported through the API in some way though, so passengers know they’re going to have to walk a mile just to get to their exit.

Yes, this is what happens at Statford Station during the peak. You can go down in the lift from the station entrance by Westfield (my entrance) but can’t leave by it. It’s maddening!

The same thing happens at Woolwich Arsenal, you can’t travel in the same lift to the DLR platforms because of the one-way system. The now-pointless-NR interchange lift leads to an “exit only” area, and they have made the escalators one-way only to the “town” exit making interchange longer.

I’m sure there must be more of these locally done decisions, like the way the toilets are randomly locked at Dagenham Heathway.

Hello @briantist

Apologies for not getting back to you sooner. I’m still checking out some of the information about Stratford.

Regarding Woolwich Arsenal, my colleagues tell me that the step-free lifts are supposed to be accessible to the public without requiring help from a member of staff, but that they are limited to one person at a time.

Apparently the sign there should say: “Only one person at a time – if you need assistance, press the alarm button to summon a member of staff.” If at any point you get the opportunity it would be good to hear whether this is what you’re seeing in the station.