-
Notifications
You must be signed in to change notification settings - Fork 0
Gtfs data
tuukka edited this page Apr 8, 2013
·
1 revision
- The txt files are on the top level of the zip file, not in a subdirectory.
- stop_times.txt doesn't include the column shape_dist_traveled unless shapes.txt includes the same column.
An example command to fix check #2 for Helsinki GTFS data (remove last column in the file): sed -i.orig -e 's/,[^,]*$//' stop_times.txt
- shapes.txt so that the routes are drawn along the roads and tracks on the map user interface.
- Wheelchair accessibility columns in trips.txt and stops.txt.