Earlier quoted context omitted.
I think I've found the issue with the 11m distance - the 11m distance is: [-0.126102, 51.502769] to [-0.126018, 51.502714] What is happening is that the TfL sequence API is starting the bus route sequence on one side of the road of Parliament Street, before turning it around at the corner with Whitehall Place. The bus stops on either side of the road are very close together. Other maps/sequences elsewhere start the s…
Ah, you're parsing the `lineStrings` blob? I'm looking at the lat/long pairs in the `stopPointSequences` structure[1] which gives a different set of coords (in particular, 51.502769, -0.126102 doesn't exist as a stop for the 53.) [1] `.stopPointSequences | .[0] | .stopPoint | .[] | [.name, .id, (.lat|tostring), (.lon|tostring)]` in jq parlance
London Bus Stop Distance Analysis
11–20 of 26 posts
Re: London Bus Stop Distance Analysis
#12Earlier quoted context omitted.
I think I've found the issue with the 11m distance - the 11m distance is: [-0.126102, 51.502769] to [-0.126018, 51.502714] What is happening is that the TfL sequence API is starting the bus route sequence on one side of the road of Parliament Street, before turning it around at the corner with Whitehall Place. The bus stops on either side of the road are very close together. Other maps/sequences elsewhere start the s…
Ah, you're parsing the `lineStrings` blob? I'm looking at the lat/long pairs in the `stopPointSequences` structure[1] which gives a different set of coords (in particular, 51.502769, -0.126102 doesn't exist as a stop for the 53.) [1] `.stopPointSequences | .[0] | .stopPoint | .[] | [.name, .id, (.lat|tostring), (.lon|tostring)]` in jq parlance
Re: London Bus Stop Distance Analysis
#13Earlier quoted context omitted.
I think I've found the issue with the 11m distance - the 11m distance is: [-0.126102, 51.502769] to [-0.126018, 51.502714] What is happening is that the TfL sequence API is starting the bus route sequence on one side of the road of Parliament Street, before turning it around at the corner with Whitehall Place. The bus stops on either side of the road are very close together. Other maps/sequences elsewhere start the s…
Ah, you're parsing the `lineStrings` blob? I'm looking at the lat/long pairs in the `stopPointSequences` structure[1] which gives a different set of coords (in particular, 51.502769, -0.126102 doesn't exist as a stop for the 53.) [1] `.stopPointSequences | .[0] | .stopPoint | .[] | [.name, .id, (.lat|tostring), (.lon|tostring)]` in jq parlance
Re: London Bus Stop Distance Analysis
#14Earlier quoted context omitted.
Ah, you're parsing the `lineStrings` blob? I'm looking at the lat/long pairs in the `stopPointSequences` structure[1] which gives a different set of coords (in particular, 51.502769, -0.126102 doesn't exist as a stop for the 53.) [1] `.stopPointSequences | .[0] | .stopPoint | .[] | [.name, .id, (.lat|tostring), (.lon|tostring)]` in jq parlance
Interesting! I wonder why the Line strings blob differs... Maybe it doesn't represent bus stops at all, but points at which the route changes for the purpose of drawing?
I guess the 389/631 routes are reasonably simple and don't need more "drawing points" than you'd get from the bus stops anyway?
[edit: added the 389 bus stops and line points to the imgur gallery]
Re: London Bus Stop Distance Analysis
#15Earlier quoted context omitted.
Interesting! I wonder why the Line strings blob differs... Maybe it doesn't represent bus stops at all, but points at which the route changes for the purpose of drawing?
It does seem to be "the route as you'd show on a map" - if I plot the two sets points on GPSVisualizer, it's fairly different. https://imgur.com/a/BUSW3C2 I guess the 389/631 routes are reasonably simple and don't need more "drawing points" than you'd get from the bus stops anyway? [edit: added the 389 bus stops and line points to the imgur gallery]
Re: London Bus Stop Distance Analysis
#16Needs a discussion of the methodology of calculation. The distances I'm getting from the downloaded "bus-sequences.csv" (from TfL's API site) differ substantially; e.g my 53 has averages of 317m and 357m vs his 201m and 219m. Additionally, my numbers match up with those of 'superqwert from https://news.ycombinator.com/item?id=20029476 for the 389 and 631 routes. (I measured a bunch of stops of the 78 route with GPS e…
I think he is using bird's-eye view distances, as opposed to bus travel distances. Roads are rarely directly straight between stops in London
Re: London Bus Stop Distance Analysis
#17Re: London Bus Stop Distance Analysis
#18Some people who you might not normally expect to, do concern themselves about bus routes. https://www.sidis.net/TransfersContents.htm
Re: London Bus Stop Distance Analysis
#19It takes forever to get anywhere on a bus because it stops so frequently. I'd be really keen to get buses that dont stop until they get to major places.
E.g. you could have bus routes that only go between stations on different routes. Take Camden Town to Finsbury Park as an example - no direct rail route between them, about 2.5 miles apart by road. The 253 stops sixteen times (according to Google Maps) when going between those stations.