User Tools

Site Tools


traffic_data

This is an old revision of the document!


AIS

AIS data from AISDK, available on their FTP server. Has different archive formats (zip,rar) and csv data formats (header, no header)

GTFS

A GTFS feed is composed of a series of text files collected in a ZIP file. Each file models a particular aspect of transit information: stops, routes, trips, and other schedule data. The details of each file are defined in the GTFS reference.

GTFS Spezification: https://developers.google.com/transit/gtfs/reference/

  Routes are equivalent to "Lines" in public transportation systems. Routes are defined in the file routes.txt, and are made up of one or more Trips.
  A Trip represents a journey taken by a vehicle through Stops. Trips are time-specific — they are defined as a sequence of StopTimes, so a single Trip represents one journey along a transit line or route.
  A StopTime defines when a vehicle arrives at a location, how long it stays there, and when it departs.

Realtime extension

https://developers.google.com/transit/gtfs-realtime/

Data

transitfeed (Python)

by Google https://github.com/google/transitfeed/wiki

sudo pip install transitfeed

Or get the trunk from

svn co https://github.com/google/transitfeed.git/trunk

Comes with some command line tools

  • feedvalidator
  • kmlwriter

Others

On receiving a GTFS archive

Use transitfeeds feedvalidator.py on a zip file to obtain a detailed report on the data quality.

Netex

VDV

Supported by

traffic_data.1552570259.txt.gz · Last modified: 2019/03/14 14:30 by mantis