Top "Gtfs" questions

The General Transit Feed Specification (GTFS) defines a common format for public transportation schedules and associated geographic information.

Detect the nearest transit stop from the given location

I need to get all the nearby public transit information within certain distance from a given location. The type of …

google-maps google-maps-api-3 google-places-api gtfs
Pathfinding (routing, trip planning, ...) algorithms on graphs with time restrictions

I have a database of bus/train/... stops and the arrival/departure times on each date and so on. I'm …

algorithm graph pseudocode path-finding gtfs
How do I create a table with self-referencing fields in MySQL?

In GTFS, the field parent_station is either from stop_id (self-reference) or NULL. For instance (note that parent_station …

mysql foreign-keys create-table self-reference gtfs
Bus public transport algorithm

I am working on an offline C# application that can find bus routes. I can extract the timetable/bus/route …

c# java public dijkstra gtfs
How to get google transit data by api

I'm working on a thesis project in order to do an "integrated indoor / outdoor" navigation system for mobile devices (Especially …

gtfs
Add timezone to timestamp in PostgreSQL (not convert to this timezone)

I have 3 separate fields of types VARCHAR (contains timezone, for example 'Europe/Rome'), DATE and INTERVAL. And I want to …

postgresql datetime timezone gtfs
How can I list all the stops associated with a route using GTFS?

I'm working with some GTFS data and would like to be able to create a list of all stops associated …

google-api gtfs
C# Get Full File Path

I have an ASP FileUpload control and I am uploading: C:\Documents and Settings\abpa\Desktop\TTPublisher\apache-tomcat-6.0.26\webapps\ttpub\…

c# asp.net gtfs