Git Product home page Git Product logo

gtfs-extension's Introduction

GTFS-actual

GTFS-actual extends GTFS static specifications maintained by Google to enable real transit data reporting.

GTFS-actual rely on GTFS static's field definitions, data types and file format.

agency.txt

Definition is available here.

trips_capacities.txt

Field Name Type Required Description
agency_id ID referencing agency.agency_id Conditionally required Agency for the specified trip. This field is required when the dataset provides data for trips from more than one agency in agency.txt, otherwise it is optional.
trip_id ID referencing trips.trip_id Required Identifies a trip.
start_date Date Required Start day for the trip.
start_time Time Required Start time for the trip.
capacity Non-negative Integer Required Maximum vehicle capacity.

trips_tags.txt

Field Name Type Required Description
agency_id ID referencing agency.agency_id Conditionally required Agency for the specified trip. This field is required when the dataset provides data for trips from more than one agency in agency.txt, otherwise it is optional.
trip_id ID referencing trips.trip_id Required Identifies a trip.
start_date Date Required Start day for the trip.
start_time Time Required Start time for the trip.
tags Text Required Coma separated list of tags applied to all stops of the given ride.

stop_times_validations.txt

Field Name Type Required Description
agency_id ID referencing agency.agency_id Conditionally required Agency for the specified stop. This field is required when the dataset provides data for trips from more than one agency in agency.txt, otherwise it is optional.
trip_id ID referencing trips.trip_id Required Identifies a trip.
start_date Date Required Start day for the trip.
start_time Time Required Start time for the trip.
stop_id ID referencing stops.stop_id Required Identifies a stop.
validations Non-negative Integer Required Number of ticket validations observed for the stop.

stop_times_delays.txt

Field Name Type Required Description
agency_id ID referencing agency.agency_id Conditionally required Agency for the specified stop. This field is required when the dataset provides data for trips from more than one agency in agency.txt, otherwise it is optional.
trip_id ID referencing trips.trip_id Required Identifies a trip.
start_date Date Required Start day for the trip.
start_time Time Required Start time for the trip.
stop_id ID referencing stops.stop_id Required Identifies a stop.
delay Integer Required Delay (in seconds) can be positive (meaning that the vehicle is late) or negative (meaning that the vehicle is ahead of schedule). Delay of 0 means that the vehicle is exactly on time.

stop_times_speeds.txt

Field Name Type Required Description
agency_id ID referencing agency.agency_id Conditionally required Agency for the specified stop. This field is required when the dataset provides data for trips from more than one agency in agency.txt, otherwise it is optional.
trip_id ID referencing trips.trip_id Required Identifies a trip
start_date Date Required Start day for the trip
start_time Time Required Start time for the trip
stop_id ID referencing stops.stop_id Required Identifies a stop
actual_circulation_speed Float Required Actual average speed (in km per hour) of a vehicle between previous stop and stop identified with stop_id

gtfs-extension's People

Contributors

sylvaingaudan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.