--
You received this message because you are subscribed to the Google Groups "Transit Developers" group.
To post to this group, send email to transit-d...@googlegroups.com.
To unsubscribe from this group, send email to transit-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/transit-developers?hl=en.
Hi RS,
I don't think a simple SQLite database will be sufficient to find a path between two stops. You would need something like GraphServer (http://graphserver.github.com/graphserver/) or OpenTripPlanner (which is built on top of a Java port of GraphServer IIRC -- https://github.com/openplans/OpenTripPlanner/wiki/) to perform this kind of routing. Graphserver uses SQLite databases to store its information, and it comes with scripts to build them.
PostGIS has a routing library you might be interested in if you prefer doing it within a pure database context (http://www.pgrouting.org/) but I have no experience with it, and I'm not sure if anyone has written code to import a GTFS to PostGIS in a way that you can do this. Additionally, you would need to use PostgreSQL instead of SQLite to go this route.
I hope this helps.
- Donald
On Fri, Apr 27, 2012 at 11:56 AM, Ramdane SPunkt <buiss...@googlemail.com> wrote:
Does anyone created a SQLite database based on GTFS data?
(Maybe in Java)?
Does anyone have a query to find a path between two stops?
Best regards,
RS
--
You received this message because you are subscribed to the Google Groups "Transit Developers" group.
To post to this group, send email to transit-developers@googlegroups.com.
To unsubscribe from this group, send email to transit-developers+unsub...@googlegroups.com.
Raju,
Please look at the answer on stackoverflow for this exact question. I think you may have asked it
http://stackoverflow.com/questions/11135811/how-to-save-gtfs-data-into-sqlite-database
The beta gtfs file has one zip per provider, I think, so you should be able to use the merge tool from the transitfeed tools.
Since Sydney appears in Google Maps now you can try finding out if gtfs will be released more regularly.
hello R S
hi this is raju, iam creatin trip plan for sydney by using gtfs data from www.131500.com site, i saw ur post in googlegroups please explain what is the procedure you done for saving gtfs data into sqlite and how to calculate the path between two points ,please explain and help me for my project
thanks in advance
WITH REGARDS
RAJU
--
You received this message because you are subscribed to the Google Groups "Transit Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/transit-developers/-/QAeuJH01VrwJ.