The Following 5 Users Say Thank You to thegman For This Useful Post: | ||
|
2010-06-18
, 00:26
|
Posts: 28 |
Thanked: 3 times |
Joined on Mar 2010
|
#2
|
|
2010-06-18
, 16:10
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#3
|
|
2010-06-18
, 16:17
|
Posts: 284 |
Thanked: 75 times |
Joined on Nov 2009
|
#4
|
|
2010-06-18
, 17:00
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#5
|
|
2010-06-21
, 08:45
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#6
|
The Following User Says Thank You to thegman For This Useful Post: | ||
|
2010-10-04
, 10:02
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#7
|
|
2010-10-05
, 13:24
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#8
|
The Following User Says Thank You to thegman For This Useful Post: | ||
|
2010-11-11
, 21:25
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#9
|
|
2010-11-11
, 21:36
|
Posts: 96 |
Thanked: 2 times |
Joined on Jul 2010
|
#10
|
tflapp (get it off extras-devel)
EDIT 21/06/10: Added mobility options configuration screen as requested by djonma
The first button shows you the status of the London tube network:
(press/hold for additional info)
The second button gives you a tube map. Both these features are probably better done by other available applications (travelapp and mwtube spring to mind)
Typing your postcode and clicking the "Take me Home" button, fires off a cellID based position request,
feeds that into http://www.uk-postcodes.com/ to get a postcode (because I don't know how to provide lat/long as a start point to tfl).then using that as the start point (and the previously entered postcode as the destination) it takes you to the tfl journeyplanner page
EDIT: you should be able to enter a Point of Interest or an address as a destination too. I "try" to be clever, but this may fail
To change route options click on "Change Journey Options"
This dialog allows you to change some route parameters, either on a per use basis, or (by hitting save defaults) permanently
TIps:
After typing your postcode in the main screen, if you hit the "return" key, the postcode is saved (saves you from typing it again the next time you load the app).-- a "get me to this postcode from whereever I am; as long as it's all in london"
Which brings me onto the fact that the Tfl Journey planner is London only. But hopefully of some use to people who visit london regularly and can use it to find their way back to Euston or some other station to return home.
EDIT: If the current location or destination is outside London (but in England) it redirects to google transit. Not ideal as google transit in the UK does not account for trains, but it's a start
Note that current position may be quite a bit off, considering I'm using CellID and then the postcode geolocation engine. But it seems to be good enough for my needs
There are probably a LOT of lurking bugs (first app, give me a break ). If someone wants to take this and rewrite it/make it better/more efficient/anything else feel free
TODO:
Screenscrape the tfl website to present the same data better
PS: The code is a bit of a mess, and I use a hodge-podge of dbus, python, pyqt, gobjects, etc -- basically anything to get the job done. There is still a lot I don't understand, and a lot I have to learn -- but for v0.1, it kindof works
A lot of thanks to the wiki and tmo in general. A lot of good information here!
PPS: Yes, it's a stupid name, but I can't figure out how to change the name once it's uploaded to the repos. Maybe I'll rename it to T-Flapp or something to get around any copyright concerns
EDIT: And thanks (a LOT) to mikec and fatalsaint for their python and QT in 30mins post
Last edited by thegman; 2010-11-30 at 18:33.