NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi I am new to the open streetmap ,I am going to make a new app for london bus travel timeincluding tram and underground and overground trin timetable along with the passengers positions and distance from the nearest bus tram or tube station. Now my question is i found that for making that kind of app I must have to use openstreet map ,but I dont know where to start in open street map for programming my map view along with gps tracking. pls anyone give some advice from where to start. Many thanks

asked 05 Sep '13, 03:30

immam's gravatar image

immam
25112
accept rate: 0%

If you're using a live public transport GPS feed, then it's worth mentioning that a few people have done stuff in this area before, and it's possible that some of it may be appropriately licensed for you to reuse. One example that springs to mind is the one mentioned in https://sotm-eu.org/talk@21.html, but there are many others.

(05 Sep '13, 13:09) SomeoneElse ♦

-1

You should start with Open Trip Planner, it is a family of open-source software projects that provide passenger information and transportation network analysis services.

permanent link

answered 07 Apr '20, 06:15

Smith%20Hennry's gravatar image

Smith Hennry
-201
accept rate: 0%

One open source product which would assist with the back end of an application to support public transit route planning is Open Trip Planner. It requires a server with some significant resources to serve up route plans that include public transit.

permanent link

answered 05 Sep '13, 11:32

Mike%20N's gravatar image

Mike N
2.9k22254
accept rate: 17%

You may want to look at OpenTripPlanner. This is a global open source initiative that seems to already be doing what you are planning. It may be better to team up with them than reinvent the wheel, so to speak. A version has been rolled out for London.

permanent link

answered 05 Sep '13, 11:31

rovingmedic's gravatar image

rovingmedic
1.1k41321
accept rate: 5%

My answer to this would be basically the same given here: Tutorials About Parsing Osmpbf.

I don't know all the available libraries/programs so I can't give you any specific guidance here. But this is what I'm expecting based on what I have seen.

For timetable/bus routing I would expect to find little to no work being done for app programming (where I assume app means iOS/Android and not desktop application).

If you do find something, or if you are going to develop it all yourself, the process will be to read raw OSM data (PBF or XML) and convert it to a format your app will use. There is likely existing specifications for storing route and times to be used in such a manner, but maybe you'll need to specify your own.

My main point is you're not likely to find a framework which would allow you to setup an app and customize it with your desired goals. Though maybe utilizing the work of existing apps may be of value, such as OsmAnd.

permanent link

answered 05 Sep '13, 04:58

he_the_great's gravatar image

he_the_great
1.2k61423
accept rate: 14%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×235

question asked: 05 Sep '13, 03:30

question was seen: 4,621 times

last updated: 07 Apr '20, 06:15

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum